Nuon MCP
Manage your fleet of BYOC installs with your agent.--allow-writes gives your agent the ability to operate Nuon for you.
Destructive calls are marked so your agent asks before running one.
Read more at Agents.
Health Checks
Find out a customer’s install is broken before they tell you.
Triggers
Let an alert fix the install it fired on.
Other updates in this release
Terraform stack modules
Make the install stack an ordinary pull request in the Terraform pipeline your customer’s platform team already reviews.Container actions
An action can declare a container image its steps run inside, so the tools a step needs ship with the action instead of being installed on the runner at the start of every run. See Container actions.Verify container image signatures
Acontainer_image component can require a valid signature before Nuon copies the image into its
registry. Verification runs at build time, after the tag resolves to an immutable digest, so an
unsigned image fails the build instead of reaching a customer. Sigstore keyless identities and Cosign
key pairs are both supported. See Verify container image signatures.