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 4.77.0 to 5.2.0 in /terraform #118

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps hashicorp/google from 4.77.0 to 5.2.0.

Release notes

Sourced from hashicorp/google's releases.

v5.2.0

FEATURES:

  • New Data Source: google_secret_manager_secrets (#16182)
  • New Resource: google_alloydb_user (#16141)
  • New Resource: google_firestore_backup_schedule (#16186)
  • New Resource: google_redis_cluster (#16203)

IMPROVEMENTS:

  • alloydb: added cluster_type and secondary_config fields to support secondary clusters in google_alloydb_cluster resource. (#16197)
  • compute: added recreate_closed_psc flag to support recreating the PSC Consumer forwarding rule if the psc_connection_status is closed on google_compute_forwarding_rule. (#16188)
  • compute: added INTERNET_IP_PORT, INTERNET_FQDN_PORT, SERVERLESS, and PRIVATE_SERVICE_CONNECT as acceptable values for the network_endpoint_type field for the resource_compute_network_endpoint_group resource (#16194)
  • compute: added SEV_LIVE_MIGRATABLE_V2 to guest_os_features enum on google_compute_image resource. (#16187)
  • compute: added allow_subnet_cidr_routes_overlap field to google_compute_subnetwork resource (#16116)
  • compute: promoted labels, effective_labels, terraform_labels, and label_fingerprint fields in google_compute_address to GA (#16120)
  • compute: promoted internal_ip and external_ip fields in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager to GA (#16140)
  • compute: promoted internal_ip and external_ip fields in resources google_compute_per_instance_config and google_compute_region_per_instance_config to GA (#16140)
  • iamworkforcepool: promoted field oidc.jwks_json in resource google_iam_workforce_pool to GA (#16199)

BUG FIXES:

  • alloydb: added client_connection_config field to google_alloydb_instance resource (#16202)
  • bigquery: removed mutual exclusivity checks for view, materialized_view, and schema for the google_bigquery_table resource (#16193)
  • compute: added certificate_manager_certificates field to google_compute_target_https_proxy resource (#16179)
  • compute: fixed an issue where external google_compute_global_address can't be created when network_tier in google_compute_project_default_network_tier is set to STANDARD (#16144)
  • compute: fixed a false permadiff on ip_address when it is set to ipv6 on google_compute_forwarding_rule (#16115)
  • provider: fixed a bug where an update request was sent to services when updateMask is empty (#16111)

v5.1.0

FEATURES:

  • New Resource: google_database_migration_service_private_connection (#16104)
  • New Resource: google_edgecontainer_cluster (#16055)
  • New Resource: google_edgecontainer_node_pool (#16055)
  • New Resource: google_edgecontainer_vpn_connection (#16055)
  • New Resource: google_firebase_hosting_custom_domain (#16062)
  • New Resource: google_gke_hub_fleet (#16072)

IMPROVEMENTS:

  • compute: added device_name field to scratch_disk block of google_compute_instance resource (#16049)
  • container: added node_config.linux_node_config.cgroup_mode field to google_container_node_pool (#16103)
  • databasemigrationservice: added support for oracle profiles to google_database_migration_service_connection_profile (#16087)
  • firestore: added api_scope field to google_firestore_index resource (#16085)
  • gkehub: added location field to google_gke_hub_membership_iam_* resources (#16105)
  • gkehub: added location field to google_gke_hub_membership resource (#16105)
  • gkeonprem: added update-in-place support for vcenter fields in google_gkeonprem_vmware_cluster (#16073)
  • identityplatform: added sms_region_config to the resource google_identity_platform_config (#16044)

BUG FIXES:

  • dns: fixed record set configuration parsing in google_dns_record_set (#16042)
  • provider: fixed an issue where the plugin-framework implementation of the provider handled default region values that were self-links differently to the SDK implementation. This issue is not believed to have affected users because of downstream functions that turn self links into region names. (#16100)
  • provider: fixed a bug that caused update requests to be sent for resources with a terraform_labels field even if no fields were updated (#16111)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

5.2.0 (Oct 16, 2023)

FEATURES:

  • New Data Source: google_secret_manager_secrets (#16182)
  • New Resource: google_alloydb_user (#16141)
  • New Resource: google_firestore_backup_schedule (#16186)
  • New Resource: google_redis_cluster (#16203)

IMPROVEMENTS:

  • alloydb: added cluster_type and secondary_config fields to support secondary clusters in google_alloydb_cluster resource. (#16197)
  • compute: added recreate_closed_psc flag to support recreating the PSC Consumer forwarding rule if the psc_connection_status is closed on google_compute_forwarding_rule. (#16188)
  • compute: added INTERNET_IP_PORT, INTERNET_FQDN_PORT, SERVERLESS, and PRIVATE_SERVICE_CONNECT as acceptable values for the network_endpoint_type field for the resource_compute_network_endpoint_group resource (#16194)
  • compute: added SEV_LIVE_MIGRATABLE_V2 to guest_os_features enum on google_compute_image resource. (#16187)
  • compute: added allow_subnet_cidr_routes_overlap field to google_compute_subnetwork resource (#16116)
  • compute: promoted labels, effective_labels, terraform_labels, and label_fingerprint fields in google_compute_address to GA (#16120)
  • compute: promoted internal_ip and external_ip fields in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager to GA (#16140)
  • compute: promoted internal_ip and external_ip fields in resources google_compute_per_instance_config and google_compute_region_per_instance_config to GA (#16140)
  • iamworkforcepool: promoted field oidc.jwks_json in resource google_iam_workforce_pool to GA (#16199)

BUG FIXES:

  • alloydb: added client_connection_config field to google_alloydb_instance resource (#16202)
  • bigquery: removed mutual exclusivity checks for view, materialized_view, and schema for the google_bigquery_table resource (#16193)
  • compute: added certificate_manager_certificates field to google_compute_target_https_proxy resource (#16179)
  • compute: fixed an issue where external google_compute_global_address can't be created when network_tier in google_compute_project_default_network_tier is set to STANDARD (#16144)
  • compute: fixed a false permadiff on ip_address when it is set to ipv6 on google_compute_forwarding_rule (#16115)
  • provider: fixed a bug where an update request was sent to services when updateMask is empty (#16111)

5.1.0 (Oct 9, 2023)

FEATURES:

  • New Resource: google_database_migration_service_private_connection (#16104)
  • New Resource: google_edgecontainer_cluster (#16055)
  • New Resource: google_edgecontainer_node_pool (#16055)
  • New Resource: google_edgecontainer_vpn_connection (#16055)
  • New Resource: google_firebase_hosting_custom_domain (#16062)
  • New Resource: google_gke_hub_fleet (#16072)

IMPROVEMENTS:

  • compute: added device_name field to scratch_disk block of google_compute_instance resource (#16049)
  • container: added node_config.linux_node_config.cgroup_mode field to google_container_node_pool (#16103)
  • databasemigrationservice: added support for oracle profiles to google_database_migration_service_connection_profile (#16087)
  • firestore: added api_scope field to google_firestore_index resource (#16085)
  • gkehub: added location field to google_gke_hub_membership_iam_* resources (#16105)
  • gkehub: added location field to google_gke_hub_membership resource (#16105)
  • gkeonprem: added update-in-place support for vcenter fields in google_gkeonprem_vmware_cluster (#16073)
  • identityplatform: added sms_region_config to the resource google_identity_platform_config (#16044)

BUG FIXES:

  • dns: fixed record set configuration parsing in google_dns_record_set (#16042)
  • provider: fixed an issue where the plugin-framework implementation of the provider handled default region values that were self-links differently to the SDK implementation. This issue is not believed to have affected users because of downstream functions that turn self links into region names. (#16100)

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

This change is Reviewable

Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 4.77.0 to 5.2.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@v4.77.0...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from fredflev as a code owner October 17, 2023 16:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 17, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #119.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/terraform/terraform/hashicorp/google-5.2.0 branch October 23, 2023 16:08
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.

0 participants