ministryofjustice / aws-root-account

Terraform for the Ministry of Justice AWS root account
MIT License
80 stars 18 forks source link

Bump hashicorp/aws from 5.56.1 to 5.65.0 in /organisation-security/terraform #969

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

Bumps hashicorp/aws from 5.56.1 to 5.65.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.65.0

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#38999)

FEATURES:

  • New Data Source: aws_shield_protection (#37524)
  • New Resource: aws_glue_catalog_table_optimizer (#38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • provider: Support ap-southeast-5 as a valid AWS Region (#39049)
  • resource/aws_cognito_user_pool: Add password_policy.password_history_size argument (#39043)
  • resource/aws_elastic_beanstalk_application_version: Add process argument (#25468)
  • resource/aws_elasticsearch_domain: Treat SUCCEEDED_WITH_ISSUES status as success when upgrading cluster (#38086)
  • resource/aws_emr_cluster: Support io2 as a valid value for ebs_config.type (#37740)
  • resource/aws_emr_instance_fleet: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_emr_instance_group: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_glue_job: Add job_run_queuing_enabled argument (#39027)
  • resource/aws_lambda_event_source_mapping: Add kms_key_arn argument (#39055)
  • resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to false on update if policy_document is empty (#38675)

BUG FIXES:

  • resource/aws_amplify_app: Fix crash updating auto_branch_creation_config (#39041)
  • resource/aws_elasticsearch_domain_policy: Change domain_name to ForceNew (#38086)
  • resource/aws_elbv2_listener: Fix crash when reading forward actions not configured in state (#39039)
  • resource/aws_emr_instance_group: Properly send an instance_count value of 0 on create when configured (#37740)
  • resource/aws_gamelift_game_server_group: Fix crash while reading server group with a nil auto scaling group ARN (#39022)
  • resource/aws_guardduty_invite_accepter: Fix BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter errors on resource Create (#39084)
  • resource/aws_lakeformation_permissions: Fix error when revoking data_cells_filter permissions (#39026)
  • resource/aws_neptune_cluster: Mark neptune_cluster_parameter_group_name as Computed (#38980)
  • resource/aws_neptune_cluster_instance: Mark neptune_parameter_group_name as Computed (#38980)
  • resource/aws_ssm_parameter: Fix ValidationException: Parameter ARN is not supported for this operation errors when deleting resources imported by ARN (#39067)

v5.64.0

ENHANCEMENTS:

  • data-source/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#38456)
  • resource/aws_appautoscaling_target: Add suspended_state configuration block (#38942)
  • resource/aws_dynamodb_table: Add restore_source_table_arn attribute (#38953)
  • resource/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#38456)

BUG FIXES:

  • resource/aws_bedrockagent_agent: Fixes consistency issues where only some prompts are overridden (#38944)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.65.0 (August 29, 2024)

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#38999)

FEATURES:

  • New Data Source: aws_shield_protection (#37524)
  • New Resource: aws_glue_catalog_table_optimizer (#38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • provider: Support ap-southeast-5 as a valid AWS Region (#39049)
  • resource/aws_cognito_user_pool: Add password_policy.password_history_size argument (#39043)
  • resource/aws_elastic_beanstalk_application_version: Add process argument (#25468)
  • resource/aws_elasticsearch_domain: Treat SUCCEEDED_WITH_ISSUES status as success when upgrading cluster (#38086)
  • resource/aws_emr_cluster: Support io2 as a valid value for ebs_config.type (#37740)
  • resource/aws_emr_instance_fleet: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_emr_instance_group: Support io2 as a valid value for instance_type_configs.ebs_config.type (#37740)
  • resource/aws_glue_job: Add job_run_queuing_enabled argument (#39027)
  • resource/aws_lambda_event_source_mapping: Add kms_key_arn argument (#39055)
  • resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to false on update if policy_document is empty (#38675)

BUG FIXES:

  • resource/aws_amplify_app: Fix crash updating auto_branch_creation_config (#39041)
  • resource/aws_elasticsearch_domain_policy: Change domain_name to ForceNew (#38086)
  • resource/aws_elbv2_listener: Fix crash when reading forward actions not configured in state (#39039)
  • resource/aws_emr_instance_group: Properly send an instance_count value of 0 on create when configured (#37740)
  • resource/aws_gamelift_game_server_group: Fix crash while reading server group with a nil auto scaling group ARN (#39022)
  • resource/aws_guardduty_invite_accepter: Fix BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter errors on resource Create (#39084)
  • resource/aws_lakeformation_permissions: Fix error when revoking data_cells_filter permissions (#39026)
  • resource/aws_neptune_cluster: Mark neptune_cluster_parameter_group_name as Computed (#38980)
  • resource/aws_neptune_cluster_instance: Mark neptune_parameter_group_name as Computed (#38980)
  • resource/aws_ssm_parameter: Fix ValidationException: Parameter ARN is not supported for this operation errors when deleting resources imported by ARN (#39067)

5.64.0 (August 22, 2024)

ENHANCEMENTS:

  • data-source/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#38456)
  • resource/aws_appautoscaling_target: Add suspended_state configuration block (#38942)
  • resource/aws_dynamodb_table: Add restore_source_table_arn attribute (#38953)
  • resource/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#38456)

BUG FIXES:

... (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)
github-actions[bot] commented 1 month ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY gitleaks yes no 0.53s
✅ REPOSITORY trivy yes no 10.21s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

connormaglynn commented 3 weeks ago

@dependabot rebase

connormaglynn commented 3 weeks ago

@dependabot recreate

dependabot[bot] commented 3 weeks ago

Superseded by #984.