Skip to content

🌱 Bump the aws group with 5 updates #833

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

Merged
merged 1 commit into from
Aug 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps the aws group with 5 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.37.2 1.38.0
github.com/aws/aws-sdk-go-v2/config 1.30.3 1.31.0
github.com/aws/aws-sdk-go-v2/credentials 1.18.3 1.18.4
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.18.3 1.18.4
github.com/aws/aws-sdk-go-v2/service/s3 1.86.0 1.87.0

Updates github.com/aws/aws-sdk-go-v2 from 1.37.2 to 1.38.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.30.3 to 1.31.0

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.18.3 to 1.18.4

Changelog

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

Release (2022-12-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.17.0
    • Feature: Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. "/v1/dataplane-evaluatecode").
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.20.1
    • Documentation: Documentation updates for Amazon ECS
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.21.0
    • Feature: AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.28.0
    • Feature: The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.25.0
    • Feature: Updates to Event Signaling and Management (ESAM) API and documentation.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.21.0
    • Feature: Add language code for Finnish (fi-FI)
  • github.com/aws/aws-sdk-go-v2/service/proton: v1.18.0
    • Feature: CreateEnvironmentAccountConnection RoleArn input is now optional
  • github.com/aws/aws-sdk-go-v2/service/redshiftserverless: v1.3.0
    • Feature: Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.
  • github.com/aws/aws-sdk-go-v2/service/sns: v1.18.7
    • Documentation: This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions

Release (2022-12-01)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.0.0
    • Release: New AWS service client module
    • Feature: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.
  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.20.0
    • Feature: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.16.0
    • Feature: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
  • github.com/aws/aws-sdk-go-v2/service/pipes: v1.0.0
    • Release: New AWS service client module
    • Feature: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)
  • github.com/aws/aws-sdk-go-v2/service/sfn: v1.16.0
    • Feature: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.

Release (2022-11-30)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.18.0
    • Feature: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.
  • github.com/aws/aws-sdk-go-v2/service/athena: v1.20.0
    • Feature: This release includes support for using Apache Spark in Amazon Athena.
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.17.0
    • Feature: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.18.3 to 1.18.4

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog.

Release (2022-12-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.17.0
    • Feature: Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. "/v1/dataplane-evaluatecode").
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.20.1
    • Documentation: Documentation updates for Amazon ECS
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.21.0
    • Feature: AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.28.0
    • Feature: The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.25.0
    • Feature: Updates to Event Signaling and Management (ESAM) API and documentation.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.21.0
    • Feature: Add language code for Finnish (fi-FI)
  • github.com/aws/aws-sdk-go-v2/service/proton: v1.18.0
    • Feature: CreateEnvironmentAccountConnection RoleArn input is now optional
  • github.com/aws/aws-sdk-go-v2/service/redshiftserverless: v1.3.0
    • Feature: Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.
  • github.com/aws/aws-sdk-go-v2/service/sns: v1.18.7
    • Documentation: This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions

Release (2022-12-01)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.0.0
    • Release: New AWS service client module
    • Feature: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.
  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.20.0
    • Feature: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.16.0
    • Feature: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
  • github.com/aws/aws-sdk-go-v2/service/pipes: v1.0.0
    • Release: New AWS service client module
    • Feature: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)
  • github.com/aws/aws-sdk-go-v2/service/sfn: v1.16.0
    • Feature: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.

Release (2022-11-30)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.18.0
    • Feature: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.
  • github.com/aws/aws-sdk-go-v2/service/athena: v1.20.0
    • Feature: This release includes support for using Apache Spark in Amazon Athena.
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.17.0
    • Feature: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.86.0 to 1.87.0

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 group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.37.2` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.30.3` | `1.31.0` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.18.3` | `1.18.4` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.18.3` | `1.18.4` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.86.0` | `1.87.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.37.2 to 1.38.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.37.2...v1.38.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.30.3 to 1.31.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.30.3...v1.31.0)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.3 to 1.18.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.3...config/v1.18.4)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.18.3 to 1.18.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.4/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.3...config/v1.18.4)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.86.0 to 1.87.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.86.0...service/s3/v1.87.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2025
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.46%. Comparing base (d83700f) to head (64d99fd).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #833   +/-   ##
=======================================
  Coverage   63.46%   63.46%           
=======================================
  Files          71       71           
  Lines        7833     7833           
=======================================
  Hits         4971     4971           
  Misses       2570     2570           
  Partials      292      292           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@eljohnson92 eljohnson92 merged commit 7c1f238 into main Aug 19, 2025
14 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/aws-5425930a2f branch August 19, 2025 16:01
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant