delineateio / oss-template

Template for OSS repos with a standard boilerplate
MIT License
0 stars 1 forks source link

Bump hashicorp/google from 5.1.0 to 5.6.0 in /ops/cloud/component #113

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 12 months ago

Bumps hashicorp/google from 5.1.0 to 5.6.0.

Release notes

Sourced from hashicorp/google's releases.

v5.6.0

FEATURES:

  • New Resource: google_integration_connectors_connection (#16468)

IMPROVEMENTS:

  • assuredworkloads: added enable_sovereign_controls, partner, partner_permissions, violation_notifications_enabled, and several other output-only fields to google_assured_workloads_workloads (#16433)
  • composer: added storage_config to google_composer_environment (#16455)
  • container: added fleet field to google_container_cluster resource (#16466)
  • containeraws: added admin_groups to google_container_aws_cluster (#16433)
  • containerazure: added admin_groups to google_container_azure_cluster (#16433)
  • dataproc: added support for instance_flexibility_policy in google_dataproc_cluster (#16417)
  • dialogflowcx: added is_default_start_flow field to google_dialogflow_cx_flow resource to allow management of default flow resources via Terraform (#16441)
  • dialogflowcx: added is_default_welcome_intent and is_default_negative_intent fields to google_dialogflow_cx_intent resource to allow management of default intent resources via Terraform (#16441)
  • gkehub: added fleet_default_member_config field to google_gke_hub_feature resource (#16457)
  • gkehub: added metrics_gcp_service_account_email to google_gke_hub_feature_membership (#16433)
  • logging: added index_configs field to logging_bucket_config resource (#16437)
  • logging: added index_configs field to logging_project_bucket_config resource (#16437)
  • monitoring: added pings_count, user_labels, and custom_content_type fields to google_monitoring_uptime_check_config resource (#16420)
  • spanner: added autoscaling_config field to google_spanner_instance (#16473)
  • sql: added ssl_mode field to google_sql_database_instance resource (#16394)
  • vertexai: added private_service_connect_config to google_vertex_ai_index_endpoint (#16471)
  • workstations: added domain_config field to resource google_workstations_workstation_cluster (beta) (#16464)

BUG FIXES:

  • assuredworkloads: made the violation_notifications_enabled field on the google_assured_workloads_workload resource default to values returned from the API when unset in a users configuration (#16465)
  • provider: made terraform_labels immutable in immutable resources to not block the upgrade. This will create a Terraform plan that recreates the resource on 4.X -> 5.6.0 upgrade for affected resources. A mitigation to backfill the values during the upgrade is planned, and will release resource-by-resource. (#16469)

v5.5.0

FEATURES:

  • New Data Source: google_bigquery_dataset (#16368)

IMPROVEMENTS:

  • alloydb: added SECONDARY as an option for instance_type field in google_alloydb_instance resource, to support creation of secondary instance inside a secondary cluster. (#16398)
  • alloydb: added deletion_policy field to google_alloydb_cluster resource, to allow force-destroying instances along with their cluster. This is necessary to delete secondary instances, which cannot be deleted otherwise. (#16398)
  • alloydb: added support to promote google_alloydb_cluster resources from secondary to primary (#16413)
  • alloydb: increased default timeout on google_alloydb_instance to 120m from 40m (#16398)
  • dataproc: added instance_flexibility_policy field ro google_dataproc_cluster resource (#16417)
  • monitoring: added subject field to google_monitoring_alert_policy resource (#16414)
  • storage: added enable_object_retention field to google_storage_bucket resource (#16412)
  • storage: added retention field to google_storage_bucket_object resource (#16412)

BUG FIXES:

  • firestore: fixed an issue with creation of multiple google_firestore_field resources (#16372)

v5.4.0

DEPRECATIONS:

  • bigquery: deprecated cloud_spanner.use_serverless_analytics on google_bigquery_connection. Use cloud_spanner.use_data_boost instead. (#16310)

NOTES:

  • provider: added universe_domain attribute as a provider attribute (#16323)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

5.6.0 (Unreleased)

5.5.0 (Nov 06, 2023)

FEATURES:

  • New Data Source: google_bigquery_dataset (#16368)

IMPROVEMENTS:

  • alloydb: added SECONDARY as an option for instance_type field in google_alloydb_instance resource, to support creation of secondary instance inside a secondary cluster. (#16398)
  • alloydb: added deletion_policy field to google_alloydb_cluster resource, to allow force-destroying instances along with their cluster. This is necessary to delete secondary instances, which cannot be deleted otherwise. (#16398)
  • alloydb: added support to promote google_alloydb_cluster resources from secondary to primary (#16413)
  • alloydb: increased default timeout on google_alloydb_instance to 120m from 40m (#16398)
  • dataproc: added instance_flexibility_policy field ro google_dataproc_cluster resource (#16417)
  • monitoring: added subject field to google_monitoring_alert_policy resource (#16414)
  • storage: added enable_object_retention field to google_storage_bucket resource (#16412)
  • storage: added retention field to google_storage_bucket_object resource (#16412)

BUG FIXES:

  • firestore: fixed an issue with creation of multiple google_firestore_field resources (#16372)

5.4.0 (Oct 30, 2023)

DEPRECATIONS:

  • bigquery: deprecated cloud_spanner.use_serverless_analytics on google_bigquery_connection. Use cloud_spanner.use_data_boost instead. (#16310)

NOTES:

  • provider: added universe_domain attribute as a provider attribute (#16323)

BREAKING CHANGES:

  • cloudrunv2: marked location field as required in resource google_cloud_run_v2_job. Any configuration without location specified will cause resource creation fail (#16311)
  • cloudrunv2: marked location field as required in resource google_cloud_run_v2_service. Any configuration without location specified will cause resource creation fail (#16311)

FEATURES:

  • New Data Source: google_cloud_identity_group_lookup (#16296)
  • New Resource: google_network_connectivity_policy_based_route (#16326)
  • New Resource: google_pubsub_schema_iam_* (#16301)

IMPROVEMENTS:

  • accesscontextmanager: added support for specifying vpc_network_sources to google_access_context_manager_access_levels, google_access_context_manager_access_level, and google_access_context_manager_access_level_condition (#16327)
  • apigee: added support for type in google_apigee_environment (#16349)
  • bigquery: added cloud_spanner.database_role, cloud_spanner.use_data_boost, and cloud_spanner.max_parallelism fields to google_bigquery_connection (#16310)
  • bigquery: added support for iam_member to google_bigquery_dataset.access (#16322)
  • container: promoted field identity_service_config in google_container_cluster to GA (#16305)
  • container: added update support for google_container_node_pool.node_config.taint (#16306)
  • containerattached: added admin_groups field to google_container_attached_cluster resource (#16307)
  • dialogflowcx: added advanced_settings field to google_dialogflow_cx_flow resource (#16315)
  • dialogflowcx: added advanced_settings fields to google_dialogflow_cx_page resource (#16315)
  • dialogflowcx: added advanced_settings, text_to_speech_settings, git_integration_settings fields to google_dialogflow_cx_agent resource (#16315)

BUG FIXES:

... (truncated)

Commits
  • a31e2be ga-release-5.6.0 notes (#16491)
  • 080d049 Revert "Add client config and permissions to google_identity_platform_config"...
  • bbbc925 fix: do not store the ssl_mode field locally if it has never been used. (#942...
  • 44ecb78 feat(spanner): add instance autoscaling attributes to spanner instance resour...
  • 478fda5 Adding support for new Instance Settings resource and a test into a beta prov...
  • 83063a6 feat(vertexai): Make it possible to use Private Service Connect in Vertex AI ...
  • 2f25eb8 Make terraform_labels field immutable for immutable resources (#9394) (#16469)
  • 524e017 Add connection resource of Integration Connectors. (#9328) (#16468)
  • 5d71478 Add client config and permissions to google_identity_platform_config (#9417) ...
  • 52408de Add fleet field to google_container_cluster resource (#9385) (#16466)
  • 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 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)
infracost[bot] commented 12 months ago

Infracost report

💰 Monthly cost will not change

This comment will be updated when code changes.

dependabot[bot] commented 11 months ago

Superseded by #115.