aws-games / cloud-game-development-toolkit

A collection of infrastructure as code templates and configurations for deploying game development infrastructure on AWS
https://aws-games.github.io/cloud-game-development-toolkit/
MIT No Attribution
38 stars 8 forks source link

chore(deps): bump hashicorp/aws from 5.62.0 to 5.63.1 in /modules/perforce/helix-swarm #215

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps hashicorp/aws from 5.62.0 to 5.63.1.

Release notes

Sourced from hashicorp/aws's releases.

v5.63.1

FEATURES:

  • New Data Source: aws_route53_zones (#17457)
  • New Data Source: aws_ssoadmin_permission_sets (#38741)

ENHANCEMENTS:

  • data-source/aws_batch_job_queue: Add job_state_time_limit_action attribute (#38784)
  • resource/aws_batch_job_definition: Add ecs_properties argument (#37871)
  • resource/aws_batch_job_queue: Add job_state_time_limit_action argument (#38784)

BUG FIXES:

  • provider: Fix crash when flattening string pointer slices with nil items (#38886)
  • resource/aws_datazone_project: Properly surface import id parsing errors (#38924)
  • resource/aws_quicksight_data_set: Fix crash when setting logical_table_map.data_transforms.project_operation.projected_columns with null list elements (#38886)
  • resource/aws_ses_configuration_set: Fix crash when reputation_metrics_enabled is set to true (#38921)

v5.63.0

FEATURES:

  • New Data Source: aws_bedrockagent_agent_versions (#38792)
  • New Resource: aws_bedrock_guardrail (#38757)
  • New Resource: aws_cloudtrail_organization_delegated_admin_account (#38817)
  • New Resource: aws_datazone_environment_profile (#35603)
  • New Resource: aws_datazone_form_type (#38746)
  • New Resource: aws_datazone_glossary_term (#38706)
  • New Resource: aws_pinpoint_email_template (#33266)

ENHANCEMENTS:

  • resource/aws_networkfirewall_logging_configuration: Change logging_configuration.log_destination_config MaxItems from 2 to 3 (#38824)

BUG FIXES:

  • data-source/aws_acm_certificate: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_appstream_stack: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_bedrockagent_agent_knowledge_base_association: Prepare agent when associating a knowledge base so it can be used (#38799)
  • resource/aws_cloudwatch_event_connection: Fix various expander type assertions to prevent crashes (#38800)
  • resource/aws_controltower_landing_zone: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_db_event_subscription: Fix plan-time validation of name and name_prefix (#38194)
  • resource/aws_ecs_cluster_capacity_providers: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_ecs_service: Fix crash from nil service_registries item (#38883)
  • resource/aws_ecs_task_definition: Fix perpetual container_definitions diffs on healthCheck's default values (#38872)
  • resource/aws_ecs_task_definition: Prevent lowercasing of the first character of JSON keys in container_definitions.dockerLabels (#38804)
  • resource/aws_ecs_task_definition: Remove nulls from container_definition array fields (#38870)
  • resource/aws_elasticache_replication_group: Fix crash when setting replicas_per_node_group if node groups are empty (#38797)
  • resource/aws_fms_policy: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_grafana_workspace: Fix crash when empty network_access_control block is configured (#38775)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.63.1 (August 20, 2024)

FEATURES:

  • New Data Source: aws_route53_zones (#17457)
  • New Data Source: aws_ssoadmin_permission_sets (#38741)

ENHANCEMENTS:

  • data-source/aws_batch_job_queue: Add job_state_time_limit_action attribute (#38784)
  • resource/aws_batch_job_definition: Add ecs_properties argument (#37871)
  • resource/aws_batch_job_queue: Add job_state_time_limit_action argument (#38784)

BUG FIXES:

  • provider: Fix crash when flattening string pointer slices with nil items (#38886)
  • resource/aws_datazone_project: Properly surface import id parsing errors (#38924)
  • resource/aws_quicksight_data_set: Fix crash when setting logical_table_map.data_transforms.project_operation.projected_columns with null list elements (#38886)
  • resource/aws_ses_configuration_set: Fix crash when reputation_metrics_enabled is set to true (#38921)

5.63.0 (August 15, 2024)

FEATURES:

  • New Data Source: aws_bedrockagent_agent_versions (#38792)
  • New Resource: aws_bedrock_guardrail (#38757)
  • New Resource: aws_cloudtrail_organization_delegated_admin_account (#38817)
  • New Resource: aws_datazone_environment_profile (#35603)
  • New Resource: aws_datazone_form_type (#38746)
  • New Resource: aws_datazone_glossary_term (#38706)
  • New Resource: aws_pinpoint_email_template (#33266)

ENHANCEMENTS:

  • resource/aws_networkfirewall_logging_configuration: Change logging_configuration.log_destination_config MaxItems from 2 to 3 (#38824)

BUG FIXES:

  • data-source/aws_acm_certificate: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_appstream_stack: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_bedrockagent_agent_knowledge_base_association: Prepare agent when associating a knowledge base so it can be used (#38799)
  • resource/aws_cloudwatch_event_connection: Fix various expander type assertions to prevent crashes (#38800)
  • resource/aws_controltower_landing_zone: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_db_event_subscription: Fix plan-time validation of name and name_prefix (#38194)
  • resource/aws_ecs_cluster_capacity_providers: Fix unreturned sdkdiags.AppendErrorf function calls (#38854)
  • resource/aws_ecs_service: Fix crash from nil service_registries item (#38883)
  • resource/aws_ecs_task_definition: Fix perpetual container_definitions diffs on healthCheck's default values (#38872)
  • resource/aws_ecs_task_definition: Prevent lowercasing of the first character of JSON keys in container_definitions.dockerLabels (#38804)
  • resource/aws_ecs_task_definition: Remove nulls from container_definition array fields (#38870)
  • resource/aws_elasticache_replication_group: Fix crash when setting replicas_per_node_group if node groups are empty (#38797)

... (truncated)

Commits
  • 4a8523a chore: prepare changelog for v5.63.1 (#38945)
  • e085454 Update CHANGELOG.md (Manual Trigger)
  • 76b482c Merge pull request #38931 from DanielRieske/f/migrate-opsworks-sdkv2
  • 34df9da Fix CHANGELOG entry.
  • c597600 Merge branch 'main' into HEAD
  • ac8c7bc Merge pull request #38915 from DanielRieske/f/migrate-networkmanager-sdkv2
  • 0b43517 r/aws_networkmanager_vpc_attachment: Increase delete conflict retry timeout.
  • b53290b Fix 'TestAccNetworkManagerCoreNetworkPolicyDocumentDataSource_basic'.
  • 66aa7e9 Fix 'TestAccNetworkManagerConnectAttachment_basic_NoDependsOn'.
  • 820f4bb fix: ci finding
  • 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 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 2 months ago

Looks like hashicorp/aws is up-to-date now, so this is no longer needed.