Skip to content

Releases: GalleyBytes/terraform-operator

v0.17.1 release

17 May 12:30
Compare
Choose a tag to compare

Changes in v0.17.1 since v0.17.0

Fixes

  • Shorten label that used resourceName when value > 63 character to a hashed value

Changes

  • Added flag --require-approval-image

v0.17.1-beta1 release

17 May 02:48
Compare
Choose a tag to compare
v0.17.1-beta1 release Pre-release
Pre-release

Changes in v0.17.1-beta1 since v0.17.0

Fixes

  • Shorten label that used resourceName when value > 63 character to a hashed value

Changes

  • Added flag --require-approval-image

v0.17.0 release

13 Mar 16:07
Compare
Choose a tag to compare

Changes in v0.17.0 since v0.16.0

Fixes

  • Fix reaper that will not continue in errors

v0.16.0 release

28 Oct 01:50
Compare
Choose a tag to compare

Changes in v0.16.0 since v0.15.0

Fixes

  • Changed CRD typo in status [0e509b4]

v0.15.1 release

26 Oct 17:06
Compare
Choose a tag to compare

Changes in v0.15.1 since v0.15.0

Changes

  • Update setup.sh script when parsing reponame

v0.15.0 release

26 Oct 11:46
Compare
Choose a tag to compare

Changes in v0.15.0 since v0.14.0

Features

  • Enable retries via label. The controller will re-trigger the workflow when label "kubernetes.io/change-cause" is detected.

Changes

  • Updated the setup.sh git pull stdout logs to be a little less ambiguous.

v0.14.0 release

03 Oct 11:47
Compare
Choose a tag to compare

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)

v0.13.3 release

30 Aug 14:32
Compare
Choose a tag to compare

Changes in v0.13.3 since v0.13.2

Fixes

  • Correctly identify the scmAuthMethods secretRef's secret namespace. This fix ensures the lockSecretDeletion feature can find the secret to add or remove finalizers.

v0.13.2 release

21 Aug 12:00
Compare
Choose a tag to compare

Changes in v0.13.2 since v0.13.1

Changes

  • Explicitly set errexit option in default task scripts

v0.13.1 release

04 Aug 17:28
Compare
Choose a tag to compare

Changes in v0.13.1 since v0.13.0

Changes

  • Change the podPrefix name to max 62 characters to be safe to use for other resources