Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Bump hashicorp/google from 4.5.0 to 4.46.0 in /tf #189

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2022

Bumps hashicorp/google from 4.5.0 to 4.46.0.

Release notes

Sourced from hashicorp/google's releases.

v4.46.0

FEATURES:

  • New Data Source: google_firebase_android_app (#13186)
  • New Resource: google_cloud_run_v2_job (#13154)
  • New Resource: google_cloud_run_v2_service (#13166)
  • New Resource: google_gke_backup_backup_plan (beta) (#13176)
  • New Resource: google_firebase_storage_bucket (#13183)

IMPROVEMENTS:

  • network_services: added origin_override_action and origin_redirect to google_network_services_edge_cache_origin (#13153)
  • bigquerydatatransfer: recreate google_bigquery_data_transfer_config for Cloud Storage transfers when immutable params data_path_template and destination_table_name_template are changed (#13137)
  • compute: Added fields to resource google_compute_security_policy to support Cloud Armor bot management (#13159)
  • container: Added support for concurrent node pool mutations on a cluster. Previously, node pool mutations were restricted to run synchronously clientside. NOTE: While this feature is supported in Terraform from this release onwards, only a limited number of GCP projects will support this behavior initially. The provider will automatically process mutations concurrently as the feature rolls out generally. (#13173)
  • container: promoted managed_prometheus field in google_container_cluster to GA (#13150)
  • metastore: added general field network_config to google_dataproc_metastore_service (#13184)
  • storage: added support for autoclass in google_storage_bucket resource (#13185)

BUG FIXES:

  • alloydb: made machine_config.cpu_count updatable on google_alloydb_instance (#13144)
  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#13188)
  • container: fixed GKE permadiff/thrashing when update_settings. max_surge or update_settings. max_unavailable values are updating on google_container_node_pool (#13171)
  • datastream: fixed google_datastream_private_connection ignoring failures during creation (#13160)
  • kms: fixed issues with deleting crypto key versions in states other than ENABLED (#13167)

v4.45.0

FEATURES:

  • New Data Source: google_logging_project_cmek_settings (#13078)
  • New Resource: google_vertex_ai_tensorboard (#13065)
  • New Resource: google_data_fusion_instance_iam_binding (#13134)
  • New Resource: google_data_fusion_instance_iam_member (#13134)
  • New Resource: google_data_fusion_instance_iam_policy (#13134)
  • New Resource: google_eventarc_google_channel_config (#13080)
  • New Resource: google_vertex_ai_index (#13132)

IMPROVEMENTS:

  • bigquerydatatransfer: forced recreation on google_bigquery_data_transfer_config for Cloud Storage transfers when immutable params data_path_template and destination_table_name_template are changed (#13137)
  • bigtable: added support for abandoning GC policy (#13066)
  • cloudsql: added connector_enforcement field to google_sql_database_instance resource (#13059)
  • compute: added default_route_action.cors_policy field to google_compute_region_url_map resource (#13063)
  • compute: added default_route_action.fault_injection_policy field to google_compute_region_url_map resource (#13063)
  • compute: added default_route_action.timeout field to google_compute_region_url_map resource (#13063)
  • compute: added default_route_action.url_rewrite field to google_compute_region_url_map resource (#13063)
  • compute: added include_http_headers field to the cdn_policy field of google_compute_backend_service resource (#13093)
  • compute: added field list_managed_instances_results to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#13079)
  • compute: added subnetwork and private_ip_address arguments to resource_compute_router_interface (#13105)
  • container: added resource_labels field to node_config resource (#13104)
  • container: added field enable_private_nodes in network_config to google_container_node_pool (#13128)
  • container: added field gcp_public_cidrs_access_enabled and private_endpoint_subnetwork to google_container_cluster (#13128)
  • container: added update support for enable_private_endpoint and enable_private_nodes in google_container_cluster (#13128)
  • container: promoted network_config in google_container_node_pool to GA. (#13128)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

4.46.0 (December 12, 2022)

FEATURES:

  • New Data Source: google_firebase_android_app (#13186)
  • New Resource: google_cloud_run_v2_job (#13154)
  • New Resource: google_cloud_run_v2_service (#13166)
  • New Resource: google_gke_backup_backup_plan (beta) (#13176)
  • New Resource: google_firebase_storage_bucket (#13183)

IMPROVEMENTS:

  • network_services: added origin_override_action and origin_redirect to google_network_services_edge_cache_origin (#13153)
  • bigquerydatatransfer: recreate google_bigquery_data_transfer_config for Cloud Storage transfers when immutable params data_path_template and destination_table_name_template are changed (#13137)
  • compute: Added fields to resource google_compute_security_policy to support Cloud Armor bot management (#13159)
  • container: Added support for concurrent node pool mutations on a cluster. Previously, node pool mutations were restricted to run synchronously clientside. NOTE: While this feature is supported in Terraform from this release onwards, only a limited number of GCP projects will support this behavior initially. The provider will automatically process mutations concurrently as the feature rolls out generally. (#13173)
  • container: promoted managed_prometheus field in google_container_cluster to GA (#13150)
  • metastore: added general field network_config to google_dataproc_metastore_service (#13184)
  • storage: added support for autoclass in google_storage_bucket resource (#13185)

BUG FIXES:

  • alloydb: made machine_config.cpu_count updatable on google_alloydb_instance (#13144)
  • composer: fixed a crash when updating ip_allocation_policy of google_composer_environment (#13188)
  • container: fixed GKE permadiff/thrashing when update_settings. max_surge or update_settings. max_unavailable values are updating on google_container_node_pool (#13171)
  • datastream: fixed google_datastream_private_connection ignoring failures during creation (#13160)
  • kms: fixed issues with deleting crypto key versions in states other than ENABLED (#13167)

4.45.0 (December 5, 2022)

FEATURES:

  • New Data Source: google_logging_project_cmek_settings (#13078)
  • New Resource: google_vertex_ai_tensorboard (#13065)
  • New Resource: google_data_fusion_instance_iam_binding (#13134)
  • New Resource: google_data_fusion_instance_iam_member (#13134)
  • New Resource: google_data_fusion_instance_iam_policy (#13134)
  • New Resource: google_eventarc_google_channel_config (#13080)
  • New Resource: google_vertex_ai_index (#13132)

IMPROVEMENTS:

  • bigquerydatatransfer: forced recreation on google_bigquery_data_transfer_config for Cloud Storage transfers when immutable params data_path_template and destination_table_name_template are changed (#13137)
  • bigtable: added support for abandoning GC policy (#13066)
  • cloudsql: added connector_enforcement field to google_sql_database_instance resource (#13059)
  • compute: added default_route_action.cors_policy field to google_compute_region_url_map resource (#13063)
  • compute: added default_route_action.fault_injection_policy field to google_compute_region_url_map resource (#13063)
  • compute: added default_route_action.timeout field to google_compute_region_url_map resource (#13063)
  • compute: added default_route_action.url_rewrite field to google_compute_region_url_map resource (#13063)
  • compute: added include_http_headers field to the cdn_policy field of google_compute_backend_service resource (#13093)
  • compute: added field list_managed_instances_results to google_compute_instance_group_manager and google_compute_region_instance_group_manager (#13079)
  • compute: added subnetwork and private_ip_address arguments to resource_compute_router_interface (#13105)
  • container: added resource_labels field to node_config resource (#13104)
  • container: added field enable_private_nodes in network_config to google_container_node_pool (#13128)
  • container: added field gcp_public_cidrs_access_enabled and private_endpoint_subnetwork to google_container_cluster (#13128)

... (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 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 4.5.0 to 4.46.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.5.0...v4.46.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 Dec 13, 2022
# for free to subscribe to this conversation on GitHub. Already have an account? #.
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