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

Bump the aws-sdk-v2 group across 1 directory with 15 updates #1547

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the aws-sdk-v2 group with 13 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.31.0 1.32.2
github.com/aws/aws-sdk-go-v2/config 1.27.37 1.28.0
github.com/aws/aws-sdk-go-v2/service/amp 1.28.1 1.29.3
github.com/aws/aws-sdk-go-v2/service/apigateway 1.26.1 1.27.2
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 1.23.1 1.24.2
github.com/aws/aws-sdk-go-v2/service/autoscaling 1.44.1 1.46.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch 1.41.1 1.42.2
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice 1.41.1 1.44.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.179.0 1.184.0
github.com/aws/aws-sdk-go-v2/service/iam 1.36.1 1.37.2
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.24.1 1.25.2
github.com/aws/aws-sdk-go-v2/service/shield 1.28.1 1.29.2
github.com/aws/aws-sdk-go-v2/service/storagegateway 1.33.1 1.34.2

Updates github.com/aws/aws-sdk-go-v2 from 1.31.0 to 1.32.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.37 to 1.28.0

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.35 to 1.17.41

Commits

Updates github.com/aws/aws-sdk-go-v2/service/amp from 1.28.1 to 1.29.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/apigateway from 1.26.1 to 1.27.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/apigatewayv2 from 1.23.1 to 1.24.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.44.1 to 1.46.0

Commits
  • 6afe528 Release 2023-11-22
  • 769b1e0 Regenerated Clients
  • b6c7699 Update API model
  • 57f3065 breakfix: convert public access block config fields to nilable like s3 (#2385)
  • fa3ee1a Release 2023-11-21
  • 6e0c553 Regenerated Clients
  • 32fa00b Update endpoints model
  • 72eae5c Update API model
  • 1c69d08 fix: don't expect response to be json in endpointcreds provider (#2381)
  • 3bd97c0 fix: don't send 0 max items for object version and multipart upload paginator...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/cloudwatch from 1.41.1 to 1.42.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/databasemigrationservice from 1.41.1 to 1.44.0

Commits
  • fa3ee1a Release 2023-11-21
  • 6e0c553 Regenerated Clients
  • 32fa00b Update endpoints model
  • 72eae5c Update API model
  • 1c69d08 fix: don't expect response to be json in endpointcreds provider (#2381)
  • 3bd97c0 fix: don't send 0 max items for object version and multipart upload paginator...
  • b3e07aa Release 2023-11-20
  • 2fc1c0d Regenerated Clients
  • 1a6bd02 Update endpoints model
  • ac2c871 Update API model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.179.0 to 1.184.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.36.1 to 1.37.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.24.1 to 1.25.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/shield from 1.28.1 to 1.29.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/storagegateway from 1.33.1 to 1.34.2

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/storagegateway's changelog.

Release (2023-02-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.19.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/account: v1.9.1
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.17.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.21.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/alexaforbusiness: v1.15.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.16.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.13.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.14.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.9.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.16.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.11.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.13.3
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.17.1
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.6.1
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
    • Bug Fix: Correct error type parsing for restJson services.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.24.2
    • Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.31.1 to 1.32.2

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-v2 group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.31.0` | `1.32.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.37` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/service/amp](https://github.com/aws/aws-sdk-go-v2) | `1.28.1` | `1.29.3` |
| [github.com/aws/aws-sdk-go-v2/service/apigateway](https://github.com/aws/aws-sdk-go-v2) | `1.26.1` | `1.27.2` |
| [github.com/aws/aws-sdk-go-v2/service/apigatewayv2](https://github.com/aws/aws-sdk-go-v2) | `1.23.1` | `1.24.2` |
| [github.com/aws/aws-sdk-go-v2/service/autoscaling](https://github.com/aws/aws-sdk-go-v2) | `1.44.1` | `1.46.0` |
| [github.com/aws/aws-sdk-go-v2/service/cloudwatch](https://github.com/aws/aws-sdk-go-v2) | `1.41.1` | `1.42.2` |
| [github.com/aws/aws-sdk-go-v2/service/databasemigrationservice](https://github.com/aws/aws-sdk-go-v2) | `1.41.1` | `1.44.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.179.0` | `1.184.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.36.1` | `1.37.2` |
| [github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi](https://github.com/aws/aws-sdk-go-v2) | `1.24.1` | `1.25.2` |
| [github.com/aws/aws-sdk-go-v2/service/shield](https://github.com/aws/aws-sdk-go-v2) | `1.28.1` | `1.29.2` |
| [github.com/aws/aws-sdk-go-v2/service/storagegateway](https://github.com/aws/aws-sdk-go-v2) | `1.33.1` | `1.34.2` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.31.0 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.31.0...v1.32.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.37 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.37...v1.28.0)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.35 to 1.17.41
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.35...credentials/v1.17.41)

Updates `github.com/aws/aws-sdk-go-v2/service/amp` from 1.28.1 to 1.29.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.28.1...service/s3/v1.29.3)

Updates `github.com/aws/aws-sdk-go-v2/service/apigateway` from 1.26.1 to 1.27.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.26.1...v1.27.2)

Updates `github.com/aws/aws-sdk-go-v2/service/apigatewayv2` from 1.23.1 to 1.24.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.23.1...service/pi/v1.24.2)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscaling` from 1.44.1 to 1.46.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.44.1...service/s3/v1.46.0)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudwatch` from 1.41.1 to 1.42.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/fsx/v1.41.1...service/s3/v1.42.2)

Updates `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice` from 1.41.1 to 1.44.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/fsx/v1.41.1...service/s3/v1.44.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.179.0 to 1.184.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.179.0...service/ec2/v1.184.0)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.36.1 to 1.37.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.36.1...service/ssm/v1.37.2)

Updates `github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi` from 1.24.1 to 1.25.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.24.1...v1.25.2)

Updates `github.com/aws/aws-sdk-go-v2/service/shield` from 1.28.1 to 1.29.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.28.1...service/pi/v1.29.2)

Updates `github.com/aws/aws-sdk-go-v2/service/storagegateway` from 1.33.1 to 1.34.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/iot/v1.34.2/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.33.1...service/iot/v1.34.2)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.31.1 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.1...v1.32.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/amp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/apigateway
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/apigatewayv2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/autoscaling
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudwatch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/databasemigrationservice
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/shield
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/storagegateway
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-v2
...

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 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants