Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Bump hashicorp/google from 5.41.0 to 5.42.0 (#67)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.41.0 to 5.42.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google/releases">hashicorp/google's releases</a>.</em></p> <blockquote> <h2>v5.42.0</h2> <p>DEPRECATIONS:</p> <ul> <li>compute: setting <code>google_compute_subnetwork.secondary_ip_range = []</code> to explicitly set a list of empty objects is deprecated and will produce an error in the upcoming major release. Use <code>send_secondary_ip_range_if_empty</code> while removing <code>secondary_ip_range</code> from config instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19122">#19122</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_artifact_registry_locations</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19047">#19047</a>)</li> <li><strong>New Data Source:</strong> <code>google_cloud_identity_transitive_group_memberships</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19038">#19038</a>)</li> <li><strong>New Resource:</strong> <code>google_discovery_engine_schema</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19124">#19124</a>)</li> <li><strong>New Resource:</strong> <code>google_scc_folder_notification_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19057">#19057</a>)</li> <li><strong>New Resource:</strong> <code>google_scc_v2_folder_notification_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19055">#19055</a>)</li> <li><strong>New Resource:</strong> <code>google_vertex_ai_index_endpoint_deployed_index</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19061">#19061</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>clouddeploy: added <code>serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.pod_selector_label</code> and <code>serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.pod_selector_label</code> fields to <code>google_clouddeploy_delivery_pipeline</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19100">#19100</a>)</li> <li>compute: added <code>send_secondary_ip_range_if_empty</code> to <code>google_compute_subnetwork</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19122">#19122</a>)</li> <li>discoveryengine: added <code>skip_default_schema_creation</code> field to <code>google_data_store</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19017">#19017</a>)</li> <li>dns: changed <code>load_balancer_type</code> field from required to optional in <code>google_dns_record_set</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19050">#19050</a>)</li> <li>firestore: added <code>cmek_config</code> field to <code>google_firestore_database</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19107">#19107</a>)</li> <li>servicenetworking: added <code>update_on_creation_fail</code> field to <code>google_service_networking_connection</code> 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. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19035">#19035</a>)</li> <li>sql: added <code>server_ca_mode</code> field to <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18998">#18998</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: made <code>google_bigquery_dataset_iam_member</code> non-authoritative. To remove a bigquery dataset iam member, use an authoritative resource like <code>google_bigquery_dataset_iam_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19121">#19121</a>)</li> <li>cloudfunctions2: fixed a "Provider produced inconsistent final plan" bug affecting the <code>service_config.environment_variables</code> field in <code>google_cloudfunctions2_function</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19024">#19024</a>)</li> <li>cloudfunctions2: fixed a permadiff on <code>storage_source.generation</code> in <code>google_cloudfunctions2_function</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19031">#19031</a>)</li> <li>compute: fixed issue where sub-resources managed by <code>google_compute_forwarding_rule</code> prevented resource deletion (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19117">#19117</a>)</li> <li>logging: changed <code>google_logging_project_bucket_config.enable_analytics</code> behavior to set "no preference" in analytics if omitted, instead of explicitly disabling analytics. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19126">#19126</a>)</li> <li>workbench: fixed a bug with <code>google_workbench_instance</code> metadata drifting when using custom containers. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19119">#19119</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md">hashicorp/google's changelog</a>.</em></p> <blockquote> <h2>5.42.0 (August 19, 2024)</h2> <p>DEPRECATIONS:</p> <ul> <li>compute: setting <code>google_compute_subnetwork.secondary_ip_range = []</code> to explicitly set a list of empty objects is deprecated and will produce an error in the upcoming major release. Use <code>send_secondary_ip_range_if_empty</code> while removing <code>secondary_ip_range</code> from config instead. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19122">#19122</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Data Source:</strong> <code>google_artifact_registry_locations</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19047">#19047</a>)</li> <li><strong>New Data Source:</strong> <code>google_cloud_identity_transitive_group_memberships</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19038">#19038</a>)</li> <li><strong>New Resource:</strong> <code>google_discovery_engine_schema</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19124">#19124</a>)</li> <li><strong>New Resource:</strong> <code>google_scc_folder_notification_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19057">#19057</a>)</li> <li><strong>New Resource:</strong> <code>google_scc_v2_folder_notification_config</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19055">#19055</a>)</li> <li><strong>New Resource:</strong> <code>google_vertex_ai_index_endpoint_deployed_index</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19061">#19061</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>clouddeploy: added <code>serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.pod_selector_label</code> and <code>serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.pod_selector_label</code> fields to <code>google_clouddeploy_delivery_pipeline</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19100">#19100</a>)</li> <li>compute: added <code>send_secondary_ip_range_if_empty</code> to <code>google_compute_subnetwork</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19122">#19122</a>)</li> <li>discoveryengine: added <code>skip_default_schema_creation</code> field to <code>google_data_store</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19017">#19017</a>)</li> <li>dns: changed <code>load_balancer_type</code> field from required to optional in <code>google_dns_record_set</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19050">#19050</a>)</li> <li>firestore: added <code>cmek_config</code> field to <code>google_firestore_database</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19107">#19107</a>)</li> <li>servicenetworking: added <code>update_on_creation_fail</code> field to <code>google_service_networking_connection</code> 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. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19035">#19035</a>)</li> <li>sql: added <code>server_ca_mode</code> field to <code>google_sql_database_instance</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18998">#18998</a>)</li> </ul> <p>BUG FIXES:</p> <ul> <li>bigquery: made <code>google_bigquery_dataset_iam_member</code> non-authoritative. To remove a bigquery dataset iam member, use an authoritative resource like <code>google_bigquery_dataset_iam_policy</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19121">#19121</a>)</li> <li>cloudfunctions2: fixed a "Provider produced inconsistent final plan" bug affecting the <code>service_config.environment_variables</code> field in <code>google_cloudfunctions2_function</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19024">#19024</a>)</li> <li>cloudfunctions2: fixed a permadiff on <code>storage_source.generation</code> in <code>google_cloudfunctions2_function</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19031">#19031</a>)</li> <li>compute: fixed issue where sub-resources managed by <code>google_compute_forwarding_rule</code> prevented resource deletion (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19117">#19117</a>)</li> <li>logging: changed <code>google_logging_project_bucket_config.enable_analytics</code> behavior to set "no preference" in analytics if omitted, instead of explicitly disabling analytics. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19126">#19126</a>)</li> <li>workbench: fixed a bug with <code>google_workbench_instance</code> metadata drifting when using custom containers. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/19119">#19119</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/b3a40430dadc6601c8edc7b3332d389e603435e2"><code>b3a4043</code></a> Revert "Prevent Dataflow options in parameters (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11153">#11153</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19093">#19093</a>)"</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/11092fa4b09d831be08e831c5952ccf608f37f1d"><code>11092fa</code></a> logging_project_bucket_config: support "no preference" for enable_analytics s...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/79dc8ac4aed998b9c92d48d9b3eeb1a176d6a93f"><code>79dc8ac</code></a> Add schema resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11018">#11018</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19124">#19124</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/3c97ea693aed96a3355a3afdd9e5510f65a86ff3"><code>3c97ea6</code></a> Switch nightly ci to use the golang version of vcr_cassette_update (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11148">#11148</a>) (...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/0952e978081901551c74ecc4fc385ae6c1ed9853"><code>0952e97</code></a> add send_secondary_ip_range_if_empty (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11410">#11410</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19122">#19122</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/345e98df9e821a8d957fcf702036f40786bba966"><code>345e98d</code></a><code>hashicorp/terraform-provider-google#11218</code><a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1135">#1135</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/db573cc90c49f8b662119c810996b356610734a3"><code>db573cc</code></a> Fix metadata drifting on workbench instances (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11407">#11407</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19119">#19119</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/a02612c6fb316a28ba4ab162b40d5d9e1f423c55"><code>a02612c</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19116">#19116</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/f695bc41ddf195e4aa6453093b2975bca46721d2"><code>f695bc4</code></a> Fix Datastream private connection resource destruction (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11394">#11394</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/19117">#19117</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/b04c60247d7ecb9d29cac656efcd236929294047"><code>b04c602</code></a> Add handwritten sweeper for google_data_loss_prevention_discovery_config (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/11">#11</a>...</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.41.0...v5.42.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/google&package-manager=terraform&previous-version=5.41.0&new-version=5.42.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information