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 ~> 5.45.0 #2204

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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 2, 2024

This PR contains the following updates:

Package Type Update Change
google-beta (source) required_provider minor ~> 5.40.0 -> ~> 5.45.0

Release Notes

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

v5.45.0

Compare Source

NOTES:

  • 5.45.0 is a backport release, responding to a new Spanner feature that may result in creation of unwanted backups for users. The changes in this release will be available in 6.11.0 and users upgrading to 6.X should upgrade to that version or higher.

IMPROVEMENTS:

  • spanner: added default_backup_schedule_type field to google_spanner_instance (#​8644)

v5.44.2

Compare Source

Notes:

  • 5.44.2 is a backport release, responding to a GKE rollout that created permadiffs for many users. The changes in this release will be available in 6.7.0 and users upgrading to 6.X should upgrade to that version or higher.

IMPROVEMENTS:

  • container: google_container_cluster will now accept server-specified values for node_pool_auto_config.0.node_kubelet_config when it is not defined in configuration and will not detect drift. Note that this means that removing the value from configuration will now preserve old settings instead of reverting the old settings. (#​8385)

BUG FIXES:

  • container: fixed a diff triggered by a new API-side default value for node_config.0.kubelet_config.0.insecure_kubelet_readonly_port_enabled. Terraform will now accept server-specified values for node_config.0.kubelet_config when it is not defined in configuration and will not detect drift. Note that this means that removing the value from configuration will now preserve old settings instead of reverting the old settings. (#​8385)

v5.44.1

Compare Source

NOTES:

  • 5.44.1 is a backport release, intended to pull in critical container improvements and fixes for issues introduced in 5.44.0

IMPROVEMENTS:

  • container: added in-place update support for gcfs_config in in google_container_cluster and google_container_node_pool (#​8101) (#​8207)

BUG FIXES:

  • container: fixed a permadiff on gcfs_config in google_container_cluster and google_container_node_pool (#​8207)
  • container: fixed a bug where specifying node_pool_defaults.node_config_defaults with enable_autopilot = true will cause google_container_cluster resource creation failure. (#​8223)

v5.44.0

Compare Source

NOTES:

  • 5.44.0 is a backport release, intended to pull in critical container improvements from 6.2.0

IMPROVEMENTS:

  • container: added insecure_kubelet_readonly_port_enabled to node_pool.node_config.kubelet_config and node_config.kubelet_config in google_container_node_pool resource. (#​8071)
  • container: added insecure_kubelet_readonly_port_enabled to node_pool_defaults.node_config_defaults, node_pool.node_config.kubelet_config, and node_config.kubelet_config in google_container_cluster resource. (#​8071)
  • container: added node_pool_auto_config.node_kublet_config.insecure_kubelet_readonly_port_enabled field to google_container_cluster. (#​8076)

v5.43.1

Compare Source

NOTES:

  • 5.43.1 is a backport release, and some changes will not appear in 6.X series releases until 6.1.0

BUG FIXES:

  • pubsub: fixed a validation bug that didn't allow empty filter definitions for google_pubsub_subscription resources (#​8055)

v5.43.0

Compare Source

DEPRECATIONS:

  • storage: deprecated lifecycle_rule.condition.no_age field in google_storage_bucket. Use the new lifecycle_rule.condition.send_age_if_zero field instead. (#​7994)

FEATURES:

  • New Resource: google_kms_ekm_connection_iam_binding (#​7969)
  • New Resource: google_kms_ekm_connection_iam_member (#​7969)
  • New Resource: google_kms_ekm_connection_iam_policy (#​7969)
  • New Resource: google_scc_v2_organization_scc_big_query_exports (#​8002)

IMPROVEMENTS:

  • compute: exposed service side id as new output field forwarding_rule_id on resource google_compute_forwarding_rule (#​7972)
  • container: added EXTENDED as a valid option for release_channel field in google_container_cluster resource (#​7973)
  • logging: changed enable_analytics parsing to "no preference" in analytics if omitted, instead of explicitly disabling analytics in google_logging_project_bucket_config. (#​7964)
  • networkservices: added idle_timeout field to the google_network_services_tcp_route resource (#​7996)
  • pusbub: added validation to filter field in resource google_pubsub_subscription (#​7968)
  • resourcemanager: added default_labels field to google_client_config data source (#​7992)
  • vmwareengine: added PC undelete support in google_vmwareengine_private_cloud (#​8005)

BUG FIXES:

  • alloydb: fixed a permadiff on psc_instance_config in google_alloydb_instance resource (#​7975)
  • compute: fixed a malformed URL that affected updating the server_tls_policy property on google_compute_target_https_proxy resources (#​7988)
  • compute: fixed force diff replacement logic for network_ip on resource google_compute_instance (#​7971)

v5.42.0

Compare Source

DEPRECATIONS:

  • compute: setting google_compute_subnetwork.secondary_ip_range = [] to explicitly set a list of empty objects is deprecated and will produce an error in the upcoming major release. Use send_secondary_ip_range_if_empty while removing secondary_ip_range from config instead. (#​7961)

FEATURES:

  • New Data Source: google_artifact_registry_locations (#​7922)
  • New Data Source: google_cloud_identity_transitive_group_memberships (#​7917)
  • New Resource: google_discovery_engine_schema (#​7963)
  • New Resource: google_scc_folder_notification_config (#​7928)
  • New Resource: google_scc_v2_folder_notification_config (#​7927)
  • New Resource: google_vertex_ai_index_endpoint_deployed_index (#​7931)

IMPROVEMENTS:

  • clouddeploy: added serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.pod_selector_label and serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.pod_selector_label fields to google_clouddeploy_delivery_pipeline resource (#​7945)
  • compute: added TDX instance option to confidential_instance_type instance in google_compute_instance (#​7913)
  • compute: added send_secondary_ip_range_if_empty to google_compute_subnetwork (#​7961)
  • discoveryengine: added skip_default_schema_creation field to google_data_store resource (#​7900)
  • dns: changed load_balancer_type field from required to optional in google_dns_record_set (#​7925)
  • parallelstore: added file_stripe_level, directory_stripe_level fields to google_parallelstore_instance resource (#​7942)
  • servicenetworking: added update_on_creation_fail field to google_service_networking_connection resource. When it is set to true, enforce an update of the reserved peering ranges on the existing service networking connection in case of a new connection creation failure. (#​7915)
  • sql: added server_ca_mode field to google_sql_database_instance resource (#​7886)

BUG FIXES:

  • bigquery: made google_bigquery_dataset_iam_member non-authoritative. To remove a bigquery dataset iam member, use an authoritative resource like google_bigquery_dataset_iam_policy (#​7960)
  • cloudfunctions2: fixed a "Provider produced inconsistent final plan" bug affecting the service_config.environment_variables field in google_cloudfunctions2_function resource (#​7905)
  • cloudfunctions2: fixed a permadiff on storage_source.generation in google_cloudfunctions2_function resource (#​7912)
  • compute: fixed issue where sub-resources managed by google_compute_forwarding_rule prevented resource deletion (#​7958)
  • logging: changed google_logging_project_bucket_config.enable_analytics behavior to set "no preference" in analytics if omitted, instead of explicitly disabling analytics. (#​19126)
  • workbench: fixed a bug with google_workbench_instance metadata drifting when using custom containers. (#​7959)

v5.41.0

Compare Source

DEPRECATIONS:

  • resourcemanager: deprecated skip_delete field in the google_project resource. Use deletion_policy instead. (#​7817)

FEATURES:

  • New Data Source: google_scc_v2_organization_source_iam_policy (#​7888)
  • New Resource: google_access_context_manager_service_perimeter_dry_run_egress_policy (#​7882)
  • New Resource: google_access_context_manager_service_perimeter_dry_run_ingress_policy (#​7882)
  • New Resource: google_scc_v2_folder_mute_config (#​7846)
  • New Resource: google_scc_v2_project_mute_config (#​7881)
  • New Resource: google_scc_v2_project_notification_config (#​7892)
  • New Resource: google_scc_v2_organization_source (#​7888)
  • New Resource: google_scc_v2_organization_source_iam_binding (#​7888)
  • New Resource: google_scc_v2_organization_source_iam_member (#​7888)
  • New Resource: google_scc_v2_organization_source_iam_policy (#​7888)

IMPROVEMENTS:

  • clouddeploy: added gke.proxy_url field to google_clouddeploy_target (#​7899)
  • cloudrunv2: added field binary_authorization.policy to resource google_cloud_run_v2_job and resource google_cloud_run_v2_service to support named binary authorization policy. (#​7883)
  • compute: added update-in-place support for the google_compute_target_https_proxy.server_tls_policy field (#​7884)
  • compute: added update-in-place support for the google_compute_region_target_https_proxy.server_tls_policy field (#​7891)
  • container: added auto_provisioning_locations field to google_container_cluster (#​7849)
  • dataform: added kms_key_name field to google_dataform_repository resource (#​7855)
  • discoveryengine: added skip_default_schema_creation field to google_discovery_engine_data_store resource (#​7900)
  • gkehub: added configmanagement.management and configmanagement.config_sync.enabled fields to google_gkehub_feature_membership (#​7899)
  • gkehub: added management field to google_gke_hub_feature.fleet_default_member_config.configmanagement (#​7862)
  • resourcemanager: added deletion_policy field to the google_project resource. Setting deletion_policy to PREVENT will protect the project against any destroy actions caused by a terraform apply or terraform destroy. Setting deletion_policy to ABANDON allows the resource to be abandoned rather than deleted and it behaves the same with skip_delete = true. Default value is DELETE. skip_delete = true takes precedence over deletion_policy = "DELETE".
  • storage: added force_destroy field to google_storage_managed_folder resource (#​7867)
  • storage: added generation field to google_storage_bucket_object resource (#​7866)

BUG FIXES:

  • compute: fixed google_compute_instance.alias_ip_range update behavior to avoid temporarily deleting unchanged alias IP ranges (#​7898)
  • compute: fixed the bug that creation of PSC forwarding rules fails in google_compute_forwarding_rule resource when provider default labels are set (#​7873)
  • sql: fixed a perma-diff in settings.insights_config in google_sql_database_instance (#​7861)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners September 2, 2024 02:07
@dpebot
Copy link
Collaborator

dpebot commented Sep 2, 2024

/gcbrun

@bourgeoisor bourgeoisor added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 2, 2024
@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from d1a5bd9 to 38804b4 Compare September 2, 2024 04:57
@dpebot
Copy link
Collaborator

dpebot commented Sep 2, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 38804b4 to 6680421 Compare September 4, 2024 14:21
@dpebot
Copy link
Collaborator

dpebot commented Sep 4, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 6680421 to e01a37e Compare September 9, 2024 14:32
@dpebot
Copy link
Collaborator

dpebot commented Sep 9, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from e01a37e to 550f79c Compare September 9, 2024 14:33
@dpebot
Copy link
Collaborator

dpebot commented Sep 9, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 550f79c to 26da74d Compare September 9, 2024 20:05
@renovate-bot renovate-bot changed the title chore(deps): update terraform google-beta to ~> 5.43.0 chore(deps): update terraform google-beta to ~> 5.44.0 Sep 9, 2024
@dpebot
Copy link
Collaborator

dpebot commented Sep 9, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 26da74d to a317bb4 Compare September 10, 2024 14:18
@dpebot
Copy link
Collaborator

dpebot commented Sep 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from a317bb4 to 569e10d Compare September 16, 2024 03:03
@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 569e10d to 2e9b7b7 Compare September 16, 2024 03:07
@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 2e9b7b7 to cbc3fd6 Compare September 16, 2024 15:38
@dpebot
Copy link
Collaborator

dpebot commented Sep 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from cbc3fd6 to 2dfd177 Compare September 23, 2024 15:01
@dpebot
Copy link
Collaborator

dpebot commented Sep 23, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 2dfd177 to 30e305b Compare September 30, 2024 01:17
@dpebot
Copy link
Collaborator

dpebot commented Sep 30, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 30e305b to 2b13ea6 Compare September 30, 2024 16:41
@dpebot
Copy link
Collaborator

dpebot commented Sep 30, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 76a7d61 to 2eec001 Compare November 11, 2024 14:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 2eec001 to 0e761b7 Compare November 11, 2024 19:08
@renovate-bot renovate-bot changed the title chore(deps): update terraform google-beta to ~> 5.44.0 chore(deps): update terraform google-beta to ~> 5.45.0 Nov 11, 2024
@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 0e761b7 to 22fd8cd Compare November 17, 2024 18:39
@dpebot
Copy link
Collaborator

dpebot commented Nov 17, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 22fd8cd to 969b6b8 Compare November 18, 2024 16:16
@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 969b6b8 to 66a6a6e Compare November 18, 2024 16:19
@dpebot
Copy link
Collaborator

dpebot commented Nov 18, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 66a6a6e to cd49ba2 Compare November 25, 2024 20:08
@dpebot
Copy link
Collaborator

dpebot commented Nov 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from cd49ba2 to cf86acc Compare December 2, 2024 20:00
@dpebot
Copy link
Collaborator

dpebot commented Dec 2, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from cf86acc to 1e40ba7 Compare December 6, 2024 17:47
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 1e40ba7 to 99f2dac Compare December 6, 2024 17:51
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 99f2dac to a479d89 Compare December 9, 2024 17:23
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from a479d89 to 66b1820 Compare December 10, 2024 04:23
@dpebot
Copy link
Collaborator

dpebot commented Dec 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 66b1820 to 174f254 Compare December 17, 2024 15:29
@dpebot
Copy link
Collaborator

dpebot commented Dec 17, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from 174f254 to cc8d4b6 Compare December 28, 2024 04:37
@dpebot
Copy link
Collaborator

dpebot commented Dec 28, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/google-beta-5.x branch from cc8d4b6 to 5a994e9 Compare December 30, 2024 03:06
@dpebot
Copy link
Collaborator

dpebot commented Dec 30, 2024

/gcbrun

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 do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants