build(deps): bump terraform to 1.15.8 - #15694
Open
KazuyaMiyagi wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What are you trying to accomplish?
Bump the bundled Terraform version from
1.15.3to1.15.8.The bundled version has been
1.15.3since #15055 was merged on 2026-05-29, while the latest Terraform release is1.15.8(released 2026-07-08). Repositories whoserequired_versiontracks the latest release cannot receive any provider updates, becauseterraform initfails before Dependabot evaluates the update — in directories where module resolution requiresinit:This is the same failure mode reported in #15038 and fixed by #15055. It recurs on every Terraform release, since the updater runs a fixed Terraform version regardless of the repository's constraint (#5797).
Anything you want to highlight for special attention from reviewers?
Only
terraform/Dockerfilechanges — the threeARGlines. Both checksums were taken from the officialSHA256SUMSfor 1.15.8, using the exact commands documented in the comments above eachARG:Unrelated to the change itself, but worth flagging: the supported-version table in
github/docsis behind as well, and the two copies of it disagree with each other —content/code-security/reference/supply-chain-security/dependabot-options-reference.mdsays<= 1.10.xwhiledata/reusables/dependabot/supported-package-managers.mdsays<= 1.13.x. Per CONTRIBUTING.md I've filed github/docs#45307 to bring both in line with the bundled version. It's a draft until this PR is merged and rolled out.How will you know you've accomplished your goal?
The image build in CI exercises the download and the
sha256sum -cverification, so a successful build confirms both the version and the checksums are correct.Checklist
ci (terraform),LintandSorbetarm64-build(which exercises the download and thesha256sum -cverification) and bye2e (terraform, smoke-terraform.yaml), which runs an end-to-end Terraform update on an image built with 1.15.8. Both are green