- A new `running` callback in the handler registry as the `started` callback happens too soon in the control lifecycle.
1.29.0
Added
- A new `CHAOSTOOLKIT_LOADER_AUTH_BEARER_TOKEN` environment variable used when loading an experiment from http with an authorization bearer token. It takes precedence over the same information in the settings file if it is defined there too.
1.28.0
Changed
- When env variables are provided, first take their values before loading the configuration. This allows to have different scenarios stored outside the experiment itself. [252][252] - Allow to substitute `pauses` values with configuration or secret values