Changes in v0.9.0-alpha2 since v0.9.0-alpha1
Features
- Added the task pod's uuid as the value to
POD_UID
environment variable (27d7eae) - Added
.spec.requireApproval
to the terraform resource. Adds an env variableTFO_REQUIRE_APPROVAL
to the task pods. (a094759) - Added a task option to set the task container's "restartPolicy" (8788a6e)
Fixes
- Fixed back-porting the v1alpha2 api back into v1alpha1 api. (9ba4771)
Changes
- Use
--disable-conversion-webhook
flag instead ofDO_NOT_RECONCILE
env (812c6f4)