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

chore(deps): update terraform google-beta to v6.19.0 #1600

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Type Update Change
google-beta (source) required_provider minor 6.17.0 -> 6.19.0

Release Notes

hashicorp/terraform-provider-google-beta (google-beta)

v6.19.0

Compare Source

v6.18.1

Compare Source

BUG FIXES:

  • container: fixed a diff caused by server-side set values for node_config.resource_labels (#​9171)

v6.18.0

Compare Source

FEATURES:

  • New Data Source: google_compute_instance_template_iam_policy (#​9085)
  • New Data Source: google_kms_key_handles (#​9105)
  • New Data Source: google_organizations (#​9093)
  • New Data Source: google_parameter_manager_parameter (#​9084)
  • New Data Source: google_parameter_manager_regional_parameters (#​9089)
  • New Resource: google_apihub_api_hub_instance (#​9080)
  • New Resource: google_chronicle_retrohunt (#​9090)
  • New Resource: google_colab_runtime (#​9076)
  • New Resource: google_colab_runtime_template_iam_binding (#​9091)
  • New Resource: google_colab_runtime_template_iam_member (#​9091)
  • New Resource: google_colab_runtime_template_iam_policy (#​9091)
  • New Resource: google_compute_instance_template_iam_binding (#​9085)
  • New Resource: google_compute_instance_template_iam_member (#​9085)
  • New Resource: google_compute_instance_template_iam_policy (#​9085)
  • New Resource: google_parameter_manager_parameter_version (#​9111)
  • New Resource: google_redis_cluster_user_created_connections (#​9099)

IMPROVEMENTS:

  • alloydb: added support for skip_await_major_version_upgrade field in google_alloydb_cluster resource, allowing for major_version to be updated (#​9066)
  • apigee: added properties field to google_apigee_environment resource (#​9072)
  • bug: added support for setting custom_learned_route_priority to 0 in 'google_compute_router_peer' by adding the zero_custom_learned_route_priority field (#​9083)
  • cloudrunv2: added build_config to google_cloud_run_v2_service (#​9100)
  • compute: added dest_network_scope, src_network_scope and src_networks fields to google_compute_firewall_policy_rule resource (beta) (#​9082)
  • compute: added dest_network_scope, src_network_scope and src_networks fields to google_compute_firewall_policy_with_rules resource (beta) (#​9082)
  • compute: added dest_network_scope, src_network_scope and src_networks fields to google_compute_network_firewall_policy_rule resource (beta) (#​9082)
  • compute: added dest_network_scope, src_network_scope and src_networks fields to google_compute_network_firewall_policy_with_rules resource (beta) (#​9082)
  • compute: added dest_network_scope, src_network_scope and src_networks fields to google_compute_region_network_firewall_policy_rule resource (beta) (#​9082)
  • compute: added dest_network_scope, src_network_scope and src_networks fields to google_compute_region_network_firewall_policy_with_rules resource (beta) (#​9082)
  • compute: added pdp_scope field to google_compute_public_advertised_prefix resource (#​9096)
  • compute: adding labels field to google_compute_interconnect_attachment (#​9095)
  • compute: fixed a issue where custom_learned_route_priority was accidentally set to 0 during updates in 'google_compute_router_peer' (#​9083)
  • filestore: added support for tags field to google_filestore_instance resource (#​9086)
  • networksecurity: added custom_mirroring_profile and custom_intercept_profile fields to google_network_security_security_profile and google_network_security_security_profile_group resources (#​9110)
  • pubsub: added enforce_in_transit fields to google_pubsub_topic resource (#​9069)
  • pubsub: added ingestion_data_source_settings.azure_event_hubs field to google_pubsub_topic resource (#​9065)
  • redis: added psc_service_attachments field to google_redis_cluster resource, to enable use of the fine-grained resource google_redis_cluster_user_created_connections (#​9099)

BUG FIXES:

  • apigee: fixed properties field update on google_apigee_environment resource (#​9107)
  • artifactregistry: fixed perma-diff in google_artifact_registry_repository (#​9109)
  • compute: fixed failure when creating google_compute_global_forwarding_rule with labels targeting PSC endpoint (#​9106)
  • container: fixed additive_vpc_scope_dns_domain being ignored in Autopilot cluster definition (#​9075)
  • container: fixed propagation of node_pool_defaults.node_config_defaults.insecure_kubelet_readonly_port_enabled in node config. (#​9074)
  • iam: fixed missing result by adding pagination for data source google_service_accounts. (#​9094)
  • metastore: increased timeout on google_dataproc_metastore_service operations to 75m from 60m. This will expose server-returned reasons for operation failure instead of masking them with a Terraform timeout. (#​9102)
  • resourcemanager: added a slightly longer wait (two 10s checks bumped to 15s) for issues with billing associations in google_project. Default network deletion should succeed more often. (#​9103)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependency/terraform Dependency Terraform kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/medium This issue or PR may be useful, and needs some attention size/xs Size XS status/review_needed The issue or PR needs to be reviewed labels Jan 27, 2025
@github-actions github-actions bot added size/s Size S area/terraform Terraform cloud/gcp Cloud Provider / Google Cloud Provider labels Jan 27, 2025
@dosubot dosubot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
@renovate renovate bot force-pushed the renovate/google-beta-6.x branch from 2be5c70 to ae11446 Compare January 30, 2025 14:50
@renovate renovate bot changed the title chore(deps): update terraform google-beta to v6.18.0 chore(deps): update terraform google-beta to v6.18.1 Jan 30, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/google-beta-6.x branch from ae11446 to 6f9e34c Compare February 3, 2025 21:31
@renovate renovate bot changed the title chore(deps): update terraform google-beta to v6.18.1 chore(deps): update terraform google-beta to v6.19.0 Feb 3, 2025
@nlamirault nlamirault merged commit 8f83ce3 into main Feb 4, 2025
28 of 29 checks passed
@nlamirault nlamirault deleted the renovate/google-beta-6.x branch February 4, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/terraform Terraform cloud/gcp Cloud Provider / Google Cloud Provider dependencies Pull requests that update a dependency file dependency/terraform Dependency Terraform kind/renovate Categorizes issue or PR as related to Renovate lifecycle/active Indicates that an issue or PR is actively being worked on by a contributor. priority/medium This issue or PR may be useful, and needs some attention size/s Size S size/xs Size XS status/review_needed The issue or PR needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant