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 4 directories with 5 updates #38484

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

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

Package From To
github.com/aws/aws-sdk-go 1.54.20 1.55.0
github.com/aws/aws-sdk-go-v2/service/autoscalingplans 1.22.3 1.22.4
github.com/aws/aws-sdk-go-v2/service/datazone 1.13.2 1.14.0
github.com/aws/aws-sdk-go-v2/service/ivs 1.37.3 1.38.0
github.com/aws/aws-sdk-go-v2/service/redshiftserverless 1.20.3 1.21.0

Bumps the aws-sdk-go group with 1 update in the /.ci/providerlint directory: github.com/aws/aws-sdk-go.
Bumps the aws-sdk-go group with 1 update in the /.ci/tools directory: github.com/aws/aws-sdk-go.
Bumps the aws-sdk-go group with 5 updates in the /tools/tfsdk2fw directory:

Package From To
github.com/aws/aws-sdk-go 1.54.20 1.55.0
github.com/aws/aws-sdk-go-v2/service/autoscalingplans 1.22.3 1.22.4
github.com/aws/aws-sdk-go-v2/service/datazone 1.13.2 1.14.0
github.com/aws/aws-sdk-go-v2/service/ivs 1.37.3 1.38.0
github.com/aws/aws-sdk-go-v2/service/redshiftserverless 1.20.3 1.21.0

Updates github.com/aws/aws-sdk-go from 1.54.20 to 1.55.0

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.0 (2024-07-22)

Service Client Updates

  • service/datazone: Updates service API, documentation, and paginators
  • service/ivs: Updates service API and documentation
  • service/redshift-serverless: Updates service API and documentation

SDK Features

  • service/mobile: Remove Mobile
    • This change removes the Mobile service, which has been deprecated.

SDK Bugs

  • Apply sensitive struct tag to lists/maps with sensitive members.
    • This change propagates existing sensitive protection to lists/maps.
Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscalingplans from 1.22.3 to 1.22.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/datazone from 1.13.2 to 1.14.0

Changelog

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

Release (2022-02-24)

General Highlights

  • Feature: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of Adaptive. Adaptive retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See retry.AdaptiveMode for more details, and configuration options.
  • Feature: Updated github.com/aws/smithy-go to latest version
  • Bug Fix: Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.14.0
    • Feature: Add new AdaptiveMode retryer to aws/retry package. This new retryer uses dynamic token bucketing with client ratelimiting when throttle responses are received.
    • Feature: Adds new interface aws.RetryerV2, replacing aws.Retryer and deprecating the GetInitialToken method in favor of GetAttemptToken so Context can be provided. The SDK will use aws.RetryerV2 internally. Wrapping aws.Retryers as aws.RetryerV2 automatically.
  • github.com/aws/aws-sdk-go-v2/config: v1.14.0
    • Feature: Adds support for loading RetryMaxAttempts and RetryMod from the environment and shared configuration files. These parameters drive how the SDK's API client will initialize its default retryer, if custome retryer has not been specified. See config module and aws.Config for more information about and how to use these new options.
    • Feature: Adds support for the ca_bundle parameter in shared config and credentials files. The usage of the file is the same as environment variable, AWS_CA_BUNDLE, but sourced from shared config. Fixes #1589
  • github.com/aws/aws-sdk-go-v2/credentials: v1.9.0
    • Feature: Adds support for SourceIdentity to stscreds.AssumeRoleProvider #1588. Fixes #1575
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression: v1.4.0
    • Feature: Add support for expression names with dots via new NameBuilder function NameNoDotSplit, related to aws/aws-sdk-go#2570
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/account: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.15.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/alexaforbusiness: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.10.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.11.0

... (truncated)

Commits
  • 7653643 Release 2022-02-24
  • 78b771e Update smithy-go dependency version
  • c214cb6 DefaultsMode Documentation Fixes (#1599)
  • 07719a1 Add support for trailing checksum (#1600)
  • 4e87627 Update SDK's API clients from latest models (#1598)
  • 60c5fb5 Fixup make task, removing unused endpoint prefix task (#1597)
  • b7ee4d6 config: Add support for SharedConfig file ca_bundle parameter (#1593)
  • 60feb1d Bump SDK's dependencies (#1596)
  • aa5938d Adds support for SourceIdentity to stscreds.AssumeRoleProvider (#1588)
  • d5c2270 Fix AttributeValue marshaling and names in expressions (#1590)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/ivs from 1.37.3 to 1.38.0

Changelog

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

Release (2023-07-31)

General Highlights

  • Feature: Adds support for smithy-modeled endpoint resolution. A new rules-based endpoint resolution will be added to the SDK which will supercede and deprecate existing endpoint resolution. Specifically, EndpointResolver will be deprecated while BaseEndpoint and EndpointResolverV2 will take its place. For more information, please see the Endpoints section in our Developer Guide.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.12.0
    • Feature: Amplify Studio releases GraphQL support for codegen job action.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.30.0
    • Feature: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.3.0
    • Feature: This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying.
  • github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.15.0
    • Feature: New integration with the Gitlab provider type.
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.15.0
    • Feature: Add support for in-aws right sizing
  • github.com/aws/aws-sdk-go-v2/service/inspector2: v1.16.0
    • Feature: This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings.
  • github.com/aws/aws-sdk-go-v2/service/lookoutequipment: v1.18.0
    • Feature: This release includes new import resource, model versioning and resource policy features.
  • github.com/aws/aws-sdk-go-v2/service/omics: v1.6.0
    • Feature: Add CreationType filter for ListReadSets
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.49.0
    • Feature: This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.29.0
    • Feature: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
  • github.com/aws/aws-sdk-go-v2/service/scheduler: v1.2.0
    • Feature: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation.

Release (2023-07-28.2)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.18.0
    • Feature: This release enable customer to add/remove/update more than one workload for a component
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.33.0
    • Feature: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.27.0
    • Feature: Add a new JavaScript runtime version for CloudFront Functions.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.62.0
    • Feature: This release adds support for new number types.
  • github.com/aws/aws-sdk-go-v2/service/kafka: v1.21.0
    • Feature: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.
  • github.com/aws/aws-sdk-go-v2/service/pinpoint: v1.21.0
    • Feature: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API

Release (2023-07-28)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/redshiftserverless from 1.20.3 to 1.21.0

Commits

Updates github.com/aws/aws-sdk-go from 1.54.20 to 1.55.0

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.0 (2024-07-22)

Service Client Updates

  • service/datazone: Updates service API, documentation, and paginators
  • service/ivs: Updates service API and documentation
  • service/redshift-serverless: Updates service API and documentation

SDK Features

  • service/mobile: Remove Mobile
    • This change removes the Mobile service, which has been deprecated.

SDK Bugs

  • Apply sensitive struct tag to lists/maps with sensitive members.
    • This change propagates existing sensitive protection to lists/maps.
Commits

Updates github.com/aws/aws-sdk-go from 1.54.20 to 1.55.0

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.0 (2024-07-22)

Service Client Updates

  • service/datazone: Updates service API, documentation, and paginators
  • service/ivs: Updates service API and documentation
  • service/redshift-serverless: Updates service API and documentation

SDK Features

  • service/mobile: Remove Mobile
    • This change removes the Mobile service, which has been deprecated.

SDK Bugs

  • Apply sensitive struct tag to lists/maps with sensitive members.
    • This change propagates existing sensitive protection to lists/maps.
Commits

Updates github.com/aws/aws-sdk-go from 1.54.20 to 1.55.0

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.0 (2024-07-22)

Service Client Updates

  • service/datazone: Updates service API, documentation, and paginators
  • service/ivs: Updates service API and documentation
  • service/redshift-serverless: Updates service API and documentation

SDK Features

  • service/mobile: Remove Mobile
    • This change removes the Mobile service, which has been deprecated.

SDK Bugs

  • Apply sensitive struct tag to lists/maps with sensitive members.
    • This change propagates existing sensitive protection to lists/maps.
Commits

Updates github.com/aws/aws-sdk-go-v2/service/autoscalingplans from 1.22.3 to 1.22.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/datazone from 1.13.2 to 1.14.0

Changelog

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

Release (2022-02-24)

General Highlights

  • Feature: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of Adaptive. Adaptive retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See retry.AdaptiveMode for more details, and configuration options.
  • Feature: Updated github.com/aws/smithy-go to latest version
  • Bug Fix: Fixes the AWS Sigv4 signer to trim header value's whitespace when computing the canonical headers block of the string to sign.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.14.0
    • Feature: Add new AdaptiveMode retryer to aws/retry package. This new retryer uses dynamic token bucketing with client ratelimiting when throttle responses are received.
    • Feature: Adds new interface aws.RetryerV2, replacing aws.Retryer and deprecating the GetInitialToken method in favor of GetAttemptToken so Context can be provided. The SDK will use aws.RetryerV2 internally. Wrapping aws.Retryers as aws.RetryerV2 automatically.
  • github.com/aws/aws-sdk-go-v2/config: v1.14.0
    • Feature: Adds support for loading RetryMaxAttempts and RetryMod from the environment and shared configuration files. These parameters drive how the SDK's API client will initialize its default retryer, if custome retryer has not been specified. See config module and aws.Config for more information about and how to use these new options.
    • Feature: Adds support for the ca_bundle parameter in shared config and credentials files. The usage of the file is the same as environment variable, AWS_CA_BUNDLE, but sourced from shared config. Fixes #1589
  • github.com/aws/aws-sdk-go-v2/credentials: v1.9.0
    • Feature: Adds support for SourceIdentity to stscreds.AssumeRoleProvider #1588. Fixes #1575
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression: v1.4.0
    • Feature: Add support for expression names with dots via new NameBuilder function NameNoDotSplit, related to aws/aws-sdk-go#2570
  • github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue: v1.7.0
    • Feature: Fixes #645, #411 by adding support for (un)marshaling AttributeValue maps to Go maps key types of string, number, bool, and types implementing encoding.Text(un)Marshaler interface
    • Bug Fix: Fixes #1569 inconsistent serialization of Go struct field names
  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/account: v1.5.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.15.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/alexaforbusiness: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.13.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.10.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.4.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.14.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.9.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.11.0
    • Feature: API client updated
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.11.0

... (truncated)

Commits
  • 7653643 Release 2022-02-24
  • 78b771e Update smithy-go dependency version
  • c214cb6 DefaultsMode Documentation Fixes (#1599)
  • 07719a1 Add support for trailing checksum (#1600)
  • 4e87627 Update SDK's API clients from latest models (#1598)
  • 60c5fb5 Fixup make task, removing unused endpoint prefix task (#1597)
  • b7ee4d6 config: Add support for SharedConfig file ca_bundle parameter (#1593)
  • 60feb1d Bump SDK's dependencies (#1596)
  • aa5938d Adds support for SourceIdentity to stscreds.AssumeRoleProvider (#1588)
  • d5c2270 Fix AttributeValue marshaling and names in expressions (#1590)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/ivs from 1.37.3 to 1.38.0

Changelog

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

Release (2023-07-31)

General Highlights

  • Feature: Adds support for smithy-modeled endpoint resolution. A new rules-based endpoint resolution will be added to the SDK which will supercede and deprecate existing endpoint resolution. Specifically, EndpointResolver will be deprecated while BaseEndpoint and EndpointResolverV2 will take its place. For more information, please see the Endpoints section in our Developer Guide.
  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.12.0
    • Feature: Amplify Studio releases GraphQL support for codegen job action.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.30.0
    • Feature: You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met.
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.3.0
    • Feature: This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying.
  • github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.15.0
    • Feature: New integration with the Gitlab provider type.
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.15.0
    • Feature: Add support for in-aws right sizing
  • github.com/aws/aws-sdk-go-v2/service/inspector2: v1.16.0
    • Feature: This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings.
  • github.com/aws/aws-sdk-go-v2/service/lookoutequipment: v1.18.0
    • Feature: This release includes new import resource, model versioning and resource policy features.
  • github.com/aws/aws-sdk-go-v2/service/omics: v1.6.0
    • Feature: Add CreationType filter for ListReadSets
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.49.0
    • Feature: This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance.
  • github.com/aws/aws-sdk-go-v2/service/route53: v1.29.0
    • Feature: Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
  • github.com/aws/aws-sdk-go-v2/service/scheduler: v1.2.0
    • Feature: This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation.

Release (2023-07-28.2)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.18.0
    • Feature: This release enable customer to add/remove/update more than one workload for a component
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.33.0
    • Feature: This SDK release is for the feature launch of AWS CloudFormation RetainExceptOnCreate. It adds a new parameter retainExceptOnCreate in the following APIs: CreateStack, UpdateStack, RollbackStack, ExecuteChangeSet.
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.27.0
    • Feature: Add a new JavaScript runtime version for CloudFront Functions.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.62.0
    • Feature: This release adds support for new number types.
  • github.com/aws/aws-sdk-go-v2/service/kafka: v1.21.0
    • Feature: Amazon MSK has introduced new versions of ListClusterOperations and DescribeClusterOperation APIs. These v2 APIs provide information and insights into the ongoing operations of both MSK Provisioned and MSK Serverless clusters.
  • github.com/aws/aws-sdk-go-v2/service/pinpoint: v1.21.0
    • Feature: Added support for sending push notifications using the FCM v1 API with json credentials. Amazon Pinpoint customers can now deliver messages to Android devices using both FCM v1 API and the legacy FCM/GCM API

Release (2023-07-28)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/redshiftserverless from 1.20.3 to 1.21.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

…dates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.54.20` | `1.55.0` |
| [github.com/aws/aws-sdk-go-v2/service/autoscalingplans](https://github.com/aws/aws-sdk-go-v2) | `1.22.3` | `1.22.4` |
| [github.com/aws/aws-sdk-go-v2/service/datazone](https://github.com/aws/aws-sdk-go-v2) | `1.13.2` | `1.14.0` |
| [github.com/aws/aws-sdk-go-v2/service/ivs](https://github.com/aws/aws-sdk-go-v2) | `1.37.3` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/service/redshiftserverless](https://github.com/aws/aws-sdk-go-v2) | `1.20.3` | `1.21.0` |

Bumps the aws-sdk-go group with 1 update in the /.ci/providerlint directory: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go).
Bumps the aws-sdk-go group with 1 update in the /.ci/tools directory: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go).
Bumps the aws-sdk-go group with 5 updates in the /tools/tfsdk2fw directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.54.20` | `1.55.0` |
| [github.com/aws/aws-sdk-go-v2/service/autoscalingplans](https://github.com/aws/aws-sdk-go-v2) | `1.22.3` | `1.22.4` |
| [github.com/aws/aws-sdk-go-v2/service/datazone](https://github.com/aws/aws-sdk-go-v2) | `1.13.2` | `1.14.0` |
| [github.com/aws/aws-sdk-go-v2/service/ivs](https://github.com/aws/aws-sdk-go-v2) | `1.37.3` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/service/redshiftserverless](https://github.com/aws/aws-sdk-go-v2) | `1.20.3` | `1.21.0` |



Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.54.20...v1.55.0)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscalingplans` from 1.22.3 to 1.22.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.22.3...service/pi/v1.22.4)

Updates `github.com/aws/aws-sdk-go-v2/service/datazone` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.14.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.13.2...v1.14.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ivs` from 1.37.3 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/service/s3/v1.38.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.37.3...service/s3/v1.38.0)

Updates `github.com/aws/aws-sdk-go-v2/service/redshiftserverless` from 1.20.3 to 1.21.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.20.3...v1.21.0)

Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.54.20...v1.55.0)

Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.54.20...v1.55.0)

Updates `github.com/aws/aws-sdk-go` from 1.54.20 to 1.55.0
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.54.20...v1.55.0)

Updates `github.com/aws/aws-sdk-go-v2/service/autoscalingplans` from 1.22.3 to 1.22.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.22.3...service/pi/v1.22.4)

Updates `github.com/aws/aws-sdk-go-v2/service/datazone` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/v1.14.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.13.2...v1.14.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ivs` from 1.37.3 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/service/s3/v1.38.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.37.3...service/s3/v1.38.0)

Updates `github.com/aws/aws-sdk-go-v2/service/redshiftserverless` from 1.20.3 to 1.21.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.20.3...v1.21.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  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/autoscalingplans
  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/ivs
  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/redshiftserverless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/autoscalingplans
  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/ivs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/redshiftserverless
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-sdk-go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 23, 2024 06:31
@dependabot dependabot bot added dependencies Used to indicate dependency changes. go Pull requests that update Go code labels Jul 23, 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.

@terraform-aws-provider terraform-aws-provider bot added linter Pertains to changes to or issues with the various linters. size/M Managed by automation to categorize the size of a PR. labels Jul 23, 2024
Copy link
Member

@jar-b jar-b left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@jar-b jar-b merged commit 6f68355 into main Jul 23, 2024
75 checks passed
@jar-b jar-b deleted the dependabot/go_modules/aws-sdk-go-b24728017c branch July 23, 2024 15:15
@github-actions github-actions bot added this to the v5.60.0 milestone Jul 23, 2024
terraform-aws-provider bot pushed a commit that referenced this pull request Jul 23, 2024
Copy link

This functionality has been released in v5.60.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!

Copy link

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 Aug 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. go Pull requests that update Go code linter Pertains to changes to or issues with the various linters. size/M Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant