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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

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.13
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.13

Release notes

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

Release v1.49.13 (2023-12-29)

Service Client Updates

  • service/apprunner: Updates service API and documentation
  • service/location: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • Add LinkEntityArn support for different partitions; Add UnsupportedUserEditionException in UpdateDashboardLinks API; Add support for New Reader Experience Topics

Release v1.49.12 (2023-12-28)

Service Client Updates

  • service/codestar-connections: Updates service API
  • service/kinesis-video-archived-media: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Studio now supports Docker access from within app container

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

... (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.13` |
| [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.13
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.47.12...v1.49.13)

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 Jan 1, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 4, 2024

Superseded by #1003.

@dependabot dependabot bot closed this Jan 4, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/pkg/signature/kms/aws/all-37cb159985 branch January 4, 2024 07:06
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