github GalleyBytes/terraform-operator v0.14.0
v0.14.0 release

latest releases: v0.17.1, v0.17.1-beta1, v0.17.0...
11 months ago

Changes in v0.14.0 since v0.13.3

Features

  • Added volumes and volumeMounts options to the task options. (#158 @kepiukik)
  • Added "Sidecar" as an available option of when to run plugins. Added must to plugin which ensures the successful generation of sidecar container config to be added to main task. (#157)

Fixes

  • Corrected typo spelling of configMapSelector (99864f5)

Changes

  • Replaced approval wait mechanism. It is now a plugin that runs as a sidecar in the plan task. The plan task used to stay running until the approval condition was met, but the condition is now removed. The wait is now done in the "require-approval" plugin sidecar. (#162)
  • Moved ~/.ssh directory to a temp file. Use symlink to point ~/.ssh to the temp file. This change was made to fix file-systems whose permissions are not modifiable, like nfs systems.(92787ca)
  • Don't break when attempting to clean up during setup.sh (26df1be)

Don't miss a new terraform-operator release

NewReleases is sending notifications on new releases.