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

Bump hashicorp/google-beta from 5.19.0 to 5.23.0 in /terraform #423

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps hashicorp/google-beta from 5.19.0 to 5.23.0.

Release notes

Sourced from hashicorp/google-beta's releases.

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

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)
  • compute: added status.all_instances_config.revision field to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#7104)
  • compute: added field path_template_match to resource google_compute_region_url_map (#7094)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.23.0 (Unreleased)

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)
  • compute: added status.all_instances_config.revision field to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#7104)
  • compute: added field path_template_match to resource google_compute_region_url_map (#7094)
  • compute: added field path_template_rewrite to resource google_compute_region_url_map (#7094)
  • pubsub: added ingestion_data_source_settings field to google_pubsub_topic resource (#7111)
  • storage: added 'soft_delete_policy' to 'google_storage_bucket' resource (#7119)
  • workstations: added host.gceInstance.boostConfig to google_workstations_workstation_config (#7122)

BUG FIXES:

  • accesscontextmanager: fixed an issue with access_context_manager_service_perimeter_ingress_policy and access_context_manager_service_perimeter_egress_policy where updates could not be applied after initial creation. Any updates applied to these resources will now involve their recreation. To ensure that new policies are added before old ones are removed, add a lifecycle block with create_before_destroy = true to your resource configuration alongside other updates. (#7105)
  • firebase: made the google_firebase_android_app resource's package_name field required and immutable. This prevents API errors encountered by users who attempted to update or leave that field unset in their configurations. (#7100)
  • spanner: removed validation function for the field version_retention_period in the resource google_spanner_database and directly returned error from backend (#7117)

5.21.0 (Mar 18, 2024)

FEATURES:

  • New Data Source: google_apphub_discovered_service (#7080)
  • New Data Source: google_apphub_discovered_workload (#7083)
  • New Data Source: google_cloud_quotas_quota_info (#7092)
  • New Resource: google_apphub_workload (#7088)
  • New Resource: google_firebase_app_check_device_check_config (#7062)
  • New Resource: google_iap_tunnel_dest_group (#7072)
  • New Resource: google_kms_ekm_connection (#7059)
  • New Resource: google_apphub_application (#7051)
  • New Resource: google_apphub_service (#7090)
  • New Resource: google_apphub_service_project_attachment (#7073)
  • New Resource: google_network_security_firewall_endpoint_association (#7075)

IMPROVEMENTS:

  • cloudrunv2: added support for scaling.min_instance_count in google_cloud_run_v2_service. (#7053)
  • firestore: added cmek_config field to google_firestore_database resource (#7054)
  • gkeonprem: allowed vcenter_network to be set in google_gkeonprem_vmware_cluster, previously it was output-only (#7055)
  • storagetransferservice: added field transfer_spec.azure_blob_storage_data_source.credentials_secret to google_storage_transfer_job (#7091)

... (truncated)

Commits

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 <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)

Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 5.19.0 to 5.23.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google-beta/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google-beta@v5.19.0...v5.23.0)

---
updated-dependencies:
- dependency-name: hashicorp/google-beta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2024 19:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor drafts the next minor release terraform Pull requests that update Terraform code labels Apr 1, 2024
Copy link

sonarcloud bot commented Apr 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Gaardsholt Gaardsholt removed the minor drafts the next minor release label Apr 1, 2024
@Gaardsholt Gaardsholt merged commit 03eee49 into master Apr 1, 2024
12 checks passed
@Gaardsholt Gaardsholt deleted the dependabot/terraform/terraform/hashicorp/google-beta-5.23.0 branch April 1, 2024 19:39
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant