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-deps group with 5 updates #1173

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps the aws-deps group with 5 updates:

Package From To
aws-sdk-s3 1.177.0 1.178.0
aws-partitions 1.1034.0 1.1039.0
aws-sdk-core 3.214.1 3.216.0
aws-sdk-kms 1.96.0 1.97.0
aws-sigv4 1.10.1 1.11.0

Updates aws-sdk-s3 from 1.177.0 to 1.178.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.178.0 (2025-01-15)

  • Feature - This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.

  • Feature - Default to using CRC32 checksum validation for S3 uploads and downloads.

Commits

Updates aws-partitions from 1.1034.0 to 1.1039.0

Changelog

Sourced from aws-partitions's changelog.

1.1039.0 (2025-01-16)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1038.0 (2025-01-15)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1037.0 (2025-01-14)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1036.0 (2025-01-13)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.1035.0 (2025-01-10)

  • Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
Commits

Updates aws-sdk-core from 3.214.1 to 3.216.0

Changelog

Sourced from aws-sdk-core's changelog.

3.216.0 (2025-01-15)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

  • Feature - Updated Aws::SSO::Client with the latest API changes.

  • Feature - Always calculate request checksums for operations that support or require it. Supported config options are when_supported and when_required. The default value is when_supported. This option is configured in code with :request_checksum_calculation, in the shared config file as request_checksum_calculation, and in the ENV as ENV['AWS_REQUEST_CHECKSUM_CALCULATION'].

  • Feature - Always validate response checksums for operations that support or require it. Supported config options are when_supported and when_required. The default value is when_supported. This option is configured in code with :response_checksum_validation, in the shared config file as response_checksum_validation, and in the ENV as ENV['AWS_RESPONSE_CHECKSUM_VALIDATION'].

  • Feature - Support CRC64NVME checksums through the aws-crt gem.

3.215.1 (2025-01-14)

  • Issue - Fixed error when attempting to log an unlinked tempfile.

3.215.0 (2025-01-10)

  • Feature - Updated Aws::STS::Client with the latest API changes.

  • Feature - Fixed typos in the descriptions.

Commits

Updates aws-sdk-kms from 1.96.0 to 1.97.0

Changelog

Sourced from aws-sdk-kms's changelog.

1.97.0 (2025-01-15)

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
Commits

Updates aws-sigv4 from 1.10.1 to 1.11.0

Changelog

Sourced from aws-sigv4's changelog.

1.11.0 (2025-01-10)

  • Feature - Add RBS signature files to support static type checking
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-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.177.0` | `1.178.0` |
| [aws-partitions](https://github.com/aws/aws-sdk-ruby) | `1.1034.0` | `1.1039.0` |
| [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) | `3.214.1` | `3.216.0` |
| [aws-sdk-kms](https://github.com/aws/aws-sdk-ruby) | `1.96.0` | `1.97.0` |
| [aws-sigv4](https://github.com/aws/aws-sdk-ruby) | `1.10.1` | `1.11.0` |


Updates `aws-sdk-s3` from 1.177.0 to 1.178.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-partitions` from 1.1034.0 to 1.1039.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-partitions/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.214.1 to 3.216.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-kms` from 1.96.0 to 1.97.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-kms/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sigv4` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sigv4/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits/1.11.0)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-deps
- dependency-name: aws-partitions
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-deps
- dependency-name: aws-sdk-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-deps
- dependency-name: aws-sdk-kms
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-deps
- dependency-name: aws-sigv4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 17, 2025
@chadlwilson chadlwilson merged commit 1e2c970 into master Jan 17, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/aws-deps-b144837dfb branch January 17, 2025 09:25
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant