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 aws-sdk-go group across 2 directories with 9 updates #1184

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 6, 2024

Bumps the aws-sdk-go group with 8 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.9 1.17.10
github.com/aws/aws-sdk-go-v2/service/bedrock 1.12.0 1.13.0
github.com/aws/aws-sdk-go-v2/service/controltower 1.16.3 1.16.4
github.com/aws/aws-sdk-go-v2/service/datazone 1.16.0 1.17.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.31.0 1.32.0
github.com/aws/aws-sdk-go-v2/service/oam 1.13.3 1.13.4
github.com/aws/aws-sdk-go-v2/service/rds 1.81.5 1.82.0
github.com/aws/aws-sdk-go-v2/service/resiliencehub 1.23.3 1.24.0

Bumps the aws-sdk-go group with 8 updates in the /tools/tfsdk2fw directory:

Package From To
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.9 1.17.10
github.com/aws/aws-sdk-go-v2/service/bedrock 1.12.0 1.13.0
github.com/aws/aws-sdk-go-v2/service/controltower 1.16.3 1.16.4
github.com/aws/aws-sdk-go-v2/service/datazone 1.16.0 1.17.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.31.0 1.32.0
github.com/aws/aws-sdk-go-v2/service/oam 1.13.3 1.13.4
github.com/aws/aws-sdk-go-v2/service/rds 1.81.5 1.82.0
github.com/aws/aws-sdk-go-v2/service/resiliencehub 1.23.3 1.24.0

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.9 to 1.17.10

Commits

Updates github.com/aws/aws-sdk-go-v2/service/bedrock from 1.12.0 to 1.13.0

Changelog

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

Release (2022-01-14)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.13.0
    • Bug Fix: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes #1413, and is based on PR #1424
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.12.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.10.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.15.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.15.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.16.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.28.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.18.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.13.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.8.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.13.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.19.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/honeycode: v1.9.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.12.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ioteventsdata: v1.9.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.20.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.17.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexruntimev2: v1.12.0

... (truncated)

Commits
  • e10c0d2 Release 2022-01-14
  • 35ab85c Update smithy-go dependency version
  • 4741932 Fix Retry middleware not releasing retry token (#1560)
  • e4d9a88 Update API Models (#1559)
  • c1b62ab SDK DefaultsMode Configuration Implementation (#1553)
  • 07e5d3e i1494 passing opts to attributevalue marshalling (#1495)
  • 576b415 codegen: Adds smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#...
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/controltower from 1.16.3 to 1.16.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/datazone from 1.16.0 to 1.17.0

Changelog

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

Release (2022-10-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.17.0
    • Feature: Adds aws.IsCredentialsProvider for inspecting CredentialProvider types when needing to determine if the underlying implementation type matches a target type. This resolves an issue where CredentialsCache could mask AnonymousCredentials providers, breaking downstream detection logic.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.21.0
    • Feature: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
  • github.com/aws/aws-sdk-go-v2/service/eventbridge: v1.16.16
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.29.0
    • Feature: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.49.0
    • Feature: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.0
    • Feature: Add presign functionality for sts:AssumeRole operation

Release (2022-10-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.20.0
    • Feature: This release adds information about the resources DevOps Guru is analyzing.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.15.0
    • Feature: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
  • github.com/aws/aws-sdk-go-v2/service/resiliencehub: v1.7.0
    • Feature: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.7.0
    • Feature: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions

Release (2022-10-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.11.6
    • Documentation: Documentation updates for Chime Messaging SDK
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.19.0
    • Feature: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.27.0
    • Feature: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.33.0
    • Feature: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
  • github.com/aws/aws-sdk-go-v2/service/managedblockchain: v1.13.0
    • Feature: Adding new Accessor APIs for Amazon Managed Blockchain
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.28.0
    • Feature: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.31.0 to 1.32.0

Changelog

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

Release (2023-04-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.24.0
    • Feature: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.0
    • Feature: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
  • github.com/aws/aws-sdk-go-v2/service/ram: v1.18.0
    • Feature: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.43.1
    • Documentation: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.32.0
    • Feature: Provides support for "Snow" Storage class.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.19.4
    • Documentation: Documentation updates for Secrets Manager

Release (2023-04-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.26.0
    • Feature: This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.13.0
    • Feature: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.19.5
    • Documentation: Documentation updates for DynamoDB API
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.7.0
    • Feature: The GetJobRun API has been updated to include the job's billed resource utilization. This utilization shows the aggregate vCPU, memory and storage that AWS has billed for the job run. The billed resources include a 1-minute minimum usage for workers, plus additional storage over 20 GB per worker.
  • github.com/aws/aws-sdk-go-v2/service/internetmonitor: v1.2.0
    • Feature: This release includes a new configurable value, TrafficPercentageToMonitor, which allows users to adjust the amount of traffic monitored by percentage
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.27.0
    • Feature: Supports the new feature of LoRaWAN roaming, allows to configure MaxEirp for LoRaWAN gateway, and allows to configure PingSlotPeriod for LoRaWAN multicast group
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.33.0
    • Feature: Add Python 3.10 (python3.10) support to AWS Lambda

Release (2023-04-14)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.25.1
    • Documentation: This release supports ephemeral storage for AWS Fargate Windows containers.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.32.0
    • Feature: This release adds SnapStart related exceptions to InvokeWithResponseStream API. IAM access related documentation is also added for this API.
  • github.com/aws/aws-sdk-go-v2/service/migrationhubrefactorspaces: v1.9.8
    • Documentation: Doc only update for Refactor Spaces environments without network bridge feature.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.43.0

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/oam from 1.13.3 to 1.13.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.81.5 to 1.82.0

Changelog

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

Release (2023-01-30)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.26.0
    • Feature: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.82.0
    • Feature: We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route.

Release (2023-01-27)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.20.0
    • Feature: Fixing the issue where Appstream waiters hang for fleet_started and fleet_stopped.
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.21.0
    • Feature: This release introduces the As Run logging type, along with API and documentation updates.
  • github.com/aws/aws-sdk-go-v2/service/outposts: v1.26.0
    • Feature: Adding support for payment term in GetOrder, CreateOrder responses.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.66.0
    • Feature: This release supports running SageMaker Training jobs with container images that are in a private Docker registry.
  • github.com/aws/aws-sdk-go-v2/service/sagemakerruntime: v1.18.0
    • Feature: Amazon SageMaker Runtime which supports InvokeEndpointAsync asynchronously can now invoke endpoints with custom timeout values. Asynchronous invocations support longer processing times.

Release (2023-01-26)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/eventbridge: v1.18.0
    • Feature: Minor comments for Redshift Serverless workgroup target support.

Release (2023-01-25)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.81.0
    • Feature: This release adds new functionality that allows customers to provision IPv6 CIDR blocks through Amazon VPC IP Address Manager (IPAM) as well as allowing customers to utilize IPAM Resource Discovery APIs.
  • github.com/aws/aws-sdk-go-v2/service/m2: v1.4.0
    • Feature: Add returnCode, batchJobIdentifier in GetBatchJobExecution response, for user to view the batch job execution result & unique identifier from engine. Also removed unused headers from REST APIs
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.23.0
    • Feature: Add 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR).
  • github.com/aws/aws-sdk-go-v2/service/redshiftserverless: v1.4.1
    • Documentation: Added query monitoring rules as possible parameters for create and update workgroup operations.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.65.0
    • Feature: SageMaker Inference Recommender now decouples from Model Registry and could accept Model Name to invoke inference recommendations job; Inference Recommender now provides CPU/Memory Utilization metrics data in recommendation output.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.18.2
    • Documentation: Doc only change to update wording in a key topic

Release (2023-01-24)

Module Highlights

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resiliencehub from 1.23.3 to 1.24.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.58.2 to 1.58.3

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.9 to 1.17.10

Commits

Updates github.com/aws/aws-sdk-go-v2/service/bedrock from 1.12.0 to 1.13.0

Changelog

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

Release (2022-01-14)

General Highlights

  • Feature: Updated github.com/aws/smithy-go to latest version
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.13.0
    • Bug Fix: Updates the Retry middleware to release the retry token, on subsequent attempts. This fixes #1413, and is based on PR #1424
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.6.0
    • Feature: Adds new MarshalWithOptions and UnmarshalWithOptions helpers allowing Encoding and Decoding options to be specified when serializing AttributeValues. Addresses issue: aws/aws-sdk-go-v2#1494
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.12.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.10.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.15.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.15.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.16.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.28.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.18.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/elasticsearchservice: v1.13.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/finspacedata: v1.8.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.13.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/glue: v1.19.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/honeycode: v1.9.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/identitystore: v1.12.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/ioteventsdata: v1.9.0
    • Documentation: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/iotwireless: v1.16.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.20.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.17.0
    • Feature: Updated API models
  • github.com/aws/aws-sdk-go-v2/service/lexruntimev2: v1.12.0

... (truncated)

Commits
  • e10c0d2 Release 2022-01-14
  • 35ab85c Update smithy-go dependency version
  • 4741932 Fix Retry middleware not releasing retry token (#1560)
  • e4d9a88 Update API Models (#1559)
  • c1b62ab SDK DefaultsMode Configuration Implementation (#1553)
  • 07e5d3e i1494 passing opts to attributevalue marshalling (#1495)
  • 576b415 codegen: Adds smithy-cli dependency to prevent auto use of smithy-cli 1.16 (#...
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/service/controltower from 1.16.3 to 1.16.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/datazone from 1.16.0 to 1.17.0

Changelog

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

Release (2022-10-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.17.0
    • Feature: Adds aws.IsCredentialsProvider for inspecting CredentialProvider types when needing to determine if the underlying implementation type matches a target type. This resolves an issue where CredentialsCache could mask AnonymousCredentials providers, breaking downstream detection logic.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.21.0
    • Feature: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
  • github.com/aws/aws-sdk-go-v2/service/eventbridge: v1.16.16
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.29.0
    • Feature: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
    • Bug Fix: The SDK client has been updated to utilize the aws.IsCredentialsProvider function for determining if aws.AnonymousCredentials has been configured for the CredentialProvider.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.49.0
    • Feature: CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.0
    • Feature: Add presign functionality for sts:AssumeRole operation

Release (2022-10-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.20.0
    • Feature: This release adds information about the resources DevOps Guru is analyzing.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.15.0
    • Feature: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
  • github.com/aws/aws-sdk-go-v2/service/resiliencehub: v1.7.0
    • Feature: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.7.0
    • Feature: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions

Release (2022-10-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.11.6
    • Documentation: Documentation updates for Chime Messaging SDK
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.19.0
    • Feature: This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.27.0
    • Feature: This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.33.0
    • Feature: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
  • github.com/aws/aws-sdk-go-v2/service/managedblockchain: v1.13.0
    • Feature: Adding new Accessor APIs for Amazon Managed Blockchain
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.28.0
    • Feature: Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.

... (truncated)

Commits

…dates

Bumps the aws-sdk-go group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.9` | `1.17.10` |
| [github.com/aws/aws-sdk-go-v2/service/bedrock](https://github.com/aws/aws-sdk-go-v2) | `1.12.0` | `1.13.0` |
| [github.com/aws/aws-sdk-go-v2/service/controltower](https://github.com/aws/aws-sdk-go-v2) | `1.16.3` | `1.16.4` |
| [github.com/aws/aws-sdk-go-v2/service/datazone](https://github.com/aws/aws-sdk-go-v2) | `1.16.0` | `1.17.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.31.0` | `1.32.0` |
| [github.com/aws/aws-sdk-go-v2/service/oam](https://github.com/aws/aws-sdk-go-v2) | `1.13.3` | `1.13.4` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.81.5` | `1.82.0` |
| [github.com/aws/aws-sdk-go-v2/service/resiliencehub](https://github.com/aws/aws-sdk-go-v2) | `1.23.3` | `1.24.0` |

Bumps the aws-sdk-go group with 8 updates in the /tools/tfsdk2fw directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.9` | `1.17.10` |
| [github.com/aws/aws-sdk-go-v2/service/bedrock](https://github.com/aws/aws-sdk-go-v2) | `1.12.0` | `1.13.0` |
| [github.com/aws/aws-sdk-go-v2/service/controltower](https://github.com/aws/aws-sdk-go-v2) | `1.16.3` | `1.16.4` |
| [github.com/aws/aws-sdk-go-v2/service/datazone](https://github.com/aws/aws-sdk-go-v2) | `1.16.0` | `1.17.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.31.0` | `1.32.0` |
| [github.com/aws/aws-sdk-go-v2/service/oam](https://github.com/aws/aws-sdk-go-v2) | `1.13.3` | `1.13.4` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.81.5` | `1.82.0` |
| [github.com/aws/aws-sdk-go-v2/service/resiliencehub](https://github.com/aws/aws-sdk-go-v2) | `1.23.3` | `1.24.0` |



Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.9 to 1.17.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.17.9...config/v1.17.10)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrock` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.12.0...v1.13.0)

Updates `github.com/aws/aws-sdk-go-v2/service/controltower` from 1.16.3 to 1.16.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.16.3...v1.16.4)

Updates `github.com/aws/aws-sdk-go-v2/service/datazone` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.16.0...v1.17.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.32.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.0...service/s3/v1.32.0)

Updates `github.com/aws/aws-sdk-go-v2/service/oam` from 1.13.3 to 1.13.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.3...service/mq/v1.13.4)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.81.5 to 1.82.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.82.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.81.5...service/ec2/v1.82.0)

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

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.58.2 to 1.58.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.58.2...service/s3/v1.58.3)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.9 to 1.17.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.17.9...config/v1.17.10)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrock` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.13.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.12.0...v1.13.0)

Updates `github.com/aws/aws-sdk-go-v2/service/controltower` from 1.16.3 to 1.16.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.16.3...v1.16.4)

Updates `github.com/aws/aws-sdk-go-v2/service/datazone` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.17.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.16.0...v1.17.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/s3/v1.32.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.0...service/s3/v1.32.0)

Updates `github.com/aws/aws-sdk-go-v2/service/oam` from 1.13.3 to 1.13.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.3...service/mq/v1.13.4)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.81.5 to 1.82.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.82.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.81.5...service/ec2/v1.82.0)

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

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.58.2 to 1.58.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.58.2...service/s3/v1.58.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/controltower
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/datazone
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/oam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resiliencehub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrock
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/controltower
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/datazone
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/oam
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resiliencehub
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go
...

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 Aug 6, 2024
Copy link

github-actions bot commented Aug 6, 2024

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

Copy link
Author

dependabot bot commented on behalf of github Aug 7, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 7, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/aws-sdk-go-9b0c8fbec2 branch August 7, 2024 04:51
Copy link

github-actions bot commented Sep 7, 2024

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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