MoveoTech / terraform-aws-rest-api-architecture

REST API architecture baseline
Apache License 2.0
4 stars 1 forks source link

build(deps): update hashicorp/aws requirement from <= 4.67.0 to <= 5.30.0 #881

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on hashicorp/aws to permit the latest version.

Release notes

Sourced from hashicorp/aws's releases.

v5.29.0

FEATURES:

  • New Resource: aws_docdbelastic_cluster (#31033)
  • New Resource: aws_eks_pod_identity_association (#34566)

ENHANCEMENTS:

  • resource/aws_docdb_cluster: Add storage_type argument (#34637)
  • resource/aws_neptune_parameter_group: Add name_prefix argument (#34500)

BUG FIXES:

  • resource/aws_networkmanager_attachment_accepter: Now revokes attachment on deletion for VPC Attachments (#34547)
  • resource/aws_networkmanager_vpc_attachment: Fixes error when modifying options fields while waiting for acceptance (#34547)
  • resource/aws_networkmanager_vpc_attachment: Fixes error where VPC Attachments waiting for acceptance could not be deleted (#34547)
  • resource/aws_s3_directory_bucket: Fix NotImplemented: This bucket does not support Object Versioning errors on resource Delete when force_destroy is true (#34647)
Changelog

Sourced from hashicorp/aws's changelog.

5.29.0 (November 30, 2023)

FEATURES:

  • New Resource: aws_docdbelastic_cluster (#31033)
  • New Resource: aws_eks_pod_identity_association (#34566)

ENHANCEMENTS:

  • resource/aws_docdb_cluster: Add storage_type argument (#34637)
  • resource/aws_neptune_parameter_group: Add name_prefix argument (#34500)

BUG FIXES:

  • resource/aws_networkmanager_attachment_accepter: Now revokes attachment on deletion for VPC Attachments (#34547)
  • resource/aws_networkmanager_vpc_attachment: Fixes error when modifying options fields while waiting for acceptance (#34547)
  • resource/aws_networkmanager_vpc_attachment: Fixes error where VPC Attachments waiting for acceptance could not be deleted (#34547)
  • resource/aws_s3_directory_bucket: Fix NotImplemented: This bucket does not support Object Versioning errors on resource Delete when force_destroy is true (#34647)

5.28.0 (November 29, 2023)

FEATURES:

  • New Data Source: aws_s3_directory_buckets (#34612)
  • New Resource: aws_s3_directory_bucket (#34612)

ENHANCEMENTS:

  • resource/aws_s3control_access_grants_instance: Add identity_center_arn argument and identity_center_application_arn attribute (#34582)

BUG FIXES:

  • resource/aws_elaticache_replication_group: Fix regression caused by the introduction of the auth_token_update_strategy argument with a default value (#34600)

5.27.0 (November 27, 2023)

NOTES:

  • provider: This release includes an update to the AWS SDK for Go v2 with breaking type changes to several services: internetmonitor, ivschat, pipes, and s3. These changes primarily affect how arguments with default values are serialized for outbound requests, changing scalar types to pointers. See this AWS SDK for Go V2 issue for additional context. The corresponding provider changes should make this breakfix transparent to users, but as with any breaking change there is the potential for missed edge cases. If errors are observed in the impacted resources, please link to this dependency update pull request in the bug report (#34476)

FEATURES:

  • New Data Source: aws_emr_supported_instance_types (#34481)
  • New Resource: aws_apprunner_default_auto_scaling_configuration_version (#34292)
  • New Resource: aws_lexv2models_bot_version (#33858)
  • New Resource: aws_s3control_access_grant (#34564)
  • New Resource: aws_s3control_access_grants_instance (#34564)
  • New Resource: aws_s3control_access_grants_instance_resource_policy (#34564)
  • New Resource: aws_s3control_access_grants_location (#34564)

... (truncated)

Commits
  • a5b0cc9 Update CHANGELOG.md for #34647
  • 9b32a5c Merge pull request #34647 from hashicorp/f-s3-express-tidyup
  • 6c9e986 Merge branch 'main' into f-s3-express-tidyup
  • a959482 S3: Simplify 'deleteAllObjectVersions'.
  • dbdbd12 r/aws_s3_bucket: Use 'emptyBucket' in sweeper.
  • 27b2c8d r/aws_s3_directory_bucket: Fix sweeper.
  • c809ba8 Merge pull request #34646 from hashicorp/td-ssoadmin-awssdkv2
  • 176dd1a build(deps): bump actions/setup-java from 3.13.0 to 4.0.0 (#34652)
  • 2094474 build(deps): bump actions/first-interaction from 1.2.0 to 1.3.0 (#34653)
  • 91b4f82 ssoadmin(sweeper): upgrade aws sdk client
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 10 months ago

Superseded by #883.