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 acceptskey:valuetags, 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 thekey=valueform are unchanged.
Security
- Listener image cryptography bump — raised
cryptographyto>=48.0.1in the listener image to clearGHSA-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