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

fix(deps): bump the aws-sdk group with 4 updates #248

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps the aws-sdk group with 4 updates: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/kms and github.com/aws/smithy-go.

Updates github.com/aws/aws-sdk-go-v2 from 1.25.0 to 1.25.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.1 to 1.27.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.28.2 to 1.28.3

Commits

Updates github.com/aws/smithy-go from 1.20.0 to 1.20.1

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2024-02-21)

Module Highlights

  • github.com/aws/smithy-go: v1.20.1
    • Bug Fix: Remove runtime dependency on go-cmp.

Release (2024-02-13)

Module Highlights

  • github.com/aws/smithy-go: v1.20.0
    • Feature: Add codegen definition for sigv4a trait.
    • Feature: Bump minimum Go version to 1.20 per our language support policy.

Release (2023-12-07)

Module Highlights

  • github.com/aws/smithy-go: v1.19.0
    • Feature: Support modeled request compression.

Release (2023-11-30)

  • No change notes available for this release.

Release (2023-11-29)

Module Highlights

  • github.com/aws/smithy-go: v1.18.0
    • Feature: Expose Options() method on generated service clients.

Release (2023-11-15)

Module Highlights

  • github.com/aws/smithy-go: v1.17.0
    • Feature: Support identity/auth components of client reference architecture.

Release (2023-10-31)

Module Highlights

  • github.com/aws/smithy-go: v1.16.0
    • Feature: LANG: Bump minimum go version to 1.19.

Release (2023-10-06)

Module Highlights

  • github.com/aws/smithy-go: v1.15.0
    • Feature: Add http.WithHeaderComment middleware.

Release (2023-08-18)

  • No change notes available for this release.

... (truncated)

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 group with 4 updates: [github.com/aws/aws-sdk-go-v2](/~https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](/~https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/kms](/~https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/smithy-go](/~https://github.com/aws/smithy-go).


Updates `github.com/aws/aws-sdk-go-v2` from 1.25.0 to 1.25.1
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.25.0...v1.25.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.1 to 1.27.2
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.1...config/v1.27.2)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.28.2 to 1.28.3
- [Release notes](/~https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.28.2...service/emr/v1.28.3)

Updates `github.com/aws/smithy-go` from 1.20.0 to 1.20.1
- [Release notes](/~https://github.com/aws/smithy-go/releases)
- [Changelog](/~https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.20.0...v1.20.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
- dependency-name: github.com/aws/smithy-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 22, 2024
@github-actions github-actions bot enabled auto-merge February 22, 2024 14:13
@github-actions github-actions bot merged commit 6311096 into main Feb 22, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-8781f3e8d4 branch February 22, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge dependencies Pull requests that update a dependency file go Pull requests that update Go code semver:patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants