Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hashicorp/aws from 5.34.0 to 5.37.0 in /source/thumbs/terraform #363

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps hashicorp/aws from 5.34.0 to 5.37.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.37.0

NOTES:

  • provider: Updates to Go 1.21 (used by Terraform starting with v1.6.0), which, for Windows, requires at least Windows 10 or Windows Server 2016--support for previous versions has been discontinued--and, for macOS, requires macOS 10.15 Catalina or later--support for previous versions has been discontinued. (#35832)
  • resource/aws_bedrock_provisioned_model_throughput: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#35689)

FEATURES:

  • New Data Source: aws_db_parameter_group (#35698)
  • New Resource: aws_bedrock_provisioned_model_throughput (#35689)
  • New Resource: aws_cloudfront_key_value_store (#35663)
  • New Resource: aws_redshift_data_share_consumer_association (#35771)

ENHANCEMENTS:

  • data-source/aws_ecr_pull_through_cache_rule: Add credential_arn attribute (#34475)
  • data-source/aws_ecs_task_execution: Add client_token argument (#34402)
  • data-source/aws_neptune_cluster_instance: Add skip_final_snapshot argument (#35698)
  • data-source/aws_rds_engine_version: Improve search functionality and options by adding latest, preferred_major_targets, and preferred_upgrade_targets. Add version_actual attribute (#35698)
  • data-source/aws_rds_orderable_db_instance: Improve search functionality and options by adding engine_latest_version and supports_clusters arguments and converting read_replica_capable, supported_engine_modes, supported_network_types, and supports_multi_az to arguments for use as search criteria (#35698)
  • resource/aws_appsync_graphql_api: Add introspection_config, query_depth_limit, and resolver_count_limit arguments (#35631)
  • resource/aws_codeartifact_domain: Add s3_bucket_arn attribute (#35760)
  • resource/aws_ecr_pull_through_cache_rule: Add credential_arn argument (#34475)
  • resource/aws_ecs_service: Add service_connect_configuration.service.timeout and service_connect_configuration.service.tls configuration blocks (#35684)
  • resource/aws_ecs_task_definition: Add track_latest argument (#30154)
  • resource/aws_glue_catalog_database: Add federated_database argument (#35799)
  • resource/aws_glue_trigger: Add configurable timeouts (#35542)
  • resource/aws_rds_cluster: Add domain and domain_iam_role_name arguments to support Kerberos authentication (#35753)
  • resource/aws_route53_record: Add geoproximity_routing_policy configuration block to support geoproximity routing (#35565)
  • resource/aws_route53_resolver_rule: Add target_ip.protocol argument (#35744)
  • resource/aws_sagemaker_endpoint_configuration: Add routing_config argument. Enables the specification of a routing_strategy. (#34777)
  • resource/aws_sagemaker_space: Add ownership_settings, space_sharing_settings, space_settings.app_type, space_settings.code_editor_app_settings, space_settings.custom_file_system, space_settings.jupyter_lab_app_settings, and space_settings.space_storage_settings arguments (#35116)

BUG FIXES:

  • provider: Fix failed to get rate limit token, retry quota exceeded errors (#35817)
  • resource/aws_apigateway_domain_name: Properly send changes to ownership_verification_certificate_arn on update (#35777)
  • resource/aws_apigatewayv2_route: Fix BadRequestException: Unable to update route. Authorizer type is invalid or null errors when updating authorizer_id (#35821)
  • resource/aws_autoscaling_group: Fix version to computed for inconsistent final plan issue (#35774)
  • resource/aws_datasync_task: Fix crash when reading empty report_override values (#35778)
  • resource/aws_datasync_task: Prevent ValidationErrors when empty values are sent with report_override arguments (#35778)
  • resource/aws_db_proxy: Change auth from TypeList to TypeSet as order is not significant (#35819)
  • resource/aws_ecs_account_setting_default: Remove plan-time validation of value (#33393)
  • resource/aws_ecs_task_definition: Fix perpetual container_definitions diffs when Secrets are ordered differently (#35792)
  • resource/aws_eks_access_policy_association: Retry IAM eventual consistency errors on create (#35736)
  • resource/aws_instance: Fix ReservationCapacityExceeded errors when updating instance_type and capacity_reservation_specification.capacity_reservation_target.capacity_reservation_id (#33412)
  • resource/aws_lakeformation_resource: Properly handle configured false values for use_service_linked_role (#35799)
  • resource/aws_medialive_channel: Added client_cache to hls_group_settings. (#35738)
  • resource/aws_ram_resource_share_accepter: Fix handling of out-of-band resource share deletion (#35800)
  • resource/aws_redshift_data_share_authorization: Fix read operation to properly handle shares in ACTIVE status (#35771)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.37.0 (February 15, 2024)

NOTES:

  • provider: Updates to Go 1.21 (used by Terraform starting with v1.6.0), which, for Windows, requires at least Windows 10 or Windows Server 2016--support for previous versions has been discontinued--and, for macOS, requires macOS 10.15 Catalina or later--support for previous versions has been discontinued. (#35832)
  • resource/aws_bedrock_provisioned_model_throughput: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#35689)

FEATURES:

  • New Data Source: aws_db_parameter_group (#35698)
  • New Resource: aws_bedrock_provisioned_model_throughput (#35689)
  • New Resource: aws_cloudfront_key_value_store (#35663)
  • New Resource: aws_redshift_data_share_consumer_association (#35771)

ENHANCEMENTS:

  • data-source/aws_ecr_pull_through_cache_rule: Add credential_arn attribute (#34475)
  • data-source/aws_ecs_task_execution: Add client_token argument (#34402)
  • data-source/aws_neptune_cluster_instance: Add skip_final_snapshot argument (#35698)
  • data-source/aws_rds_engine_version: Improve search functionality and options by adding latest, preferred_major_targets, and preferred_upgrade_targets. Add version_actual attribute (#35698)
  • data-source/aws_rds_orderable_db_instance: Improve search functionality and options by adding engine_latest_version and supports_clusters arguments and converting read_replica_capable, supported_engine_modes, supported_network_types, and supports_multi_az to arguments for use as search criteria (#35698)
  • resource/aws_appsync_graphql_api: Add introspection_config, query_depth_limit, and resolver_count_limit arguments (#35631)
  • resource/aws_codeartifact_domain: Add s3_bucket_arn attribute (#35760)
  • resource/aws_ecr_pull_through_cache_rule: Add credential_arn argument (#34475)
  • resource/aws_ecs_service: Add service_connect_configuration.service.timeout and service_connect_configuration.service.tls configuration blocks (#35684)
  • resource/aws_ecs_task_definition: Add track_latest argument (#30154)
  • resource/aws_glue_catalog_database: Add federated_database argument (#35799)
  • resource/aws_glue_trigger: Add configurable timeouts (#35542)
  • resource/aws_rds_cluster: Add domain and domain_iam_role_name arguments to support Kerberos authentication (#35753)
  • resource/aws_route53_record: Add geoproximity_routing_policy configuration block to support geoproximity routing (#35565)
  • resource/aws_route53_resolver_rule: Add target_ip.protocol argument (#35744)
  • resource/aws_sagemaker_endpoint_configuration: Add routing_config argument. Enables the specification of a routing_strategy. (#34777)
  • resource/aws_sagemaker_space: Add ownership_settings, space_sharing_settings, space_settings.app_type, space_settings.code_editor_app_settings, space_settings.custom_file_system, space_settings.jupyter_lab_app_settings, and space_settings.space_storage_settings arguments (#35116)

BUG FIXES:

  • provider: Fix failed to get rate limit token, retry quota exceeded errors (#35817)
  • resource/aws_apigateway_domain_name: Properly send changes to ownership_verification_certificate_arn on update (#35777)
  • resource/aws_apigatewayv2_route: Fix BadRequestException: Unable to update route. Authorizer type is invalid or null errors when updating authorizer_id (#35821)
  • resource/aws_autoscaling_group: Fix version to computed for inconsistent final plan issue (#35774)
  • resource/aws_datasync_task: Fix crash when reading empty report_override values (#35778)
  • resource/aws_datasync_task: Prevent ValidationErrors when empty values are sent with report_override arguments (#35778)
  • resource/aws_db_proxy: Change auth from TypeList to TypeSet as order is not significant (#35819)
  • resource/aws_ecs_account_setting_default: Remove plan-time validation of value (#33393)
  • resource/aws_ecs_task_definition: Fix perpetual container_definitions diffs when Secrets are ordered differently (#35792)
  • resource/aws_eks_access_policy_association: Retry IAM eventual consistency errors on create (#35736)
  • resource/aws_instance: Fix ReservationCapacityExceeded errors when updating instance_type and capacity_reservation_specification.capacity_reservation_target.capacity_reservation_id (#33412)
  • resource/aws_lakeformation_resource: Properly handle configured false values for use_service_linked_role (#35799)
  • resource/aws_medialive_channel: Added client_cache to hls_group_settings. (#35738)
  • resource/aws_ram_resource_share_accepter: Fix handling of out-of-band resource share deletion (#35800)

... (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 <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.34.0 to 5.37.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.34.0...v5.37.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Feb 19, 2024
@dependabot dependabot bot requested a review from a team February 19, 2024 11:15
Copy link
Author

dependabot bot commented on behalf of github Feb 26, 2024

Superseded by #369.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/terraform/source/thumbs/terraform/hashicorp/aws-5.37.0 branch February 26, 2024 11:48
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.

0 participants