tungbq / devops-basics

🚀 Practical and document place for DevOps toolchain
Apache License 2.0
158 stars 48 forks source link

build(deps): bump hashicorp/aws from 5.50.0 to 5.51.1 in /topics/terraform/basic/aws-ec2 #634

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps hashicorp/aws from 5.50.0 to 5.51.1.

Release notes

Sourced from hashicorp/aws's releases.

v5.51.1

ENHANCEMENTS:

  • resource/aws_ecs_service: Add volume_configuration argument (#37019)
  • resource/aws_ecs_task_definition: Add configure_at_launch parameter in volume argument (#37019)

BUG FIXES:

  • data-source/aws_route53_zone: Fix incorrect name_servers values (#37685)
  • data-source/aws_route53_zone: Permit both name and zone_id arguments when one is an empty string (#37686)
  • resource/aws_route53_zone: Fix incorrect name_servers values (#37685)

v5.51.0

NOTES:

  • data-source/aws_lambda_function: source_code_hash attribute has been deprecated in favor of code_sha256. Will be removed in a future major version (#37669)
  • data-source/aws_lambda_layer_version: source_code_hash attribute has been deprecated in favor of code_sha256. Will be removed in a future major version (#37646)

FEATURES:

  • New Data Source: aws_chatbot_slack_workspace (#37218)
  • New Resource: aws_lambda_runtime_management_config (#37643)
  • New Resource: aws_vpc_endpoint_private_dns (#37628)
  • New Resource: aws_vpc_endpoint_service_private_dns_verification (#37176)

ENHANCEMENTS:

  • data-source/aws_lambda_function: Add code_sha256 attribute (#37669)
  • data-source/aws_lambda_layer_version: Add code_sha256 attribute (#37646)
  • data-source/aws_route53_traffic_policy_document: Add support for application-load-balancer, elastic-beanstalk and network-load-balancer endpoint.type values (#37618)
  • resource/aws_api_gateway_deployment: Add canary_settings attribute (#37573)
  • resource/aws_iam_openid_connect_provider: Allow client_id_list to be updated in-place (#37612)
  • resource/aws_lambda_function: Add code_sha256 attribute (#37669)
  • resource/aws_lambda_function: Remove replace_security_group_on_destroy and replacement_security_group_ids deprecations, re-implement with alternate workflow (#37624)
  • resource/aws_lambda_layer_version: Add code_sha256 attribute (#37646)
  • resource/aws_route53_health_check: Add plan-time validation of cloudwatch_alarm_region (#37510)
  • resource/aws_route53_record: Add plan-time validation of latency_routing_policy.region (#37510)
  • resource/aws_route53_vpc_association_authorization: Add plan-time validation of vpc_region (#37510)
  • resource/aws_route53_zone_association: Add plan-time validation of vpc_region (#37510)
  • resource/aws_wafv2_web_acl: Add api_gateway, app_runner_service, cognito_user_pool, and verified_access_instance configuration blocks to association_config.request_body (#37588)

BUG FIXES:

  • resource/aws_dynamodb_table_replica: Correctly set kms_key_arn on Read (#37570)
  • resource/aws_kms_grant: Change grant_token to Sensitive (#37593)
  • resource/aws_lambda_function: Fix issue when source_code_hash causes drift even if source code has not changed (#37669)
  • resource/aws_lambda_layer_version: Fix issue when source_code_hash forces a replacement even if source code has not changed (#37646)
  • resource/aws_m2_deployment: Fix state error on deployment_id during start/stop update (#37581)
  • resource/aws_storagegateway_smb_file_share: Fix crash when cache_attributes is removed on update (#37611)
Changelog

Sourced from hashicorp/aws's changelog.

5.51.1 (May 24, 2024)

ENHANCEMENTS:

  • resource/aws_ecs_service: Add volume_configuration argument (#37019)
  • resource/aws_ecs_task_definition: Add configure_at_launch parameter in volume argument (#37019)

BUG FIXES:

  • data-source/aws_route53_zone: Fix incorrect name_servers values (#37685)
  • data-source/aws_route53_zone: Permit both name and zone_id arguments when one is an empty string (#37686)
  • resource/aws_route53_zone: Fix incorrect name_servers values (#37685)

5.51.0 (May 23, 2024)

NOTES:

  • data-source/aws_lambda_function: source_code_hash attribute has been deprecated in favor of code_sha256. Will be removed in a future major version (#37669)
  • data-source/aws_lambda_layer_version: source_code_hash attribute has been deprecated in favor of code_sha256. Will be removed in a future major version (#37646)

FEATURES:

  • New Data Source: aws_chatbot_slack_workspace (#37218)
  • New Resource: aws_lambda_runtime_management_config (#37643)
  • New Resource: aws_vpc_endpoint_private_dns (#37628)
  • New Resource: aws_vpc_endpoint_service_private_dns_verification (#37176)

ENHANCEMENTS:

  • data-source/aws_lambda_function: Add code_sha256 attribute (#37669)
  • data-source/aws_lambda_layer_version: Add code_sha256 attribute (#37646)
  • data-source/aws_route53_traffic_policy_document: Add support for application-load-balancer, elastic-beanstalk and network-load-balancer endpoint.type values (#37618)
  • resource/aws_api_gateway_deployment: Add canary_settings attribute (#37573)
  • resource/aws_iam_openid_connect_provider: Allow client_id_list to be updated in-place (#37612)
  • resource/aws_lambda_function: Add code_sha256 attribute (#37669)
  • resource/aws_lambda_function: Remove replace_security_group_on_destroy and replacement_security_group_ids deprecations, re-implement with alternate workflow (#37624)
  • resource/aws_lambda_layer_version: Add code_sha256 attribute (#37646)
  • resource/aws_route53_health_check: Add plan-time validation of cloudwatch_alarm_region (#37510)
  • resource/aws_route53_record: Add plan-time validation of latency_routing_policy.region (#37510)
  • resource/aws_route53_vpc_association_authorization: Add plan-time validation of vpc_region (#37510)
  • resource/aws_route53_zone_association: Add plan-time validation of vpc_region (#37510)
  • resource/aws_wafv2_web_acl: Add api_gateway, app_runner_service, cognito_user_pool, and verified_access_instance configuration blocks to association_config.request_body (#37588)

BUG FIXES:

  • resource/aws_dynamodb_table_replica: Correctly set kms_key_arn on Read (#37570)
  • resource/aws_kms_grant: Change grant_token to Sensitive (#37593)
  • resource/aws_lambda_function: Fix issue when source_code_hash causes drift even if source code has not changed (#37669)
  • resource/aws_lambda_layer_version: Fix issue when source_code_hash forces a replacement even if source code has not changed (#37646)
  • resource/aws_m2_deployment: Fix state error on deployment_id during start/stop update (#37581)

... (truncated)

Commits


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