Changes in v0.13.0 since v0.12.1
Features
- The secrets used in the k8s tf-resource now have the option of being locked with a finalizer to prevent the removal of the secret from blocking tf workflows. (c897d42 @kepiukik)
Fixes
- Fixed deletion behavior which accidentally changed a "delete" workflow back to a "create" workflow. Once deleted, further changes are applied as changes to the delete workflow. (e42274a)
Changes
- The default scripts that execute in the tasks are no longer downloads from github. Scripts are now embeded in pkg/controllers/scripts.
Breaking Changes
- Default images for tasks are updated which the major change being the addition of the env
TFO_TASK_EXEC_INLINE_SOURCE_FILE
GalleyBytes/terraform-operator-tasks@525aabf Users who have not configuredspec.images
do not need to do anything.