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 all group in /pkg/signature/kms/aws with 5 updates #1000

Conversation

dependabot[bot]
Copy link

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

Bumps the all group in /pkg/signature/kms/aws with 5 updates:

Package From To
github.com/aws/aws-sdk-go 1.47.12 1.49.11
github.com/aws/aws-sdk-go-v2 1.23.0 1.24.0
github.com/aws/aws-sdk-go-v2/config 1.25.1 1.26.2
github.com/aws/aws-sdk-go-v2/service/kms 1.26.2 1.27.7
github.com/jellydator/ttlcache/v3 3.1.0 3.1.1

Updates github.com/aws/aws-sdk-go from 1.47.12 to 1.49.11

Release notes

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

Release v1.49.11 (2023-12-27)

Service Client Updates

  • service/elasticmapreduce: Updates service API and documentation
    • Add support for customers to modify cluster attribute auto-terminate post cluster launch

Release v1.49.10 (2023-12-26)

Service Client Updates

  • service/iam: Updates service documentation
    • Documentation updates for AWS Identity and Access Management (IAM).

SDK Enhancements

  • aws: Add WithUseFIPSEndpoint to aws.Config. (#5078)
    • WithUseFIPSEndpoint can be used to explicitly enable or disable FIPS endpoint variants.

Release v1.49.9 (2023-12-22)

Service Client Updates

  • service/bedrock-agent: Updates service API
  • service/glue: Updates service API and documentation
    • This release adds additional configurations for Query Session Context on the following APIs: GetUnfilteredTableMetadata, GetUnfilteredPartitionMetadata, GetUnfilteredPartitionsMetadata.
  • service/lakeformation: Updates service API and documentation
  • service/mediaconnect: Updates service API and documentation
  • service/networkmonitor: Adds new service
  • service/omics: Updates service documentation
  • service/s3: Updates service examples
    • Added additional examples for some operations.
  • service/secretsmanager: Adds new service
    • Update endpoint rules and examples.

Release v1.49.8 (2023-12-21)

Service Client Updates

  • service/amp: Updates service API and documentation
  • service/appintegrations: Updates service API, documentation, paginators, and examples
  • service/bedrock-agent: Updates service API and documentation
  • service/codecommit: Updates service API and documentation
    • AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.
  • service/connect: Updates service API, documentation, and paginators
  • service/medialive: Updates service API and documentation
    • MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
  • service/rds-data: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.23.0 to 1.24.0

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.26.2 to 1.27.7

Commits

Updates github.com/jellydator/ttlcache/v3 from 3.1.0 to 3.1.1

Release notes

Sourced from github.com/jellydator/ttlcache/v3's releases.

v3.1.1

Fix a bug in the Range method that causes a panic when the cache is empty

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 all group in /pkg/signature/kms/aws with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.47.12` | `1.49.11` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.23.0` | `1.24.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.25.1` | `1.26.2` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.26.2` | `1.27.7` |
| [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) | `3.1.0` | `3.1.1` |


Updates `github.com/aws/aws-sdk-go` from 1.47.12 to 1.49.11
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.47.12...v1.49.11)

Updates `github.com/aws/aws-sdk-go-v2` from 1.23.0 to 1.24.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.23.0...v1.24.0)

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

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.26.2 to 1.27.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.26.2...service/s3/v1.27.7)

Updates `github.com/jellydator/ttlcache/v3` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/jellydator/ttlcache/releases)
- [Commits](jellydator/ttlcache@v3.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 28, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 29, 2023

Superseded by #1001.

@dependabot dependabot bot closed this Dec 29, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/pkg/signature/kms/aws/all-6b37e8109c branch December 29, 2023 07:11
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