Skip to content

trackbone: 2.0.9 -> 2.2.1

Ghost User requested to merge update-trackbone into master

Improvements:

  • in interactive mode the destroy an helm configuration will show changes and ask for confirmation
  • added #HelmConfig.destroy_ns option. When set to true the namespace will be removed on destroy.
  • added --no-skip option to not skip configurations when some parent configuration has failed
  • new exec.#Run.wait option allows to run process in background. Background processes are automatically stopped at the end of the target run.
  • added exec.#Stop task. Can be used to stop background processes.
  • optional fields are ignored when creating a diff
  • added random.#AvailablePort task. Can be used to find an open port on the local host that can be used by an application to listen on.

Fixes:

  • removed output from configuration is properly removed in the state backend
  • fix registration of random tasks
Edited by Ghost User

Merge request reports

Loading