relaycorp / cloud-gateway

Infrastructure as Code and configuration for all Awala-Internet Gateways run by Relaycorp
MIT License
0 stars 1 forks source link

Bump hashicorp/google from 5.12.0 to 5.19.0 in /tf-workspace #124

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps hashicorp/google from 5.12.0 to 5.19.0.

Release notes

Sourced from hashicorp/google's releases.

v5.19.0

FEATURES:

  • New Resource: google_clouddeploy_automation(#17427)
  • New Resource: google_clouddeploy_target_iam_* (#17368)

IMPROVEMENTS:

  • bigquery: added remote_function_options field to google_bigquery_routine resource (#17382)
  • certificatemanager: added location field to google_certificate_manager_dns_authorization resource (#17358)
  • composer: added validations for composer 2/3 only fields in google_composer_environment (#17361)
  • compute: added certificate_manager_certificates field to google_compute_region_target_https_proxy resource (#17365)
  • compute: promoted all_instances_config field in resources google_compute_instance_group_manager and google_compute_region_instance_group_manager to GA (#17414)
  • container: promoted enable_confidential_storage from node_config in google_container_cluster and google_container_node_pool to GA (#17367)
  • gkehub2: added namespace_labels field to google_gke_hub_scope resource (#17421)

BUG FIXES:

  • resourcemanager: added a retry to deleting the default network when auto_create_network is false in google_project (#17419)

v5.18.0

BREAKING CHANGES:

  • securityposture: marked policy_sets and policy_sets.policies required in google_securityposture_posture. API validation already enforced this, so no resources could be provisioned without these (#17303)

FEATURES:

  • New Data Source: google_compute_forwarding_rules (#17342)
  • New Resource: google_firebase_app_check_app_attest_config (#17279)
  • New Resource: google_firebase_app_check_play_integrity_config (#17279)
  • New Resource: google_firebase_app_check_recaptcha_enterprise_config (#17327)
  • New Resource: google_firebase_app_check_recaptcha_v3_config (#17327)
  • New Resource: google_migration_center_preference_set (#17291)
  • New Resource: google_netapp_volume_replication (#17348)

IMPROVEMENTS:

  • cloudfunctions: added output-only version_id field on google_cloudfunctions_function (#17273)
  • composer: supported patch versions of airflow on google_composer_environment (#17345)
  • compute: supported updating network_interface.stack_type field on google_compute_instance resource. (#17295)
  • container: added node_config.resource_manager_tags field to google_container_cluster resource (#17346)
  • container: added node_config.resource_manager_tags field to google_container_node_pool resource (#17346)
  • container: added output-only fields membership_id and membership_location under fleet in google_container_cluster resource (#17305)
  • looker: added custom_domain field to google_looker_instance resource (#17301)
  • netapp: added field restore_parameters and output-only fields state, state_details and create_time to google_netapp_volume resource (#17293)
  • workbench: added container_image field to google_workbench_instance resource (#17326)
  • workbench: added shielded_instance_config field to google_workbench_instance resource (#17306)

BUG FIXES:

  • bigquery: allowed users to set permissions for principal/principalSets (iamMember) in google_bigquery_dataset_iam_member. (#17292)
  • cloudfunctions2: fixed an issue where not specifying event_config.trigger_region in google_cloudfunctions2_function resulted in a permanent diff. The field now pulls a default value from the API when unset. (#17328)
  • compute: fixed issue where changes only in stateful_(internal|external)_ip would not trigger an update for google_compute_(region_)instance_group_manager (#17297)
  • compute: fixed perma-diff on min_ports_per_vm in google_compute_router_nat when the field is unset by making the field default to the API-set value (#17337)
  • dataflow: fixed crash in google_dataflox_job to return an error instead if a job's Environment field is nil when reading job information (#17344)
  • notebooks: changed tag field to default to the API's value if not specified in google_notebooks_instance (#17323)

... (truncated)

Changelog

Sourced from hashicorp/google's changelog.

5.19.0 (Unreleased)

5.18.0 (Feb 26, 2024)

BREAKING CHANGES:

  • securityposture: marked policy_sets and policy_sets.policies required in google_securityposture_posture. API validation already enforced this, so no resources could be provisioned without these (#17303)

FEATURES:

  • New Data Source: google_compute_forwarding_rules (#17342)
  • New Resource: google_firebase_app_check_app_attest_config (#17279)
  • New Resource: google_firebase_app_check_play_integrity_config (#17279)
  • New Resource: google_firebase_app_check_recaptcha_enterprise_config (#17327)
  • New Resource: google_firebase_app_check_recaptcha_v3_config (#17327)
  • New Resource: google_migration_center_preference_set (#17291)
  • New Resource: google_netapp_volume_replication (#17348)

IMPROVEMENTS:

  • cloudfunctions: added output-only version_id field on google_cloudfunctions_function (#17273)
  • composer: supported patch versions of airflow on google_composer_environment (#17345)
  • compute: supported updating network_interface.stack_type field on google_compute_instance resource. (#17295)
  • container: added node_config.resource_manager_tags field to google_container_cluster resource (#17346)
  • container: added node_config.resource_manager_tags field to google_container_node_pool resource (#17346)
  • container: added output-only fields membership_id and membership_location under fleet in google_container_cluster resource (#17305)
  • looker: added custom_domain field to google_looker_instance resource (#17301)
  • netapp: added field restore_parameters and output-only fields state, state_details and create_time to google_netapp_volume resource (#17293)
  • workbench: added container_image field to google_workbench_instance resource (#17326)
  • workbench: added shielded_instance_config field to google_workbench_instance resource (#17306)

BUG FIXES:

  • bigquery: allowed users to set permissions for principal/principalSets (iamMember) in google_bigquery_dataset_iam_member. (#17292)
  • cloudfunctions2: fixed an issue where not specifying event_config.trigger_region in google_cloudfunctions2_function resulted in a permanent diff. The field now pulls a default value from the API when unset. (#17328)
  • compute: fixed issue where changes only in stateful_(internal|external)_ip would not trigger an update for google_compute_(region_)instance_group_manager (#17297)
  • compute: fixed perma-diff on min_ports_per_vm in google_compute_router_nat when the field is unset by making the field default to the API-set value (#17337)
  • dataflow: fixed crash in google_dataflox_job to return an error instead if a job's Environment field is nil when reading job information (#17344)
  • notebooks: changed tag field to default to the API's value if not specified in google_notebooks_instance (#17323)

5.17.0 (Feb 20, 2024)

NOTES:

  • cloudbuildv2: changed underlying actuation engine for google_cloudbuildv2_connection, there should be no user-facing impact (#17222)

DEPRECATIONS:

  • container: deprecated support for relay_mode field in google_container_cluster.monitoring_config.advanced_datapath_observability_config in favor of enable_relay field, relay_mode field will be removed in a future major release (#17262)

FEATURES:

  • New Resource: google_firebase_app_check_debug_token (#17242)
  • New Resource: google_clouddeploy_custom_target_type (#17254)

IMPROVEMENTS:

  • cloudasset: allowed overriding the billing project for the google_cloud_asset_resources_search_all datasource

... (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 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)
dependabot[bot] commented 6 months ago

Superseded by #128.