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-v2 group across 1 directory with 7 updates #39789

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2024

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

Package From To
github.com/aws/aws-sdk-go-v2/service/bedrockagent 1.23.2 1.24.0
github.com/aws/aws-sdk-go-v2/service/dataexchange 1.32.2 1.33.0
github.com/aws/aws-sdk-go-v2/service/ecs 1.47.3 1.47.4
github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2 1.15.2 1.16.0
github.com/aws/aws-sdk-go-v2/service/pipes 1.17.2 1.18.0
github.com/aws/aws-sdk-go-v2/service/quicksight 1.76.2 1.77.0
github.com/aws/aws-sdk-go-v2/service/rds 1.87.2 1.87.3

Updates github.com/aws/aws-sdk-go-v2/service/bedrockagent from 1.23.2 to 1.24.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dataexchange from 1.32.2 to 1.33.0

Changelog

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

Release (2023-04-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.18.0
    • Feature: add recursion detection middleware to all SDK requests to avoid recursion invocation in Lambda
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.27.0
    • Feature: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.2.5
    • Documentation: Documentation updates for Amazon CodeCatalyst.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.94.0
    • Feature: API changes to AWS Verified Access related to identity providers' information.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.36.0
    • Feature: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.25.0
    • Feature: Added new status result to Liveness session status.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.28.0
    • Feature: added paginator for listResourceRecordSets
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.33.0
    • Feature: added custom paginators for listMultipartUploads and ListObjectVersions

Release (2023-04-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.52.0
    • Feature: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.1
    • Documentation: Documentation update to address various Amazon ECS tickets.
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.23.0
    • Feature: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

Release (2023-04-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chime: v1.23.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.4.0
    • Feature: This release adds support for specifying the recording file format in an S3 recording sink configuration.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.15.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.18.0
    • Feature: Amazon GameLift supports creating Builds for Windows 2016 operating system.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.21.0
    • Feature: This release adds support for the new Lambda Protection feature.
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.36.0
    • Feature: Support additional OTA states in GetOTAUpdate API
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.74.0
    • Feature: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecs from 1.47.3 to 1.47.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2 from 1.15.2 to 1.16.0

Changelog

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

Release (2022-03-23)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.16.0
    • Feature: Update CredentialsCache to make use of two new optional CredentialsProvider interfaces to give the cache, per provider, behavior how the cache handles credentials that fail to refresh, and adjusting expires time. See aws.CredentialsCache for more details.
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/credentials: v1.11.0
    • Feature: Update ec2rolecreds package's Provider to implememnt support for CredentialsCache new optional caching strategy interfaces, HandleFailRefreshCredentialsCacheStrategy and AdjustExpiresByCredentialsCacheStrategy.
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.18.0
    • Feature: This release updates 1 API parameter, the SnsArn attribute. The character length and regex pattern for the SnsArn attribute have been updated, which enables you to deselect an SNS topic when using the UpdateSettings operation.
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.15.0
    • Feature: Increased the maximum supported value for the Timeout parameter of the StartSnapshot API from 60 minutes to 4320 minutes. Changed the HTTP error code for ConflictException from 503 to 409.
  • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.20.2
    • Documentation: Doc only update for ElastiCache
  • github.com/aws/aws-sdk-go-v2/service/gamesparks: v1.0.0
    • Release: New AWS service client module
    • Feature: Released the preview of Amazon GameSparks, a fully managed AWS service that provides a multi-service backend for game developers.
  • github.com/aws/aws-sdk-go-v2/service/redshift: v1.22.0
    • Feature: This release adds a new [--encrypted | --no-encrypted] field in restore-from-cluster-snapshot API. Customers can now restore an unencrypted snapshot to a cluster encrypted with AWS Managed Key or their own KMS key.
  • github.com/aws/aws-sdk-go-v2/service/ssm: v1.23.0
    • Feature: Update AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource APIs to reflect the support for tagging Automation resources. Includes other minor documentation updates.
  • github.com/aws/aws-sdk-go-v2/service/transfer: v1.18.1
    • Documentation: Documentation updates for AWS Transfer Family to describe how to remove an associated workflow from a server.

Release (2022-03-22)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.18.0
    • Feature: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.2
    • Documentation: Documentation only update to address tickets
  • github.com/aws/aws-sdk-go-v2/service/lakeformation: v1.16.0
    • Feature: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
  • github.com/aws/aws-sdk-go-v2/service/location: v1.16.0
    • Feature: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.14.0
    • Feature: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.

Release (2022-03-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.8.0
    • Feature: Add support for media replication to link multiple WebRTC media sessions together to reach larger and global audiences. Participants connected to a replica session can be granted access to join the primary session and can switch sessions with their existing WebRTC connection
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.17.0
    • Feature: This release includes a fix in the DescribeImageScanFindings paginated output.
  • github.com/aws/aws-sdk-go-v2/service/mediaconnect: v1.16.0
    • Feature: This release adds support for selecting a maintenance window.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/pipes from 1.17.2 to 1.18.0

Changelog

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

Release (2023-04-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.18.0
    • Feature: add recursion detection middleware to all SDK requests to avoid recursion invocation in Lambda
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.27.0
    • Feature: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.2.5
    • Documentation: Documentation updates for Amazon CodeCatalyst.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.94.0
    • Feature: API changes to AWS Verified Access related to identity providers' information.
  • github.com/aws/aws-sdk-go-v2/service/mediaconvert: v1.36.0
    • Feature: This release introduces a noise reduction pre-filter, linear interpolation deinterlace mode, video pass-through, updated default job settings, and expanded LC-AAC Stereo audio bitrate ranges.
  • github.com/aws/aws-sdk-go-v2/service/rekognition: v1.25.0
    • Feature: Added new status result to Liveness session status.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.28.0
    • Feature: added paginator for listResourceRecordSets
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.33.0
    • Feature: added custom paginators for listMultipartUploads and ListObjectVersions

Release (2023-04-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.52.0
    • Feature: This release adds a new API CreateParticipant. For Amazon Connect Chat, you can use this new API to customize chat flow experiences.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.26.1
    • Documentation: Documentation update to address various Amazon ECS tickets.
  • github.com/aws/aws-sdk-go-v2/service/fms: v1.23.0
    • Feature: AWS Firewall Manager adds support for multiple administrators. You can now delegate more than one administrator per organization.

Release (2023-04-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/chime: v1.23.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.4.0
    • Feature: This release adds support for specifying the recording file format in an S3 recording sink configuration.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.15.0
    • Feature: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.18.0
    • Feature: Amazon GameLift supports creating Builds for Windows 2016 operating system.
  • github.com/aws/aws-sdk-go-v2/service/guardduty: v1.21.0
    • Feature: This release adds support for the new Lambda Protection feature.
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.36.0
    • Feature: Support additional OTA states in GetOTAUpdate API
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.74.0
    • Feature: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/quicksight from 1.76.2 to 1.77.0

Changelog

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

Release (2022-12-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/batch: v1.20.0
    • Feature: Adds isCancelled and isTerminated to DescribeJobs response.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.77.0
    • Feature: Adds support for pagination in the EC2 DescribeImages API.
  • github.com/aws/aws-sdk-go-v2/service/lookoutequipment: v1.16.0
    • Feature: This release adds support for listing inference schedulers by status.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.27.0
    • Feature: This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
  • github.com/aws/aws-sdk-go-v2/service/nimble: v1.15.0
    • Feature: Amazon Nimble Studio now supports configuring session storage volumes and persistence, as well as backup and restore sessions through launch profiles.
  • github.com/aws/aws-sdk-go-v2/service/resourceexplorer2: v1.1.0
    • Feature: Documentation updates for AWS Resource Explorer.
  • github.com/aws/aws-sdk-go-v2/service/route53domains: v1.13.0
    • Feature: Use Route 53 domain APIs to change owner, create/delete DS record, modify IPS tag, resend authorization. New: AssociateDelegationSignerToDomain, DisassociateDelegationSignerFromDomain, PushDomain, ResendOperationAuthorization. Updated: UpdateDomainContact, ListOperations, CheckDomainTransferability.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.60.0
    • Feature: Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
  • github.com/aws/aws-sdk-go-v2/service/transcribe: v1.24.0
    • Feature: Enable our batch transcription jobs for Swedish and Vietnamese.

Release (2022-12-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/athena: v1.21.0
    • Feature: Add missed InvalidRequestException in GetCalculationExecutionCode,StopCalculationExecution APIs. Correct required parameters (Payload and Type) in UpdateNotebook API. Change Notebook size from 15 Mb to 10 Mb.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.22.0
    • Feature: This release adds support for alarm-based rollbacks in ECS, a new feature that allows customers to add automated safeguards for Amazon ECS service rolling updates.
  • github.com/aws/aws-sdk-go-v2/service/kinesisvideo: v1.14.0
    • Feature: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
  • github.com/aws/aws-sdk-go-v2/service/kinesisvideowebrtcstorage: v1.0.0
    • Release: New AWS service client module
    • Feature: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.36.0
    • Feature: Add support for --enable-customer-owned-ip to RDS create-db-instance-read-replica API for RDS on Outposts.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.59.0
    • Feature: AWS Sagemaker - Sagemaker Images now supports Aliases as secondary identifiers for ImageVersions. SageMaker Images now supports additional metadata for ImageVersions for better images management.

Release (2022-12-16)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.22.0
    • Feature: This release updates the ListConnectorEntities API action so that it returns paginated responses that customers can retrieve with next tokens.

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.87.2 to 1.87.3

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

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/service/bedrockagent](https://github.com/aws/aws-sdk-go-v2) | `1.23.2` | `1.24.0` |
| [github.com/aws/aws-sdk-go-v2/service/dataexchange](https://github.com/aws/aws-sdk-go-v2) | `1.32.2` | `1.33.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecs](https://github.com/aws/aws-sdk-go-v2) | `1.47.3` | `1.47.4` |
| [github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2](https://github.com/aws/aws-sdk-go-v2) | `1.15.2` | `1.16.0` |
| [github.com/aws/aws-sdk-go-v2/service/pipes](https://github.com/aws/aws-sdk-go-v2) | `1.17.2` | `1.18.0` |
| [github.com/aws/aws-sdk-go-v2/service/quicksight](https://github.com/aws/aws-sdk-go-v2) | `1.76.2` | `1.77.0` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.87.2` | `1.87.3` |



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

Updates `github.com/aws/aws-sdk-go-v2/service/dataexchange` from 1.32.2 to 1.33.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.33.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.32.2...service/s3/v1.33.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecs` from 1.47.3 to 1.47.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.47.3...service/s3/v1.47.4)

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

Updates `github.com/aws/aws-sdk-go-v2/service/pipes` from 1.17.2 to 1.18.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.18.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@v1.17.2...v1.18.0)

Updates `github.com/aws/aws-sdk-go-v2/service/quicksight` from 1.76.2 to 1.77.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.77.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/glue/v1.76.2...service/ec2/v1.77.0)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.87.2 to 1.87.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.87.2...service/rds/v1.87.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockagent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dataexchange
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/pipes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/quicksight
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go-v2
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-sdk-go-v2
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 18, 2024 06:20
@dependabot dependabot bot added dependencies Used to indicate dependency changes. go Pull requests that update Go code labels Oct 18, 2024
Copy link

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.

@github-actions github-actions bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Oct 18, 2024
Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

@ewbankkit ewbankkit merged commit 2ef753a into main Oct 18, 2024
55 checks passed
@ewbankkit ewbankkit deleted the dependabot/go_modules/aws-sdk-go-v2-34b728b45f branch October 18, 2024 15:54
@github-actions github-actions bot added this to the v5.73.0 milestone Oct 18, 2024
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Oct 24, 2024
Copy link

This functionality has been released in v5.73.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Used to indicate dependency changes. go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant