July 15th, 2025

v0.19.601

Improved Helm Resource Diff

Improved the diff for helm teardowns.

Improved Helm Resource Diff

Plan Only Mode

You can now run most workflows in plan only mode. This means that changes will only be planned, and execution skipped. This is useful for checking for drift, for instance.

Plan Only Mode

Sync Secrets

You can sync secrets manually, using the UI.

Nuon CLI list command pagination

The CLI now accepts limit & offset options for listing out items from commands. nuon components list --offset=15 --limit=5

Improved naming for manual Action Workflow runs

Workflow runs for manually triggered Actions now show the Action name in the Workflows page.

Improved Workflow history for Action runs

Bug Fixes

  • Fixed an issue where the Terraform state for a component would show an old state version.
  • Fixed an issue where deprovisioning was not properly tearing down from a plan.
  • Fixed an issue where some workflows would not get executed, due to an internal error.
  • Fixed an issue with empty workflow on input update.