Skip to content

v0.8.3 release

Compare
Choose a tag to compare
@isaaguilar isaaguilar released this 14 Jun 16:20
· 104 commits to master since this release

Changes in v0.8.3 since v0.8.2

Fixes

  • Fixed terraform-runner "outputs" to remove the newline (\n) after each value
    • Users who have pinned the spec.terraformRunner will need to update to docker.io/isaaguilar/tf-runner-v5beta4 for this change to take effect.
  • Fixed an issue that prevented a pod from getting all the scmAuthMethods defined in the manifest; the exception being https tokens which can only have one since GIT_ASKPASS only seems to support one.