Changes in v0.4.0-betav1
since v0.4.0-alphav3
Changes
- Workflow k8s-resources are "versioned" meaning they have the terraform k8s-resource's generation in the resource name. The exception is the PersistentVolumeClaim which is recycled for all the workflows of the same terraform k8s-resource.
- The workspace of a workflow is split into a "versioned" directory path in the mounted directory in the pod.
Breaking Changes
- Users who pinned the
setupRunner
image will need to update toisaaguilar/setup-runner-alphav5
or change their setup-runner scripts to create the "versioned" directory pathterraform-operator/terraform-runner/setup.sh
Lines 10 to 11 in 26eb76a