v0.19.630
Management Mode
Management mode is a standalone runner process that runs on the install runner VM and is responsible for monitoring and managing the health of the VM as well as the runner process itself. Read more about how to enable this for your installs here: Runner Management Mode.Stack Config Breaking Change
We fixed a bug where therunner_nested_template_url
is now recognized, where
as before it was ignored.
This requires a config update for any apps that currently define a
runner_nested_template_url
in their stack.toml
, as older versions of the
nested template could be invalid or not work.Sensitive Inputs and Install Config Files
When you generate a config, inputs will now be grouped together, reflecting the input groups you have defined in the app config. Sensitive inputs will be excluded, to avoid saving them in plain text in version control.App Variables
App Variables is a feature that allows you to define values you can use across all installs of an app. The values are not managed in the app config itself, and therefore do not need to be stored in version control, and are not displayed to your customer during the install process. You can create app variables via the CLI.actions/demo_action.toml
Orderable Action Triggers
It is often useful to be able to define an explicit order for actions. We are introducing a new optional field ,index
, on action triggers that allows you to
define an order for actions with the same trigger. For example, you can define a
trigger like this in one action:
index
.
Bug Fixes
- Nested Runner ASG Cloudformation Stack is now respected and used during install stack re/provisions.
- Fixed a bug causing workflow cancellation to intermittently fail.
- Fixed a bug where large plans could cause failures when being checked for noop plans.