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 group with 7 updates #359

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps the aws-sdk group with 7 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.19.0 1.26.1
github.com/aws/aws-sdk-go-v2/service/acmpca 1.22.1 1.25.5
github.com/aws/aws-sdk-go-v2/service/ec2 1.127.0 1.141.0
github.com/aws/aws-sdk-go-v2/service/iam 1.24.0 1.28.5
github.com/aws/aws-sdk-go-v2/service/kms 1.24.5 1.27.5
github.com/aws/aws-sdk-go-v2/service/s3 1.40.0 1.47.5
github.com/aws/aws-sdk-go-v2/service/secretsmanager 1.21.0 1.25.5

Updates github.com/aws/aws-sdk-go-v2/config from 1.19.0 to 1.26.1

Commits
  • f2706c8 Release 2023-12-08
  • 1dac0c9 Regenerated Clients
  • cbd9216 Update API model
  • c7357bb fix: reinstate presence of retryer when functional opts run but still respect...
  • c5c34b3 fix: translation of ini service sections into shared config (#2416)
  • b3c7fbf update express cache key (#2414)
  • 9b90af4 fix: add non-vhostable buckets to path when using legacy endpoint resolver (#...
  • 0d643a8 Release 2023-12-07
  • e38b534 Regenerated Clients
  • f394daf Update SDK's smithy-go dependency to v1.19.0
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/acmpca from 1.22.1 to 1.25.5

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.127.0 to 1.141.0

Commits
  • f2706c8 Release 2023-12-08
  • 1dac0c9 Regenerated Clients
  • cbd9216 Update API model
  • c7357bb fix: reinstate presence of retryer when functional opts run but still respect...
  • c5c34b3 fix: translation of ini service sections into shared config (#2416)
  • b3c7fbf update express cache key (#2414)
  • 9b90af4 fix: add non-vhostable buckets to path when using legacy endpoint resolver (#...
  • 0d643a8 Release 2023-12-07
  • e38b534 Regenerated Clients
  • f394daf Update SDK's smithy-go dependency to v1.19.0
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.24.0 to 1.28.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.24.5 to 1.27.5

Changelog

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

Release (2022-08-11)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/backupstorage: v1.0.0
    • Release: New AWS service client module
    • Feature: This is the first public release of AWS Backup Storage. We are exposing some previously-internal APIs for use by external services. These APIs are not meant to be used directly by customers.
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.30.0
    • Feature: Add support for Python 3.9 AWS Glue Python Shell jobs
  • github.com/aws/aws-sdk-go-v2/service/privatenetworks: v1.0.0
    • Release: New AWS service client module
    • Feature: This is the initial SDK release for AWS Private 5G. AWS Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location.

Release (2022-08-10)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/config: v1.16.0
    • Feature: Adds support for the following settings in the ~/.aws/credentials file: sso_account_id, sso_region, sso_role_name, sso_start_url, and ca_bundle.
  • github.com/aws/aws-sdk-go-v2/service/dlm: v1.12.0
    • Feature: This release adds support for excluding specific data (non-boot) volumes from multi-volume snapshot sets created by snapshot lifecycle policies
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.52.0
    • Feature: This release adds support for excluding specific data (non-root) volumes from multi-volume snapshot sets created from instances.

Release (2022-08-09)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.20.0
    • Feature: Various quota increases related to dimensions and custom metrics
  • github.com/aws/aws-sdk-go-v2/service/location: v1.18.0
    • Feature: Amazon Location Service now allows circular geofences in BatchPutGeofence, PutGeofence, and GetGeofence APIs.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.39.0
    • Feature: Amazon SageMaker Automatic Model Tuning now supports specifying multiple alternate EC2 instance types to make tuning jobs more robust when the preferred instance type is not available due to insufficient capacity.
  • github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime: v1.13.0
    • Feature: Fix bug with parsing ISO-8601 CreationTime in Java SDK in DescribeHumanLoop

Release (2022-08-08)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.9

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.0 to 1.47.5

Commits
  • f2706c8 Release 2023-12-08
  • 1dac0c9 Regenerated Clients
  • cbd9216 Update API model
  • c7357bb fix: reinstate presence of retryer when functional opts run but still respect...
  • c5c34b3 fix: translation of ini service sections into shared config (#2416)
  • b3c7fbf update express cache key (#2414)
  • 9b90af4 fix: add non-vhostable buckets to path when using legacy endpoint resolver (#...
  • 0d643a8 Release 2023-12-07
  • e38b534 Regenerated Clients
  • f394daf Update SDK's smithy-go dependency to v1.19.0
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/secretsmanager from 1.21.0 to 1.25.5

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

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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.19.0` | `1.26.1` |
| [github.com/aws/aws-sdk-go-v2/service/acmpca](https://github.com/aws/aws-sdk-go-v2) | `1.22.1` | `1.25.5` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.127.0` | `1.141.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.24.0` | `1.28.5` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.24.5` | `1.27.5` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.40.0` | `1.47.5` |
| [github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://github.com/aws/aws-sdk-go-v2) | `1.21.0` | `1.25.5` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.19.0 to 1.26.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.19.0...config/v1.26.1)

Updates `github.com/aws/aws-sdk-go-v2/service/acmpca` from 1.22.1 to 1.25.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.22.1...config/v1.25.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.127.0 to 1.141.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.127.0...service/ec2/v1.141.0)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.24.0 to 1.28.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.24.0...service/emr/v1.28.5)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.24.5 to 1.27.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.27.5/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ecr/v1.24.5...service/s3/v1.27.5)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.40.0 to 1.47.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.40.0...service/s3/v1.47.5)

Updates `github.com/aws/aws-sdk-go-v2/service/secretsmanager` from 1.21.0 to 1.25.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.21.0...config/v1.25.5)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acmpca
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- 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
- 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
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
- dependency-name: github.com/aws/aws-sdk-go-v2/service/secretsmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from MarcosDY as a code owner December 11, 2023 17:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 11, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 12, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 12, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-72862706f8 branch December 12, 2023 13:42
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