Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the aws-sdk-go-base group with 2 updates #36861

Merged
merged 1 commit into from Apr 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2024

Bumps the aws-sdk-go-base group with 2 updates: github.com/hashicorp/aws-sdk-go-base/v2 and github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2.

Updates github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.51 to 2.0.0-beta.52

Changelog

Sourced from github.com/hashicorp/aws-sdk-go-base/v2's changelog.

v2.0.0-beta.52 (2024-04-11)

BUG FIXES

  • Updates dependencies.

ENHANCEMENTS

  • Adds MaxBackoff parameter to configure the maximum backoff delay that is allowed to occur between retrying a failed request (#1011)
Commits
  • 23258f8 Merge pull request #1011 from hashicorp/f-aws-sdk-go-v1-compatible-retry.MaxB...
  • 761ed31 Update v2/awsv1shim/go.mod.
  • 0fac744 Add 'v2.0.0-beta.52' CHANGELOG entry.
  • b78c18e Add CHANGELOG entry.
  • 7c9d530 Add 'Config.MaxBackoff'.
  • 42b67dc Merge branch 'main' into f-aws-sdk-go-v1-compatible-retry.MaxBackoff
  • 4a8595f Merge pull request #1010 from hashicorp/dependabot/go_modules/v2/awsv1shim/gi...
  • aec0763 Merge branch 'main' into dependabot/go_modules/v2/awsv1shim/github.com/aws/aw...
  • bbbe901 Merge pull request #1005 from hashicorp/dependabot/go_modules/v2/awsv1shim/op...
  • 55fc512 Merge branch 'main' into dependabot/go_modules/v2/awsv1shim/open-telemetry-1a...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2 from 2.0.0-beta.52 to 2.0.0-beta.53

Changelog

Sourced from github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2's changelog.

v2.0.0 (Unreleased)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws-sdk-go-base group with 2 updates: [github.com/hashicorp/aws-sdk-go-base/v2](https://github.com/hashicorp/aws-sdk-go-base) and [github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2](https://github.com/hashicorp/aws-sdk-go-base).


Updates `github.com/hashicorp/aws-sdk-go-base/v2` from 2.0.0-beta.51 to 2.0.0-beta.52
- [Release notes](https://github.com/hashicorp/aws-sdk-go-base/releases)
- [Changelog](https://github.com/hashicorp/aws-sdk-go-base/blob/main/CHANGELOG.md)
- [Commits](hashicorp/aws-sdk-go-base@v2.0.0-beta.51...v2.0.0-beta.52)

Updates `github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2` from 2.0.0-beta.52 to 2.0.0-beta.53
- [Release notes](https://github.com/hashicorp/aws-sdk-go-base/releases)
- [Changelog](https://github.com/hashicorp/aws-sdk-go-base/blob/main/CHANGELOG.md)
- [Commits](hashicorp/aws-sdk-go-base@v2.0.0-beta.52...v2/awsv1shim/v2.0.0-beta.53)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/aws-sdk-go-base/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-base
- dependency-name: github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-base
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Used to indicate dependency changes. go Pull requests that update Go code labels Apr 11, 2024
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added the size/S Managed by automation to categorize the size of a PR. label Apr 11, 2024
@terraform-aws-provider terraform-aws-provider bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Apr 11, 2024
@ewbankkit ewbankkit merged commit 63f73e5 into main Apr 11, 2024
79 checks passed
@ewbankkit ewbankkit deleted the dependabot/go_modules/aws-sdk-go-base-f0534cd109 branch April 11, 2024 15:54
@github-actions github-actions bot added this to the v5.45.0 milestone Apr 11, 2024
Copy link

This functionality has been released in v5.45.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Apr 11, 2024
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. go Pull requests that update Go code size/S Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant