github GalleyBytes/terraform-operator v0.4.0-betav1
v0.4.0-betav1 release

latest releases: v0.17.1, v0.17.1-beta1, v0.17.0...
pre-release2 years ago

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 to isaaguilar/setup-runner-alphav5 or change their setup-runner scripts to create the "versioned" directory path
    out="$TFO_ROOT_PATH"/generations/$TFO_GENERATION
    mkdir -p "$out"
    (26eb76a)

Don't miss a new terraform-operator release

NewReleases is sending notifications on new releases.