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.18.0 to 5.22.0 in /gcp #1300

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/google-beta from 5.18.0 to 5.22.0.

Release notes

Sourced from hashicorp/google-beta's releases.

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

v5.21.0

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)
  • workstations: added support for ephemeral_directories in google_workstations_workstation_config (#7061)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

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)
  • workstations: added support for ephemeral_directories in google_workstations_workstation_config (#7061)

... (truncated)

Commits
  • aae85e0 5.22.0 changelog (#7132)
  • bc08799 add billing project id support to firewall endpoint resource (#10122) (#7124)
  • 6da4d23 Add missing guest_os_features enumeration value (#10229) (#7123)
  • 61d356c Add support for boost configs in workstations configs (#10176) (#7122)
  • e22f0b2 google_monitoring_alert_policy periods doc update & dataproc doc update (#102...
  • 8506d00 Fixes and enhancements after the bug bash. (#10223) (#7120)
  • f2fe4b1 Adds support for Soft Delete feature, which allows setting soft delete policy...
  • 4b10bcf fix(spanner): remove validation on version retention period on spanner databa...
  • 88a62aa Create quota infos datasource (#10074) (#7116)
  • 3353a81 AccessContextManager - Add dry run service perimeter resource (#10145) (#7115)
  • 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 <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.18.0 to 5.22.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.18.0...v5.22.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 commjoen as a code owner April 1, 2024 04:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Apr 1, 2024
@dependabot dependabot bot requested a review from bendehaan as a code owner April 1, 2024 04:08
@commjoen commjoen changed the base branch from master to dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-5.7.0 April 2, 2024 06:33
@commjoen commjoen merged commit c5a8b41 into dependabot/terraform/aws/terraform-aws-modules/vpc/aws-tw-5.7.0 Apr 2, 2024
13 of 15 checks passed
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-beta-5.22.0 branch April 2, 2024 06:33
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.

1 participant