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.28.0 to 5.29.1 (#23)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.28.0 to 5.29.1. <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.29.1</h2> <h2>5.29.1 (May 14, 2024)</h2> <p>BREAKING CHANGES:</p> <ul> <li>compute: removed <code>secondary_ip_range.reserved_internal_range</code> field from <code>google_compute_subnetwork</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18133">18133</a>)</li> </ul> <h2>v5.29.0</h2> <p>BREAKING CHANGES:</p> <ul> <li>compute: added required <code>reserved_internal_range</code> subfield to <code>reserved_internal_range</code> in <code>google_compute_subnetwork</code>. This field can be set to <code>null</code> as an equivalent to leaving it unspecified.</li> </ul> <p>NOTES:</p> <ul> <li>compute: added documentation for <code>md5_authentication_key</code> field in <code>google_compute_router_peer</code> resource. The field was introduced in <a href="https://github.com/hashicorp/terraform-provider-google/releases/tag/v5.12.0">v5.12.0</a>, but documentation was unintentionally omitted at that time. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17991">#17991</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_bigtable_authorized_view</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18006">#18006</a>)</li> <li><strong>New Resource:</strong> <code>google_integration_connectors_managed_zone</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18029">#18029</a>)</li> <li><strong>New Resource:</strong> <code>google_network_connectivity_regional_endpoint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18014">#18014</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_security_profile</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_security_profile_group</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_firewall_endpoint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_firewall_endpoint_association</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>clouddeploy: added <code>custom_target</code> field to <code>google_clouddeploy_target</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> <li>clouddeploy: added <code>google_cloud_build_repo</code> to <code>custom_target_type</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18040">#18040</a>)</li> <li>compute: added <code>preconfigured_waf_config</code> field to <code>google_compute_region_security_policy_rule</code> resource; (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18039">#18039</a>)</li> <li>compute: added <code>rate_limit_options</code> field to <code>google_compute_region_security_policy_rule</code> resource; (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18039">#18039</a>)</li> <li>compute: added <code>security_profile_group</code>, <code>tls_inspect</code> to <code>google_compute_firewall_policy_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> <li>compute: added <code>security_profile_group</code>, <code>tls_inspect</code> to <code>google_compute_network_firewall_policy_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> <li>compute: added fields <code>reserved_internal_range</code> and <code>secondary_ip_ranges.reserved_internal_range</code> to <code>google_compute_subnetwork</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18026">#18026</a>)</li> <li>container: added <code>dns_config.additive_vpc_scope_dns_domain</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18031">#18031</a>)</li> <li>container: added <code>enable_nested_virtualization</code> field to <code>google_container_node_pool</code> and <code>google_container_cluster</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18015">#18015</a>)</li> <li>iam: added <code>extra_attributes_oauth2_client</code> field to <code>google_iam_workforce_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18027">#18027</a>)</li> <li>privateca: added <code>maximum_lifetime</code> field to <code>google_privateca_certificate_template</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hashicorp/terraform-provider-google/blob/v5.29.1/CHANGELOG.md">hashicorp/google's changelog</a>.</em></p> <blockquote> <h2>5.29.1 (May 14, 2024)</h2> <p>BREAKING CHANGES:</p> <ul> <li>compute: removed <code>secondary_ip_range.reserved_internal_range</code> field from <code>google_compute_subnetwork</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18133">18133</a>)</li> </ul> <h2>5.29.0 (May 13, 2024)</h2> <p>BREAKING CHANGES:</p> <ul> <li>compute: added required <code>reserved_internal_range</code> subfield to <code>reserved_internal_range</code> in <code>google_compute_subnetwork</code>. This field can be set to <code>null</code> as an equivalent to leaving it unspecified. Upgrading directly to 5.29.1 will avoid this issue.</li> </ul> <p>NOTES:</p> <ul> <li>compute: added documentation for <code>md5_authentication_key</code> field in <code>google_compute_router_peer</code> resource. The field was introduced in <a href="https://github.com/hashicorp/terraform-provider-google/releases/tag/v5.12.0">v5.12.0</a>, but documentation was unintentionally omitted at that time. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/17991">#17991</a>)</li> </ul> <p>FEATURES:</p> <ul> <li><strong>New Resource:</strong> <code>google_bigtable_authorized_view</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18006">#18006</a>)</li> <li><strong>New Resource:</strong> <code>google_integration_connectors_managed_zone</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18029">#18029</a>)</li> <li><strong>New Resource:</strong> <code>google_network_connectivity_regional_endpoint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18014">#18014</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_security_profile</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_security_profile_group</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_firewall_endpoint</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> <li><strong>New Resource:</strong> <code>google_network_security_firewall_endpoint_association</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18025">#18025</a>)</li> </ul> <p>IMPROVEMENTS:</p> <ul> <li>clouddeploy: added <code>custom_target</code> field to <code>google_clouddeploy_target</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> <li>clouddeploy: added <code>google_cloud_build_repo</code> to <code>custom_target_type</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18040">#18040</a>)</li> <li>compute: added <code>preconfigured_waf_config</code> field to <code>google_compute_region_security_policy_rule</code> resource; (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18039">#18039</a>)</li> <li>compute: added <code>rate_limit_options</code> field to <code>google_compute_region_security_policy_rule</code> resource; (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18039">#18039</a>)</li> <li>compute: added <code>security_profile_group</code>, <code>tls_inspect</code> to <code>google_compute_firewall_policy_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> <li>compute: added <code>security_profile_group</code>, <code>tls_inspect</code> to <code>google_compute_network_firewall_policy_rule</code> (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> <li>compute: added fields <code>reserved_internal_range</code> and <code>secondary_ip_ranges.reserved_internal_range</code> to <code>google_compute_subnetwork</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18026">#18026</a>)</li> <li>container: added <code>dns_config.additive_vpc_scope_dns_domain</code> field to <code>google_container_cluster</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18031">#18031</a>)</li> <li>container: added <code>enable_nested_virtualization</code> field to <code>google_container_node_pool</code> and <code>google_container_cluster</code> resource. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18015">#18015</a>)</li> <li>iam: added <code>extra_attributes_oauth2_client</code> field to <code>google_iam_workforce_pool_provider</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18027">#18027</a>)</li> <li>privateca: added <code>maximum_lifetime</code> field to <code>google_privateca_certificate_template</code> resource (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/pull/18000">#18000</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/e723d1661716ce1d0db97793cd06d67331b66053"><code>e723d16</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18135">#18135</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/c118397e0623be3c4698ae5d73aa2d33b44144af"><code>c118397</code></a> Revert "Add reservedInternalRange fields to the google_compute_subnetwork res...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/c3f2efe0b182293c781e8630e46bc86fa6433112"><code>c3f2efe</code></a> Make workforce pool provider extra attributes tests and examples follow inten...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/4fc5222e1e0887c19e5d556e2dff07ac14144603"><code>4fc5222</code></a> Remove cluster update validation for primary to secondary (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10588">#10588</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18041">#18041</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/5b1817b028630e7b6179d0f7ce0e718dc9e4c915"><code>5b1817b</code></a> Update CustomTargetType resource to include googleCloudBuildRepo type (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10543">#10543</a>...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/5d8da30d4d5385a59e88a2385b8b140cfd772ad3"><code>5d8da30</code></a> Added "preconfiguredWafConfig" and "rateLimitOptions" support to region secur...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/e8090494b1c16546e2f4dff3e0d8d827a1dbd0cd"><code>e809049</code></a> update dataflow job service_account_email docs (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10607">#10607</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18037">#18037</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/6506b0cb2830c29df603da56a651e5226bc04609"><code>6506b0c</code></a> chore(ci): remove firestore project and its reference (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10505">#10505</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/18036">#18036</a>)</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/0daec4717fee53352b7fb505a7f222720f75316d"><code>0daec47</code></a> Adding support for Cloud DNS Additive VPC Scope for GKE, currently in preview...</li> <li><a href="https://github.com/hashicorp/terraform-provider-google/commit/d81b85bfef72f0174af8a63f016c6adda60e9f13"><code>d81b85b</code></a> Add support for Managed zone resource of Integration Connectors. (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/10580">#10580</a>) (<a href="https://redirect.github.com/hashicorp/terraform-provider-google/issues/1">#1</a>...</li> <li>Additional commits viewable in <a href="https://github.com/hashicorp/terraform-provider-google/compare/v5.28.0...v5.29.1">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.28.0&new-version=5.29.1)](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