relaycorp / cloud-gateway

Infrastructure as Code and configuration for all Awala-Internet Gateways run by Relaycorp
MIT License
0 stars 1 forks source link

Bump hashicorp/google-beta from 5.12.0 to 5.24.0 in /tf-workspace #144

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps hashicorp/google-beta from 5.12.0 to 5.24.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.24.0

IMPROVEMENTS:

  • cloudrunv2: added template.volumes.nfs field to google_cloud_run_v2_job resource (#7169)
  • container: added enable_cilium_clusterwide_network_policy field to google_container_cluster resource (#7171)
  • container: added node_pool_auto_config.resource_manager_tags field to google_container_cluster resource (#7162)
  • gkeonprem: added disable_bundled_ingress field to google_gkeonprem_vmware_cluster resource (#7163)
  • redis: added node_type and precise_size_gb fields to google_redis_cluster (#7174)
  • storage: added project_number attribute to google_storage_bucket resource and data source (#7164)
  • storage: added ability to provide project argument to google_storage_bucket data source. This will not impact reading the resource's data, instead this helps users avoid calls to the Compute API within the data source. (#7164)

BUG FIXES:

  • appengine: fixed a crash in google_app_engine_flexible_app_version due to the deployment field not being returned by the API (#7175)
  • bigquery: fixed a crash when google_bigquery_table had a primary_key.columns entry set to "" (#7166)
  • compute: fixed update scenarios on google_compute_region_target_https_proxy and google_compute_target_https_proxy resources. (#7170)
  • dataflow: fixed an issue where the provider would crash when enable_streaming_engine is set as a parameter value in google_dataflow_flex_template_job (#7160)

v5.23.0

NOTES:

DEPRECATIONS:

  • kms: deprecated attestation.external_protection_level_options in favor of external_protection_level_options in google_kms_crypto_key_version (#7155)

FEATURES:

  • New Data Source: google_apphub_application (#7143)
  • New Resource: google_cloud_quotas_quota_preference (#7126)
  • New Resource: google_vertex_ai_deployment_resource_pool (#7158)
  • New Resource: google_integrations_client (#7129)

IMPROVEMENTS:

  • bigquery: added dataGovernanceType to google_bigquery_routine resource (#7149)
  • bigquery: added support for external_data_configuration.json_extension to google_bigquery_table (#7138)
  • compute: added cloud_router_ipv6_address, customer_router_ipv6_address fields to google_compute_interconnect_attachment resource (#7151)
  • compute: added generated_id field to google_compute_region_backend_service resource (#7128)
  • integrations: added deletion support for google_integrations_client resource (#7142)
  • kms: added crypto_key_backend field to google_kms_crypto_key resource (#7155)
  • metastore: added scheduled_backup field to google_dataproc_metastore_service resource (#7140)
  • provider: added provider-defined function name_from_id for retrieving the short-form name of a resource from its self link or id (#7153)
  • provider: added provider-defined function project_from_id for retrieving the project id from a resource's self link or id (#7153)
  • provider: added provider-defined function region_from_zone for deriving a region from a zone's name (#7153)
  • provider: added provider-defined functions location_from_id, region_from_id, and zone_from_id for retrieving the location/region/zone names from a resource's self link or id (#7153)

BUG FIXES:

  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_job creation fails (#7159)
  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_service creation fails (#7159)
  • container: fixed google_container_cluster permadiff when master_ipv4_cidr_block is set for a private flexible cluster (#7147)
  • dataflow: fixed an issue where the provider would crash when enableStreamingEngine is set as a parameter value in google_dataflow_flex_template_job (#7160)
  • kms: added top-level external_protection_level_options field in google_kms_crypto_key_version resource (#7155)

v5.22.0

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.24.0 (Unreleased)

5.23.0 (Apr 01, 2023)

NOTES:

DEPRECATIONS:

  • kms: deprecated attestation.external_protection_level_options in favor of external_protection_level_options in google_kms_crypto_key_version (#7155)

FEATURES:

  • New Data Source: google_apphub_application (#7143)
  • New Resource: google_cloud_quotas_quota_preference (#7126)
  • New Resource: google_vertex_ai_deployment_resource_pool (#7158)
  • New Resource: google_integrations_client (#7129)

IMPROVEMENTS:

  • bigquery: added dataGovernanceType to google_bigquery_routine resource (#7149)
  • bigquery: added support for external_data_configuration.json_extension to google_bigquery_table (#7138)
  • compute: added cloud_router_ipv6_address, customer_router_ipv6_address fields to google_compute_interconnect_attachment resource (#7151)
  • compute: added generated_id field to google_compute_region_backend_service resource (#7128)
  • integrations: added deletion support for google_integrations_client resource (#7142)
  • kms: added crypto_key_backend field to google_kms_crypto_key resource (#7155)
  • metastore: added scheduled_backup field to google_dataproc_metastore_service resource (#7140)
  • provider: added provider-defined function name_from_id for retrieving the short-form name of a resource from its self link or id (#7153)
  • provider: added provider-defined function project_from_id for retrieving the project id from a resource's self link or id (#7153)
  • provider: added provider-defined function region_from_zone for deriving a region from a zone's name (#7153)
  • provider: added provider-defined functions location_from_id, region_from_id, and zone_from_id for retrieving the location/region/zone names from a resource's self link or id (#7153)

BUG FIXES:

  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_job creation fails (#7159)
  • cloudrunv2: fixed Terraform state inconsistency when resource google_cloud_run_v2_service creation fails (#7159)
  • container: fixed google_container_cluster permadiff when master_ipv4_cidr_block is set for a private flexible cluster (#7147)
  • dataflow: fixed an issue where the provider would crash when enableStreamingEngine is set as a parameter value in google_dataflow_flex_template_job (#7160)
  • kms: added top-level external_protection_level_options field in google_kms_crypto_key_version resource (#7155)

5.22.0 (Mar 26, 2024)

BREAKING CHANGES:

  • networksecurity: added required field billing_project_id to google_network_security_firewall_endpoint resource. Any configuration without billing_project_id specified will cause resource creation fail (beta) (#7124)

FEATURES:

  • New Data Source: google_cloud_quotas_quota_info (#7092)
  • New Data Source: google_cloud_quotas_quota_infos (#7116)
  • New Resource: google_access_context_manager_service_perimeter_dry_run_resource (#7115)

IMPROVEMENTS:

  • accesscontextmanager: supported managing service perimeter dry run resources outside the perimeter via new resource google_access_context_manager_service_perimeter_dry_run_resource (#7115)
  • cloudrunv2: added plan-time validation to restrict number of ports to 1 in google_cloud_run_v2_service (#7103)
  • cloudrunv2: supported mounting Cloud Storage buckets using GCSFuse in google_cloud_run_v2_job (#7102)
  • composer: added field count to validate number of DAG processors in google_composer_environment (#7120)
  • compute: added enumeration value SEV_LIVE_MIGRATABLE_V2 for the guest_os_features of google_compute_disk (#7123)

... (truncated)

Commits
  • d6c2b90 release notes beta 5.24.0 (#7192)
  • 14b0202 Revert "fixed permission issues when activating a sub-CA in a different regio...
  • feccbe5 fixed permission issues when activating a sub-CA in a different region (#1035...
  • 2353b2f Update examples to use LOOKER_CORE_STANDARD_ANNUAL edition (#10325) (#7179)
  • 8fa3a74 docs: Document that the max allowed retention for Firestore backup schedules ...
  • 4b45735 Test Fix: TestAccDataprocCluster_spotWithAuxiliaryNodeGroups (#10307) (#7177)
  • fe84696 Updating Documentation for exchanging credentials with the kubernetes… (#1015...
  • 3d39532 Ignore read on FlexibleAppVersion deployment (#10330) (#7175)
  • 11163e6 Adding nodeType field in the terraform (#10090) (#7174)
  • 18530da Update CHANGELOG.md 04-01-23 (#7172)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
dependabot[bot] commented 5 months ago

Superseded by #147.