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) rantofu providers lock -platform=linux_amd64 -platform=linux_arm64on every plan, butproviders lockre-downloads the archive for the current arch even thoughinithad 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 viauname -mand only asksproviders lockfor 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