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)