Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps hashicorp/aws from 5.70.0 to 5.80.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.80.0

FEATURES:

  • New Resource: aws_codeconnections_connection (#40300)
  • New Resource: aws_codeconnections_host (#40300)
  • New Resource: aws_s3tables_namespace (#40420)
  • New Resource: aws_s3tables_table (#40420)
  • New Resource: aws_s3tables_table_bucket (#40420)
  • New Resource: aws_s3tables_table_bucket_policy (#40420)
  • New Resource: aws_s3tables_table_policy (#40420)

ENHANCEMENTS:

  • resource/aws_bedrockagent_agent: Increase instruction max length for validation to 8000 (#40279)
  • resource/aws_dynamodb_table_replica: Add deletion_protection_enabled argument (#35359)
  • resource/aws_rds_cluster: Adjust serverlessv2_scaling_configuration.max_capacity and serverlessv2_scaling_configuration.min_capacity minimum values to 0 to support Amazon Aurora Serverless v2 scaling to 0 ACUs (#40230)
  • resource/aws_s3_directory_bucket: Support LocalZone as a valid value for location.type, enabling support for Amazon S3 Express One Zone in AWS Dedicated Local Zones (#40339)

BUG FIXES:

  • resource/aws_bedrock_provisioned_model_throughput: Properly manages tags_all when planning. (#40305)
  • resource/aws_connect_contact_flow: Fix deserialization failed, failed to decode response body with invalid JSON errors on Read (#40419)
  • resource/aws_rds_cluster_instance: Fix error when destroying from a read replica cluster (#40409)

v5.79.0

FEATURES:

  • New Resource: aws_vpc_block_public_access_exclusion (#40235)
  • New Resource: aws_vpc_block_public_access_options (#40233)

ENHANCEMENTS:

  • resource/aws_eks_cluster: Add compute_config, storage_config, and kubernetes_network_config.elastic_load_balancing arguments for EKS Auto Mode (#40370)
  • resource/aws_eks_cluster: Add remote_network_config argument for EKS Auto Mode (#40371)
  • resource/aws_lambda_event_source_mapping: Add metrics_config argument (#40322)
  • resource/aws_lambda_event_source_mapping: Add provisioned_poller_config argument (#40303)
  • resource/aws_rds_cluster: Add ability to promote read replica cluster to standalone (#40337)
  • resource/aws_vpc_endpoint_service: Add supported_regions argument (#40346)

BUG FIXES:

  • resource/aws_fsx_openzfs_file_system: Increase maximum value of disk_iops_configuration.iops from 350000 to 400000 for deployment_type = "SINGLE_AZ_2" (#40359)

v5.78.0

NOTES:

  • resource/aws_s3_bucket_lifecycle_configuration: Lifecycle configurations can now be applied to directory buckets (#40268)

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.80.0 (December 4, 2024)

FEATURES:

  • New Resource: aws_codeconnections_connection (#40300)
  • New Resource: aws_codeconnections_host (#40300)
  • New Resource: aws_s3tables_namespace (#40420)
  • New Resource: aws_s3tables_table (#40420)
  • New Resource: aws_s3tables_table_bucket (#40420)
  • New Resource: aws_s3tables_table_bucket_policy (#40420)
  • New Resource: aws_s3tables_table_policy (#40420)

ENHANCEMENTS:

  • resource/aws_bedrockagent_agent: Increase instruction max length for validation to 8000 (#40279)
  • resource/aws_dynamodb_table_replica: Add deletion_protection_enabled argument (#35359)
  • resource/aws_rds_cluster: Adjust serverlessv2_scaling_configuration.max_capacity and serverlessv2_scaling_configuration.min_capacity minimum values to 0 to support Amazon Aurora Serverless v2 scaling to 0 ACUs (#40230)
  • resource/aws_s3_directory_bucket: Support LocalZone as a valid value for location.type, enabling support for Amazon S3 Express One Zone in AWS Dedicated Local Zones (#40339)

BUG FIXES:

  • resource/aws_bedrock_provisioned_model_throughput: Properly manages tags_all when planning. (#40305)
  • resource/aws_connect_contact_flow: Fix deserialization failed, failed to decode response body with invalid JSON errors on Read (#40419)
  • resource/aws_rds_cluster_instance: Fix error when destroying from a read replica cluster (#40409)

5.79.0 (December 3, 2024)

FEATURES:

  • New Resource: aws_vpc_block_public_access_exclusion (#40235)
  • New Resource: aws_vpc_block_public_access_options (#40233)

ENHANCEMENTS:

  • resource/aws_eks_cluster: Add compute_config, storage_config, and kubernetes_network_config.elastic_load_balancing arguments for EKS Auto Mode (#40370)
  • resource/aws_eks_cluster: Add remote_network_config argument for EKS Auto Mode (#40371)
  • resource/aws_lambda_event_source_mapping: Add metrics_config argument (#40322)
  • resource/aws_lambda_event_source_mapping: Add provisioned_poller_config argument (#40303)
  • resource/aws_rds_cluster: Add ability to promote read replica cluster to standalone (#40337)
  • resource/aws_vpc_endpoint_service: Add supported_regions argument (#40346)

BUG FIXES:

  • resource/aws_fsx_openzfs_file_system: Increase maximum value of disk_iops_configuration.iops from 350000 to 400000 for deployment_type = "SINGLE_AZ_2" (#40359)

5.78.0 (November 26, 2024)

NOTES:

  • resource/aws_s3_bucket_lifecycle_configuration: Lifecycle configurations can now be applied to directory buckets (#40268)

... (truncated)

Commits
  • 9273b07 Update CHANGELOG.md for #40409
  • df9c839 Merge pull request #40409 from hashicorp/f-rds_instance_cluster_replica_delete
  • 33689a1 Merge pull request #40230 from ohookins/40226-zero-capacity-aurora-serverless...
  • d66c6ee Merge pull request #40279 from stefanfreitag/f-aws_bedrockagent_agent-update-...
  • 66b416d Merge pull request #40428 from hashicorp/d-document-rds-parameter-group-diffs
  • bbc3f5a Update documentation.
  • f1eb05e Tweak 'TestAccRDSCluster_serverlessV2ScalingConfiguration'.
  • 71b1300 Add CHANGELOG entry.
  • bc61816 Merge branch 'main' into HEAD
  • 5afb09a Merge pull request #40432 from hashicorp/dependabot/go_modules/aws-sdk-go-v2-...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.70.0 to 5.80.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.70.0...v5.80.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 9, 2024 16:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Dec 9, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Superseded by #25.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/terraform/terraform/hashicorp/aws-5.80.0 branch December 16, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant