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 from 5.18.0 to 5.22.0 in /gcp #1296

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2024

Bumps hashicorp/google from 5.18.0 to 5.22.0.

Release notes

Sourced from hashicorp/google'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) (#17630)

FEATURES:

  • New Data Source: google_cloud_quotas_quota_info (#17564)
  • New Data Source: google_cloud_quotas_quota_infos (#17617)
  • New Resource: google_access_context_manager_service_perimeter_dry_run_resource (#17614)

IMPROVEMENTS:

  • accesscontextmanager: supported managing service perimeter dry run resources outside the perimeter via new resource google_access_context_manager_service_perimeter_dry_run_resource (#17614)
  • cloudrunv2: added plan-time validation to restrict number of ports to 1 in google_cloud_run_v2_service (#17594)
  • composer: added field count to validate number of DAG processors in google_composer_environment (#17625)
  • compute: added enumeration value SEV_LIVE_MIGRATABLE_V2 for the guest_os_features of google_compute_disk (#17629)
  • compute: added status.all_instances_config.revision field to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#17595)
  • compute: added field path_template_match to resource google_compute_region_url_map (#17571)
  • compute: added field path_template_rewrite to resource google_compute_region_url_map (#17571)
  • pubsub: added ingestion_data_source_settings field to google_pubsub_topic resource (#17604)
  • storage: added 'soft_delete_policy' to 'google_storage_bucket' resource (#17624)

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. (#17596)
  • 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. (#17585)
  • spanner: removed validation function for the field version_retention_period in the resource google_spanner_database and directly returned error from backend (#17621)

v5.21.0

FEATURES:

  • New Data Source: google_apphub_discovered_service (#17548)
  • New Data Source: google_apphub_discovered_workload (#17553)
  • New Data Source: google_cloud_quotas_quota_info (#17564)
  • New Resource: google_apphub_workload (#17561)
  • New Resource: google_firebase_app_check_device_check_config (#17517)
  • New Resource: google_iap_tunnel_dest_group (#17533)
  • New Resource: google_kms_ekm_connection (#17512)
  • New Resource: google_apphub_application (#17499)
  • New Resource: google_apphub_service (#17562)
  • New Resource: google_apphub_service_project_attachment (#17536)
  • New Resource: google_network_security_firewall_endpoint_association (#17540)

IMPROVEMENTS:

  • cloudrunv2: added support for scaling.min_instance_count in google_cloud_run_v2_service. (#17501)
  • compute: added metric.single_instance_assignment and metric.filter to google_compute_region_autoscaler (#17519)
  • container: added queued_provisioning to google_container_node_pool (#17549)
  • gkeonprem: allowed vcenter_network to be set in google_gkeonprem_vmware_cluster, previously it was output-only (#17505)
  • workstations: added support for ephemeral_directories in google_workstations_workstation_config (#17515)

BUG FIXES:

  • compute: allowed sending empty values for SERVERLESS in google_compute_region_network_endpoint_group resource (#17500)

... (truncated)

Changelog

Sourced from hashicorp/google'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) (#17630)

FEATURES:

  • New Data Source: google_cloud_quotas_quota_info (#17564)
  • New Data Source: google_cloud_quotas_quota_infos (#17617)
  • New Resource: google_access_context_manager_service_perimeter_dry_run_resource (#17614)

IMPROVEMENTS:

  • accesscontextmanager: supported managing service perimeter dry run resources outside the perimeter via new resource google_access_context_manager_service_perimeter_dry_run_resource (#17614)
  • cloudrunv2: added plan-time validation to restrict number of ports to 1 in google_cloud_run_v2_service (#17594)
  • composer: added field count to validate number of DAG processors in google_composer_environment (#17625)
  • compute: added enumeration value SEV_LIVE_MIGRATABLE_V2 for the guest_os_features of google_compute_disk (#17629)
  • compute: added status.all_instances_config.revision field to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#17595)
  • compute: added field path_template_match to resource google_compute_region_url_map (#17571)
  • compute: added field path_template_rewrite to resource google_compute_region_url_map (#17571)
  • pubsub: added ingestion_data_source_settings field to google_pubsub_topic resource (#17604)
  • storage: added 'soft_delete_policy' to 'google_storage_bucket' resource (#17624)

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. (#17596)
  • 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. (#17585)
  • spanner: removed validation function for the field version_retention_period in the resource google_spanner_database and directly returned error from backend (#17621)

5.21.0 (Mar 18, 2024)

FEATURES:

  • New Data Source: google_apphub_discovered_service (#17548)
  • New Data Source: google_apphub_discovered_workload (#17553)
  • New Data Source: google_cloud_quotas_quota_info (#17564)
  • New Resource: google_apphub_workload (#17561)
  • New Resource: google_firebase_app_check_device_check_config (#17517)
  • New Resource: google_iap_tunnel_dest_group (#17533)
  • New Resource: google_kms_ekm_connection (#17512)
  • New Resource: google_apphub_application (#17499)
  • New Resource: google_apphub_service (#17562)
  • New Resource: google_apphub_service_project_attachment (#17536)
  • New Resource: google_network_security_firewall_endpoint_association (#17540)

IMPROVEMENTS:

  • cloudrunv2: added support for scaling.min_instance_count in google_cloud_run_v2_service. (#17501)
  • compute: added metric.single_instance_assignment and metric.filter to google_compute_region_autoscaler (#17519)
  • container: added queued_provisioning to google_container_node_pool (#17549)
  • gkeonprem: allowed vcenter_network to be set in google_gkeonprem_vmware_cluster, previously it was output-only (#17505)
  • workstations: added support for ephemeral_directories in google_workstations_workstation_config (#17515)

BUG FIXES:

  • compute: allowed sending empty values for SERVERLESS in google_compute_region_network_endpoint_group resource (#17500)

... (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](https://github.com/hashicorp/terraform-provider-google) from 5.18.0 to 5.22.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google@v5.18.0...v5.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Mar 30, 2024
@commjoen commjoen changed the base branch from master to dependabot/terraform/aws/hashicorp/aws-5.43.0 March 31, 2024 05:53
@commjoen commjoen merged commit 9f51d06 into dependabot/terraform/aws/hashicorp/aws-5.43.0 Mar 31, 2024
13 of 15 checks passed
@commjoen commjoen deleted the dependabot/terraform/gcp/hashicorp/google-5.22.0 branch March 31, 2024 05:53
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