backend/s3: bump github.com/hashicorp/aws-sdk-go-base/v2#38047
Merged
backend/s3: bump github.com/hashicorp/aws-sdk-go-base/v2#38047
github.com/hashicorp/aws-sdk-go-base/v2#38047Conversation
Incrementing the `aws-sdk-go-base` dependecy will also pull in the latest version of the AWS SDK for Go V2, which includes support for the newly launched `aws login` authentication method.
mildwonkey
approved these changes
Jan 20, 2026
|
@jar-b - I assumed it would be included in the next TF patch release v1.14.4, but saw in this PR it will be 1.15.x. is there already an ETA for the release including this bugfix/update? |
Member
Author
|
Correct, Terraform core typically does not include dependency updates in patch releases to avoid any breaking behavioral changes, so we've targeted 1.15 here. I don't have specifics on anticipated release dates as I'm not a member of the core team. The typical cadence is ~3-4 months between minor versions. |
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.
Incrementing the
aws-sdk-go-basedependecy will also pull in the latest version of the AWS SDK for Go V2, which includes support for the newly launchedaws loginauthentication method.Closes #37976
Target Release
1.15.x
CHANGELOG entry