Releases: GalleyBytes/terraform-operator
Releases · GalleyBytes/terraform-operator
v0.17.1 release
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
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
Changes in v0.17.0 since v0.16.0
Fixes
- Fix reaper that will not continue in errors
v0.16.0 release
v0.15.1 release
Changes in v0.15.1 since v0.15.0
Changes
- Update setup.sh script when parsing reponame
v0.15.0 release
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
Changes in v0.14.0 since v0.13.3
Features
- Added
volumes
andvolumeMounts
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
Changes in v0.13.3 since v0.13.2
Fixes
- Correctly identify the
scmAuthMethods
secretRef's secret namespace. This fix ensures thelockSecretDeletion
feature can find the secret to add or remove finalizers.
v0.13.2 release
Changes in v0.13.2 since v0.13.1
Changes
- Explicitly set
errexit
option in default task scripts
v0.13.1 release
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