Skip to content

chore(deps): bump the aws-dependencies group with 4 updates - #8575

Merged
adi-herwana-nus merged 1 commit into
masterfrom
dependabot/bundler/aws-dependencies-2d70a0d086
Sep 7, 2026
Merged

chore(deps): bump the aws-dependencies group with 4 updates#8575
adi-herwana-nus merged 1 commit into
masterfrom
dependabot/bundler/aws-dependencies-2d70a0d086

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the aws-dependencies group with 4 updates: aws-sdk-s3, aws-sdk-cloudwatch, aws-sdk-core and fog-aws.

Updates aws-sdk-s3 from 1.227.0 to 1.229.0

Changelog

Sourced from aws-sdk-s3's changelog.

1.229.0 (2026-08-06)

  • Feature - AWS Backup now lets you create read-only access points for Amazon S3 recovery points, enabling you to access backup data using S3 APIs without initiating a restore.

1.228.2 (2026-07-30)

  • Issue - S3 Encryption Client, encryptionV2 and encryptionV3, returns a decryption error for a malformed material description.

1.228.1 (2026-07-23)

  • Issue - Ensure the source file is closed on multipart upload_file part failure, preventing leaked file descriptors (#3408).

1.228.0 (2026-07-16)

  • Feature - Documentation update for removing the 30 day minimum restriction for transition to Standard-IA or OneZone-IA storage classes
Commits

Updates aws-sdk-cloudwatch from 1.144.0 to 1.146.0

Changelog

Sourced from aws-sdk-cloudwatch's changelog.

1.146.0 (2026-08-21)

  • Feature - Allows customers to specify an initial warm up period to wait for metrics to arrive when creating metric or log alarms

1.145.0 (2026-07-22)

  • Feature - Adds documented value constraints for CloudWatch Log Alarm scheduled query configuration fields, and makes LogGroupIdentifiers optional for log alarms.
Commits

Updates aws-sdk-core from 3.254.0 to 3.254.1

Changelog

Sourced from aws-sdk-core's changelog.

3.254.1 (2026-08-06)

  • Issue - Fix a double space appearing in the frameworks section of the User-Agent header.
Commits

Updates fog-aws from 3.33.2 to 3.33.3

Changelog

Sourced from fog-aws's changelog.

v3.33.3 (2026-08-28)

Full Changelog

Merged pull requests:

  • fix thread safety of shared Fog::Storage connections #759 (stanhu)

  • fix flaky describe_spot_price_history #760 (stanhu)

  • Bump actions/checkout from 6 to 7 #758 (dependabot)

  • Bump actions/dependency-review-action from 4 to 5 #757 (dependabot)

  • Bump fog/.github/.github/workflows/ci.yml from 1.5.0 to 1.6.0 #756 (dependabot)

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 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-dependencies group with 4 updates: [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby), [aws-sdk-cloudwatch](https://github.com/aws/aws-sdk-ruby), [aws-sdk-core](https://github.com/aws/aws-sdk-ruby) and [fog-aws](https://github.com/fog/fog-aws).


Updates `aws-sdk-s3` from 1.227.0 to 1.229.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-sdk-cloudwatch` from 1.144.0 to 1.146.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-cloudwatch/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-core` from 3.254.0 to 3.254.1
- [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 `fog-aws` from 3.33.2 to 3.33.3
- [Changelog](https://github.com/fog/fog-aws/blob/master/CHANGELOG.md)
- [Commits](fog/fog-aws@v3.33.2...v3.33.3)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-version: 1.229.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
- dependency-name: aws-sdk-cloudwatch
  dependency-version: 1.146.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
- dependency-name: aws-sdk-core
  dependency-version: 3.254.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-dependencies
- dependency-name: fog-aws
  dependency-version: 3.33.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file Ruby Pull requests that update Ruby code labels Sep 7, 2026
@adi-herwana-nus
adi-herwana-nus merged commit 82e1174 into master Sep 7, 2026
10 checks passed
@adi-herwana-nus
adi-herwana-nus deleted the dependabot/bundler/aws-dependencies-2d70a0d086 branch September 7, 2026 19:24
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