Skip to content

v0.38.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 10:45
1f945fc

Patch release of Terrapod — an open-source platform replacement for Terraform Enterprise.

Bug Fixes

  • Colon-form cloud-block tag selection — the workspace-by-tags discovery endpoint now accepts key:value tags, so OpenTofu users can select workspaces by an exact label key+value: cloud { workspaces { tags = ["repo:my-app"] } }. OpenTofu does not support Terraform 1.10+ map tags (tags = { repo = "..." }), and = is not a legal tag character, so the colon form is the portable way to filter by key+value. Bare tags and the key=value form are unchanged.

Security

  • Listener image cryptography bump — raised cryptography to >=48.0.1 in the listener image to clear GHSA-537c-gmf6-5ccf (HIGH; vulnerable OpenSSL bundled in older cryptography wheels). The other images already shipped 48.x.

Status

Beta — stable for the documented feature set.

Full Changelog: v0.38.1...v0.38.2