8000 chore(deps): update terraform google to ~> 6.36.0 by red-hat-konflux[bot] · Pull Request #378 · securesign/trillian · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update terraform google to ~> 6.36.0 #378

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

red-hat-konflux[bot]
Copy link
@red-hat-konflux red-hat-konflux bot commented Apr 18, 2025

This PR contains the following updates:

Package Type Update Change
google (source) provider minor ~> 6.29.0 -> ~> 6.36.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

hashicorp/terraform-provider-google (google)

v6.36.1

Compare Source

BUG FIXES:

  • compute: fixed forced instance recreation when adding a attached_disk with unset force_attach to google_compute_instance (#​22954)

v6.36.0

Compare Source

v6.35.0

Compare Source

BREAKING CHANGES:

  • metastore: removed non-functioning tags field from google_dataproc_metastore_service. It was introduced in v6.31.0 but the feature was not yet GA. (#​22636)
  • redis: removed non-functioning tags field from google_redis_instance . It was introduced in v6.31.0 but the feature was not yet GA. (#​22637)

FEATURES:

  • New Resource: google_compute_cross_site_network (#​22632)

IMPROVEMENTS:

  • alloydb: added psc_auto_connections field to google_alloydb_instance resource (#​22630)
  • apigee: added s_sl_info.enforce field in google_apigee_target_server resource (#​22594)
  • bigquery: added security_mode option for google_bigquery_routine resource (#​22643)
  • bigtable: added support for explicit disable automated backup on create for google_bigtable_table (#​22635)
  • compute: added guest_os_features and architecture to google_compute_instance_template and google_compute_region_instance_template (#​22644)
  • compute: allowed in-place updates for subnetworks, description, producer_accept_lists, and producer_reject_lists on google_compute_network_attachment (#​22611)
  • dialogflowcx: added knowledge_connector_settings field to google_dialogflow_cx_flow and google_dialogflow_cx_page resources (#​22631)
  • netapp: added backup_vault_type, backup_region, source_region, source_backup_vault, and destination_backup_vault fields to google_netapp_backup_vault (#​22625)
  • netapp: added volume_region and backup_region fields to google_netapp_backup (#​22625)
  • networkconnectivity: added immutability field to google_network_connectivity_internal_range resource (#​22623)
  • networkservices: added flex_shielding field to google_network_services_edge_cache_origin resource (#​22645)
  • spanner: added field default_time_zone to google_spanner_database resource (#​22628)
  • storage: added new field content_hexsha512 and content_base64sha512 in data source google_storage_bucket_object_content (#​22592)

BUG FIXES:

  • gemini: fixed bug on google_gemini_code_repository_index where force_destroy field did nothing (#​22648)
  • privateca: removed requirement to specify organization for google_privateca_certificate_authority resource (#​22634)
  • workbench: fixed some metadata changes not being reflected in google_workbench_instance (#​22612)

v6.34.1

Compare Source

BUG FIXES:

  • bigtable: fixed forced instance recreation due to addition of cluster.node_scaling_factor for google_bigtable_instance (#​22674)

v6.34.0

Compare Source

DEPRECATIONS:

  • tpu: deprecated google_tpu_node resource. google_tpu_node is deprecated and will be removed in a future major release. Use google_tpu_v2_vm instead. (#​22552)

FEATURES:

  • New Resource: google_apigee_security_profile_v2 (#​22524)

IMPROVEMENTS:

  • bigtable: added cluster.node_scaling_factor field to google_bigtable_instance resource (#​22560)
  • cloudrunv2: added scaling_mode and manual_instance_count fields to google_cloud_run_v2_service resource (#​22561)
  • networkconnectivity: added state_reason field to google_network_connectivity_spoke resource (#​22525)
  • sql: added connection_pool_config field to the google_sql_database_instance resource (#​22583)
  • vpcaccess: changed fields min_instances, max_instances, machine_type to allow update google_vpc_access_connector without recreation. (#​22572)

BUG FIXES:

  • compute: fixed the bug when validating the subnetwork project in google_compute_instance resource (#​22571)
  • workbench: fixed a permadiff on metadata of instance-region in google_workbench_instance resource (#​22553)

v6.33.0

Compare Source

FEATURES:

  • New Data Source: google_memcache_instance (#​22477)
  • New Resource: google_bigtable_logical_view (#​22499)
  • New Resource: google_bigtable_materialized_view (#​22475)
  • New Resource: google_compute_region_security_policy_rule (ga) (#​22443)
  • New Resource: google_compute_region_security_policy (ga) (#​22443)
  • New Resource: google_os_config_v2_policy_orchestrator_for_folder (#​22441)

IMPROVEMENTS:

  • beyondcorp: added upstreams fields to google_beyondcorp_application resource (#​22514)
  • compute: added fields like raw_key, rsa_encrypted_key, kms_key_service_account to all relevant resources on google_compute_instance_template and google_compute_region_instance_template (#​22503)
  • compute: added disk_id to google_compute_region_disk resource (#​22462)
  • compute: marked location field as required in google_compute_interconnect resource (#​22480)
  • container: added data_cache_count to ephemeral_storage_local_ssd_config for google_container_node_pool (#​22456)
  • container: added update for gvnic to google_container_node_pool (#​22421)
  • dataplex: added notification_report field to google_dataplex_datascan resource (#​22464)
  • gkehub: added configmanagement.config_sync.deployment_overrides field to google_gke_hub_feature_membership resource (#​22403)
  • identityplatform: added response_type field to google_identity_platform_oauth_idp_config (#​22463)
  • networkservices: added metadata field to google_networkservices_lbtrafficextension resource (#​22454)
  • sql: added output-only field dns_names to google_sql_database_instance resource (#​22502)
  • storage: added new fields time_created and updated in google_storage_bucket (#​22500)
  • storagetransfer: added transfer_spec.aws_s3_data_source.managed_private_network field to google_storage_transfer_job resource (#​22509)

BUG FIXES:

  • alloydb: stopped diffs when google_alloydb_instance.network_config is not specified as the API newly returns a value. Removing the field from config will no longer create a diff and will preserve the current value (#​22504)
  • clouddeploy: allowed sending empty block for rollback field in google_clouddeploy_automation resource. (#​22501)
  • compute: fixed an issue preventing terms.priority from being set to priority value 0 in google_compute_router_route_policy resource (#​22417)
  • securesourcemanager: increased default timeouts on google_secure_source_manager_instance operations to 120m from 60m. Operations could take longer than an hour. (#​22483)
  • sql: replaced the Terraform-based default value for settings.disk_type in google_sql_database_instance with a server-assigned default, allowing for compatibility with machine types that require HyperDisk_Balanced (#​22485)
  • workstations: increased default timeouts on google_workstations_workstation_cluster operations to 120m from 60m. Operations could take longer than an hour. (#​22482)

v6.32.0

Compare Source

NOTES:

  • 6.32.0 contains no changes from 6.31.1. This release is being made to ensure that the version numbers of the google and google-beta provider releases remain aligned, as google-beta's 6.32.0 release contains a beta-only change.

v6.31.1

Compare Source

BUG FIXES:

  • storage: removed extra permission (storage.anywhereCaches.list) required for destroying a resource_storage_bucket (#​22442)

v6.31.0

Compare Source

DEPRECATIONS:

  • integrations: deprecated run_as_service_account field in google_integrations_client resource (#​22312)

FEATURES:

  • New Resource: google_compute_resource_policy_attachment (#​22400)
  • New Resource: google_compute_storage_pool (#​22343)
  • New Resource: google_gke_backup_backup_channel (#​22393)
  • New Resource: google_gke_backup_restore_channel (#​22393)
  • New Resource: google_iap_web_cloud_run_service_iam_binding (#​22399)
  • New Resource: google_iap_web_cloud_run_service_iam_member (#​22399)
  • New Resource: google_iap_web_cloud_run_service_iam_policy (#​22399)
  • New Resource: google_storage_batch_operations_job (#​22333)

IMPROVEMENTS:

  • accesscontextmanager: added scoped_access_settings field to gcp_user_access_binding resource (#​22308)
  • alloydb: added machine_type field to google_alloydb_instance resource (#​22352)
  • artifactregistry: added DEBIAN_SNAPSHOT enum value to repository_base in google_artifact_registry_repository (#​22315)
  • bigquery: added external_catalog_dataset_options fields to google_bigquery_dataset resource (#​22377)
  • compute: added log_config.optional_mode, log_config.optional_fields, backend.preference, max_stream_duration and cdn_policy.request_coalescing fields to google_compute_backend_service resource (#​22391)
  • container: added support for updating the confidential_nodes field in google_container_node_pool (#​22363)
  • discoveryengine: added allow_cross_region field to google_discovery_engine_chat_engine resource (#​22336)
  • gkehub: added configmanagement.config_sync.deployment_overrides field to google_gke_hub_feature_membership resource (#​22403)
  • kms: added new enum values for import_method field in google_kms_key_ring_import_job resource (#​22314)
  • metastore: added tags field to google_dataproc_metastore_service resource to allow setting tags for services at creation time (#​22313)
  • monitoring: added log_check_failures to google_monitoring_uptime_check_config (#​22351)
  • networkconnectivity: added IPv6 support to google_network_connectivity_internal_range resource (#​22401)
  • networkconnectivity: added exclude_cidr_ranges field to google_network_connectivity_internal_range resource (#​22332)
  • privateca: added backdate_duration field to the google_privateca_ca_pool resource to add support for backdating the not_before_time of certificates (#​22380)
  • redis: added tags field to google_redis_instance (#​22337)
  • sql: added custom_subject_alternative_names field to instances resource (#​22357)
  • sql: added data_disk_provisioned_iops and data_disk_provisioned_throughput fields to google_sql_database_instance resource (#​22398)
  • sql: added retain_backups_on_delete field to google_sql_database_instance resource (#​22334)

BUG FIXES:

  • colab: fixed perma-diff in google_colab_runtime_template caused by not returning default values. (#​22338)
  • discoveryengine: fixed google_discovery_engine_target_site operations to allow for enough time to index before timing out (#​22358)
  • compute: fixed perma-diff in google_compute_network_firewall_policy_rule when security_profile_group starts with // (#​22402)
  • healthcare: made google_healthcare_pipeline_job wait for creation and update operation to complete (#​22339)
  • identityplatform: fixed perma-diff in google_identity_platform_config when fields in blocking_functions.forward_inbound_credentials are set to false (#​22384)
  • sql: added diff suppression for some version changes togoogle_sql_database_instance. Diffs for database_version for MySQL 8.0 will be suppressed when the version is updated by auto version upgrade.(#​22356)
  • sql: fixed the issue of shortened version of failover_dr_replica_name causes unnecessary diff in google_sql_database_instance (#​22319)

v6.30.0

Compare Source

FEATURES:

  • New Resource: google_developer_connect_account_connector (#​22270)
  • New Resource: google_vertex_ai_feature_group_iam_* (#​22260)
  • New Resource: google_vertex_ai_feature_online_store_iam_* (#​22260)
  • New Resource: google_vertex_ai_feature_online_store_featureview_iam_* (#​22260)

IMPROVEMENTS:

  • bigquery: added external_catalog_table_options and schema_foreign_type_info fields to google_bigquery_table resource (#​22302)
  • cloudrunv2: added iap_enabled field to google_cloud_run_v2_service resource (#​22301)
  • compute: added source_disk_encryption_key.kms_key_self_link and source_disk_encryption_key.rsa_encrypted_key fields to google_compute_snapshot resource (#​22247)
  • compute: added source_disk_encryption_key, source_image_encryption_key and source_snapshot_encryption_key fields to google_compute_image resource (#​22247)
  • compute: added type, source_nat_active_ranges and source_nat_drain_ranges fields to google_compute_router_nat resource (#​22282)
  • databasemigrationservice: allowed setting ssl.type in google_database_migration_service_connection_profile resource (#​22268)
  • firestore: added MONGODB_COMPATIBLE_API enum option to api_scope field in google_firestore_index resource (#​22287)
  • firestore: added database_edition field to google_firestore_database resource (#​22287)
  • firestore: added density and multikey fields to google_firestore_index resource (#​22287)
  • memorystore: added managed_backup_source and gcs_source fields to google_memorystore_instance resource (#​22295)
  • monitoring: added password_wo write-only field and password_wo_version field to google_monitoring_uptime_check_config resource (#​22242)
  • redis: added managed_backup_source and gcs_source fields to google_redis_cluster resource (#​22277)
  • storage: added support for deleting pending caches present on bucket when setting force_destory to true in google_storage_bucket resource (#​22262)
  • storagecontrol: added trial_config field to google_storage_control_folder_intelligence_config resource (#​22236)
  • storagecontrol: added trial_config field to google_storage_control_organization_intelligence_config resource (#​22236)
  • storagecontrol: added trial_config field to google_storage_control_project_intelligence_config resource (#​22236)

BUG FIXES:

  • container: fixed perma-diff in fleet field when the fleet.project field being added is null or empty in google_container_cluster resource (#​22240)
  • pubsub: fixed perma-diff by changing allowed_persistence_regions field to set in google_pubsub_topic resource (#​22273)

Configuration

📅 Schedule: Branch creation - "after 5am on friday" (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.

🔕 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

To execute skipped test pipelines write comment /ok-to-test.

This PR has been generated by MintMaker (powered by Renovate Bot).

Copy link
openshift-ci bot commented Apr 18, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/google-6.x branch from f8d6f6d to 486fe0e Compare April 25, 2025 09:51
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update terraform google to ~> 6.30.0 chore(deps): update terraform google to ~> 6.31.0 Apr 25, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/google-6.x branch from 486fe0e to 6d3ca92 Compare May 2, 2025 08:26
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update terraform google to ~> 6.31.0 chore(deps): update terraform google to ~> 6.33.0 May 2, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/google-6.x branch from 6d3ca92 to 7fbee25 Compare May 9, 2025 08:30
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update terraform google to ~> 6.33.0 chore(deps): update terraform google to ~> 6.34.0 May 9, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/google-6.x branch from 7fbee25 to 5c56f6a Compare May 16, 2025 10:29
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update terraform google to ~> 6.34.0 chore(deps): update terraform google to ~> 6.35.0 May 16, 2025
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/google-6.x branch from 5c56f6a to cbc0e18 Compare May 23, 2025 10:43
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update terraform google to ~> 6.35.0 chore(deps): update terraform google to ~> 6.36.0 May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0