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 #33609

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

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.35 to 2.0.0-beta.36

Release notes

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

v2.0.0-beta.36

BREAKING CHANGES

  • The ValidateRegion function has been moved to the validation package and renamed to SupportedRegion (#650)

ENHANCEMENTS

  • Adds JSONNoDuplicateKeys function to the validation package (#650)
  • logging: S3 object bodies are no longer logged. Body size is logged instead.
Changelog

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

v2.0.0-beta.36 (2023-09-22)

BREAKING CHANGES

  • The ValidateRegion function has been moved to the validation package and renamed to SupportedRegion (#650)

ENHANCEMENTS

  • Adds JSONNoDuplicateKeys function to the validation package (#650)
  • logging: S3 object bodies are no longer logged. Body size is logged instead.
Commits
  • 881ef50 Prepare Release v2.0.0-beta.36 (#665)
  • 5f41594 Merge pull request #662 from hashicorp/dependabot/go_modules/v2/awsv1shim/git...
  • bce545a Bump github.com/aws/aws-sdk-go from 1.45.8 to 1.45.14 in /v2/awsv1shim
  • e8174c2 Merge pull request #664 from hashicorp/f-logging-otel-service-attributes
  • 8ce1e7f Adds service-specific OTel attributes for DynamoDB, S3, and SQS
  • fe84420 Adds log attribute test to HCLogger test
  • acba8e2 Merge pull request #663 from hashicorp/dependabot/go_modules/aws-sdk-go-85fa7...
  • 1953250 go work sync
  • 6e0ed6a Merge pull request #650 from hashicorp/f-json-duplicate-keys
  • b639bb4 chore: changelog
  • Additional commits viewable in compare view

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

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

@dependabot dependabot bot added dependencies Used to indicate dependency changes. go Pull requests that update Go code labels Sep 25, 2023
@github-actions
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 size/M Managed by automation to categorize the size of a PR. and removed dependencies Used to indicate dependency changes. labels Sep 25, 2023
@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 Sep 25, 2023
@jar-b
Copy link
Member

jar-b commented Sep 25, 2023

Do not merge. Will be covered in #33570.

@dependabot dependabot bot force-pushed the dependabot/go_modules/aws-sdk-go-base-3eccdb7202 branch 2 times, most recently from 53a73f6 to d78aae5 Compare September 25, 2023 19:34
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.35 to 2.0.0-beta.36
- [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.35...v2.0.0-beta.36)

Updates `github.com/hashicorp/aws-sdk-go-base/v2/awsv1shim/v2` from 2.0.0-beta.36 to 2.0.0-beta.37
- [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.36...v2/awsv1shim/v2.0.0-beta.37)

---
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/aws-sdk-go-base-3eccdb7202 branch from d78aae5 to b88e1b2 Compare September 26, 2023 06:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 26, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-go-base-3eccdb7202 branch September 26, 2023 20:23
@github-actions
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 Oct 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
go Pull requests that update Go code prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. size/M Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant