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 4.79.0 in /terraform #109

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2023

Bumps hashicorp/google from 4.77.0 to 4.79.0.

Release notes

Sourced from hashicorp/google's releases.

v4.79.0

FEATURES:

  • New Resource: google_backup_dr_management_server (#15479)
  • New Resource: google_compute_region_security_policy_rule (#15523)

IMPROVEMENTS:

  • cloudbuild: added git_file_source.bitbucket_server_config and source_to_build.bitbucket_server_config fields to google_cloudbuild_trigger resource (#15475)
  • cloudrunv2: added the following output only fields to google_cloud_run_v2_job and google_cloud_run_v2_service resources: create_time, update_time, delete_time, expire_time, creator and last_modifier (#15502)
  • composer: added config.private_environment_config.connection_type field to google_composer_environment resource (#15460)
  • compute: added disk.provisioned_iops field to google_compute_instance_template and google_compute_region_instance_template resources (#15506)
  • compute: added user_defined_fields field to google_compute_region_security_policy resource (#15523)
  • databasemigrationservice: added edition field to google_database_migration_service_connection_profile resource (#15510)
  • dns: allowed globalL7ilb value for the routing_policy.load_balancer_type field in google_dns_record_set resource (#15521)
  • healthcare: added default_search_handling_strict field to google_healthcare_fhir_store resource (#15514)
  • metastore: added scaling_config field to google_dataproc_metastore_service resource (#15476)
  • secretmanager: added version_aliases field to google_secret_manager_secret resource (#15483)

BUG FIXES:

  • alloydb: fixed a permadiff on google_alloydb_cluster when backup_window, enabled or location fields are unset (#15444)
  • containeraws: fixed permadiffs on google_container_aws_cluster and google_container_aws_node_pool resources (#15491)
  • dataplex: fixed a bug when importing google_dataplex_datascan after running a job (#15468)
  • dns: changed private_visibility_config.networks from required to requiring at least one of private_visibility_config.networks or private_visibility_config.gke_clusters in google_dns_managed_zone resource (#15443)

v4.78.0

FEATURES:

  • New Resource: google_billing_project_info (#15400)
  • New Resource: google_network_connectivity_service_connection_policy (#15381)

IMPROVEMENTS:

  • alloydb: added continuous_backup_config and continuous_backup_info fields to cluster resource (#15370)
  • bigquery: added external_data_configuration.file_set_spec_type to google_bigquery_table (#15402)
  • bigquery: added max_staleness to google_bigquery_table (#15395)
  • billingbudget: added resource_ancestors field to google_billing_budget resource (#15393)
  • cloudfunctions2: added support for GCF Gen2 CMEK (#15385)
  • cloudidentity: added field type to google_cloud_identity_group_memberships (#15398)
  • compute: added subnetwork field to the resource google_compute_global_forwarding_rule (#15424)
  • compute: added support for INTERNAL_MANAGED to the field load_balancing_scheme in the resource google_compute_backend_service (#15424)
  • compute: added support for INTERNAL_MANAGED to the field load_balancing_scheme in the resource google_compute_global_forwarding_rule (#15424)
  • compute: added support for ip_version to google_compute_forwarding_rule (#15388)
  • container: marked master_ipv4_cidr_block as not required when private_endpoint_subnetwork is provided for google_container_cluster (#15422)
  • container: added support for advanced_datapath_observability_config to google_container_cluster (#15425)
  • eventarc: added field event_data_content_type to google_eventarc_trigger (#15433)
  • healthcare: added send_previous_resource_on_delete field to notification_configs of google_healthcare_fhir_store (#15380)
  • pubsub: added cloud_storage_config field to google_pubsub_subscription resource (#15420)
  • secretmanager: added annotations field to google_secret_manager_secret resource (#15392)

BUG FIXES:

  • certificatemanager: added recreation behavior to the google_certificate_manager_certificate resource when its location changes (#15432)
  • cloudfunctions2: fixed creation failure state inconsistency in google_cloudfunctions2_function (#15418)
  • monitoring: updated evaluation_interval on condition_prometheus_query_language to be optional (#15429)
Changelog

Sourced from hashicorp/google's changelog.

4.79.0 (August 21, 2023)

FEATURES:

  • New Resource: google_backup_dr_management_server (#15479)
  • New Resource: google_compute_region_security_policy_rule (#15523)

IMPROVEMENTS:

  • cloudbuild: added git_file_source.bitbucket_server_config and source_to_build.bitbucket_server_config fields to google_cloudbuild_trigger resource (#15475)
  • cloudrunv2: added the following output only fields to google_cloud_run_v2_job and google_cloud_run_v2_service resources: create_time, update_time, delete_time, expire_time, creator and last_modifier (#15502)
  • composer: added config.private_environment_config.connection_type field to google_composer_environment resource (#15460)
  • compute: added disk.provisioned_iops field to google_compute_instance_template and google_compute_region_instance_template resources (#15506)
  • compute: added user_defined_fields field to google_compute_region_security_policy resource (#15523)
  • databasemigrationservice: added edition field to google_database_migration_service_connection_profile resource (#15510)
  • dns: allowed globalL7ilb value for the routing_policy.load_balancer_type field in google_dns_record_set resource (#15521)
  • healthcare: added default_search_handling_strict field to google_healthcare_fhir_store resource (#15514)
  • metastore: added scaling_config field to google_dataproc_metastore_service resource (#15476)
  • secretmanager: added version_aliases field to google_secret_manager_secret resource (#15483)

BUG FIXES:

  • alloydb: fixed a permadiff on google_alloydb_cluster when backup_window, enabled or location fields are unset (#15444)
  • containeraws: fixed permadiffs on google_container_aws_cluster and google_container_aws_node_pool resources (#15491)
  • dataplex: fixed a bug when importing google_dataplex_datascan after running a job (#15468)
  • dns: changed private_visibility_config.networks from required to requiring at least one of private_visibility_config.networks or private_visibility_config.gke_clusters in google_dns_managed_zone resource (#15443)

4.78.0 (August 15, 2023)

FEATURES:

  • New Resource: google_billing_project_info (#15400)
  • New Resource: google_network_connectivity_service_connection_policy (#15381)

IMPROVEMENTS:

  • alloydb: added continuous_backup_config and continuous_backup_info fields to cluster resource (#15370)
  • bigquery: added external_data_configuration.file_set_spec_type to google_bigquery_table (#15402)
  • bigquery: added max_staleness to google_bigquery_table (#15395)
  • billingbudget: added resource_ancestors field to google_billing_budget resource (#15393)
  • cloudfunctions2: added support for GCF Gen2 CMEK (#15385)
  • cloudidentity: added field type to google_cloud_identity_group_memberships (#15398)
  • compute: added subnetwork field to the resource google_compute_global_forwarding_rule (#15424)
  • compute: added support for INTERNAL_MANAGED to the field load_balancing_scheme in the resource google_compute_backend_service (#15424)
  • compute: added support for INTERNAL_MANAGED to the field load_balancing_scheme in the resource google_compute_global_forwarding_rule (#15424)
  • compute: added support for ip_version to google_compute_forwarding_rule (#15388)
  • container: marked master_ipv4_cidr_block as not required when private_endpoint_subnetwork is provided for google_container_cluster (#15422)
  • container: added support for advanced_datapath_observability_config to google_container_cluster (#15425)
  • eventarc: added field event_data_content_type to google_eventarc_trigger (#15433)
  • healthcare: added send_previous_resource_on_delete field to notification_configs of google_healthcare_fhir_store (#15380)
  • pubsub: added cloud_storage_config field to google_pubsub_subscription resource (#15420)
  • secretmanager: added annotations field to google_secret_manager_secret resource (#15392)

BUG FIXES:

  • certificatemanager: added recreation behavior to the google_certificate_manager_certificate resource when its location changes (#15432)

... (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 4.79.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...v4.79.0)

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

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

dependabot bot commented on behalf of github Aug 29, 2023

Superseded by #110.

@dependabot dependabot bot closed this Aug 29, 2023
@dependabot dependabot bot deleted the dependabot/terraform/terraform/hashicorp/google-4.79.0 branch August 29, 2023 16:20
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