build(deps): bump terraform to 1.15.9 - #15694
Open
KazuyaMiyagi wants to merge 1 commit into
Open
Conversation
KazuyaMiyagi
force-pushed
the
chore/bump-terraform-1.15.8
branch
from
August 20, 2026 01:33
638409a to
8054472
Compare
1 task
Author
|
Filed #15969 for the failure this unblocks: in a directory that declares a module, That issue also includes a two-file reproduction that needs only the released updater image, and confirms that the same directory succeeds once the image carries 1.15.9. |
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.9.The bundled version has been
1.15.3since #15055 was merged on 2026-05-29, while the latest Terraform release is1.15.9(released 2026-08-19).Where this bites: in a directory whose
.terraform.lock.hclneeds its module sources installed beforeterraform providers lockcan run, the lockfile updater falls back toterraform init(terraform/lib/dependabot/terraform/file_updater.rb:252and:319). If the repository'srequired_versionexcludes the bundled version, thatinitfails and the provider update is abandoned before Dependabot ever evaluates it. A repository tracking the latest release would see, for example:This is the same failure mode as #15038, fixed at the time by #15055, and as #14062 before it. 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 version and the two checksums. Both checksums come from the officialSHA256SUMSfor 1.15.9, using the commands documented in the comment above eachARG:The branch name still refers to 1.15.8, the latest release when this PR was opened.
How will you know you've accomplished your goal?
arm64-buildbuilds the image, exercising both the download URL and thesha256sum -cverification, so a successful build confirms that the version and the checksums are correct.Checklist
ci (terraform, terraform, terraform),LintandSorbetare greenarm64-buildand bye2e (terraform, terraform, smoke-terraform.yaml, 2f32ca5), which runs an end-to-end Terraform update against an image built with 1.15.9. Both are green