github mattrobinsonsre/terrapod v0.31.6

3 hours ago

Open-source platform replacement for Terraform Enterprise. Patch release focused on reducing provider-mirror load.

Bug Fixes

  • Runner only locks the OTHER arch in providers lock#438 (v0.31.5) ran tofu providers lock -platform=linux_amd64 -platform=linux_arm64 on every plan, but providers lock re-downloads the archive for the current arch even though init had just put it on disk (h1: is computed over the unzipped archive contents, sourced from the network mirror, not the on-disk cache). For an AWS-heavy workspace that meant 500 MB–1.5 GB of redundant downloads per plan. The runner now detects its own arch via uname -m and only asks providers lock for the OTHER platform, halving the lock-extension download volume while keeping the cross-arch safety property #438 introduced.

Status

Beta — production-ready for self-hosted Terraform Enterprise replacement; API and Helm chart shape stable within minor versions.

Full Changelog: v0.31.5...v0.31.6

Don't miss a new terrapod release

NewReleases is sending notifications on new releases.