v0.19.601
Improved Helm Resource Diff
Improved the diff for helm teardowns.
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.
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.
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.