001 - Install Workflow Updates
Updates to install workflows, bug fixes and actions improvements.
May 5th, 2025 v0.19.539
Workflows UI
The UI view of each step now includes details on the step itself. For instance, when generating a step.
Workflow Cancellation
You can now cancel a workflow by clicking the “Cancel” button at the bottom of any running workflow.
Improvements to Action Outputs
Previously, action outputs combined the outputs from all steps into a single dictionary. Now, you can access all outputs by step as well.
Kube Config + Credentials
We now automatically inject a valid kube config into the environment for each action. You can reference the KUBECONFIG
env var to find a configuration file for the install sandbox the runner has access too.
Terraform Workspaces
All sandboxes and terraform components use the Nuon API as their state backend. You can now see resources that are managed via the UI:
For manual state imports, or bringing existing apps into Nuon you can now generate a backend
configuration for working
with the state of an install sandbox or component directly.
Bug Fixes and Internals
- Fixed an issue where the runner could run out of space.
- Fixed an issue where reprovisioning an install could fail if the stack was unable to be templated during initial setup.
- Fixed a bug where all components would rebuild if the previous sync failed.
Coming Soon
We are working on approvals, a way to preview and accept or deny changes to an install before they are executed.