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

Update all dependencies #62

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Update all dependencies #62

merged 1 commit into from
Feb 19, 2024

Conversation

platform-engineering-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
antonbabenko/pre-commit-terraform repository minor v1.86.0 -> v1.87.0
aws (source) required_provider minor 5.36.0 -> 5.37.0
github (source) required_provider major 5.45.0 -> 6.0.0
gitlab (source) required_provider minor 16.8.1 -> 16.9.1

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

antonbabenko/pre-commit-terraform (antonbabenko/pre-commit-terraform)

v1.87.0

Compare Source

Features
  • Add parallelism to major chunk of hooks. Check Parallelism section in README (#​620) (6c6eca4)

v1.86.1

Compare Source

Bug Fixes
  • grep: warning: stray \ before / which pop-up in grep 3.8 (#​625) (e1a93b2)
hashicorp/terraform-provider-aws (aws)

v5.37.0

Compare Source

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)
  • resource/aws_s3_bucket_acl: Correctly updates access_control_policy when switching configuration to acl. (#​35775)
  • resource/resource_share_acceptor: Wait until RAM resource share available after accepting the invitation (#​34753)
integrations/terraform-provider-github (github)

v6.0.0

Compare Source

v6.0.0

Includes the following changes:

As we've upgraded Terraform SDK versions and are checking more errors, you may see slightly different logging and error messages. Please use the project's issues to report anything unexpected or buggy!

Full Changelog: integrations/terraform-provider-github@v5.45.0...v6.0.0

gitlabhq/terraform-provider-gitlab (gitlab)

v16.9.1

Compare Source

This release hosted on GitHub only exists because it is the only way to publish to the Terraform Provider Registry.

See the official release page on GitLab here: https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/releases/v16.9.1


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: Platform Engineering Bot <[email protected]>
@lmilbaum lmilbaum merged commit 3402de7 into main Feb 19, 2024
1 check passed
@lmilbaum lmilbaum deleted the renovate/all branch February 19, 2024 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants