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-beta from 5.12.0 to 5.30.0 in /tf-workspace #164

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps hashicorp/google-beta from 5.12.0 to 5.30.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.30.0

FEATURES:

  • New Data Source: google_cloud_asset_resources_search_all (#7361)
  • New Resource: google_compute_interconnect (#7338)
  • New Resource: google_network_services_lb_traffic_extension (#7367)

IMPROVEMENTS:

  • compute: added kms_key_name field to the google_bigquery_connection resource (#7335)
  • compute: added match.expr.expression field to google_compute_region_security_policy_rule resource (#7330)
  • compute: added auto_network_tier field to google_compute_router_nat resource (#7333)
  • container: added KUBELET and CADVISOR options to monitoring_config.enable_components in google_container_cluster resource (#7351)
  • dataproc: added local_ssd_interface to google_dataproc_cluster resource (#7366)
  • datastream: added sql_server_profile to google_datastream_connection_profile resource (#7339)
  • dlp: added cloud_sql_target field to google_data_loss_prevention_discovery_config resource (#7337)
  • netapp: added FLEX value to field service_level in google_netapp_storage_pool resource (#7350)
  • networksecurity: added trust_config, min_tls_version, tls_feature_profile and custom_tls_features fields to google_network_security_tls_inspection_policy resource (#7368)
  • networkservices: supported in-place update for gateway_security_policy and certificate_urls fields in google_network_services_gateway resource (#7348)

BUG FIXES:

  • compute: fixed a perma-diff on machine_type field in google_compute_instance resource (#7345)
  • compute: fixed a perma-diff on type field in google_compute_disk resource (#7345)
  • storage: fixed update issue for lifecycle_rule.condition.custom_time_before and lifecycle_rule.condition.noncurrent_time_before in google_storage_bucket resource (#7360)

v5.29.1

5.29.1 (May 14, 2024)

BREAKING CHANGES:

  • compute: removed secondary_ip_range.reserved_internal_range field from google_compute_subnetwork (7363)

v5.29.0

BREAKING CHANGES:

  • compute: added required reserved_internal_range subfield to reserved_internal_range in google_compute_subnetwork. This field can be set to null as an equivalent to leaving it unspecified.

NOTES:

  • compute: added documentation for md5_authentication_key field in google_compute_router_peer resource. The field was introduced in v5.12.0, but documentation was unintentionally omitted at that time. (#7306)

FEATURES:

  • New Resource: google_bigtable_authorized_view (#7310)
  • New Resource: google_integration_connectors_managed_zone (#7320)
  • New Resource: google_network_connectivity_regional_endpoint (#7313)

IMPROVEMENTS:

  • clouddeploy: added custom_target field to google_clouddeploy_target resource (#7309)
  • clouddeploy: added google_cloud_build_repo to custom_target_type resource (#7325)
  • compute: added preconfigured_waf_config field to google_compute_region_security_policy_rule resource; (#7324)
  • compute: added rate_limit_options field to 'google_compute_region_security_policy_rule' resource; (#7324)
  • compute: added security_profile_group, tls_inspect to google_compute_firewall_policy_rule (#7309)
  • compute: added security_profile_group, tls_inspect to google_compute_network_firewall_policy_rule (#7309)
  • compute: added fields reserved_internal_range and secondary_ip_ranges.reserved_internal_range to google_compute_subnetwork resource (#7318)
  • container: added dns_config.additive_vpc_scope_dns_domain field to google_container_cluster resource (#7321)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.30.0 (Unreleased)

5.29.0 (May 13, 2024)

NOTES:

  • compute: added documentation for md5_authentication_key field in google_compute_router_peer resource. The field was introduced in v5.12.0, but documentation was unintentionally omitted at that time. (#7306)

FEATURES:

  • New Resource: google_bigtable_authorized_view (#7310)
  • New Resource: google_integration_connectors_managed_zone (#7320)
  • New Resource: google_network_connectivity_regional_endpoint (#7313)

IMPROVEMENTS:

  • clouddeploy: added custom_target field to google_clouddeploy_target resource (#7309)
  • clouddeploy: added google_cloud_build_repo to custom_target_type resource (#7325)
  • compute: added preconfigured_waf_config field to google_compute_region_security_policy_rule resource; (#7324)
  • compute: added rate_limit_options field to 'google_compute_region_security_policy_rule' resource; (#7324)
  • compute: added security_profile_group, tls_inspect to google_compute_firewall_policy_rule (#7309)
  • compute: added security_profile_group, tls_inspect to google_compute_network_firewall_policy_rule (#7309)
  • compute: added fields reserved_internal_range and secondary_ip_ranges.reserved_internal_range to google_compute_subnetwork resource (#7318)
  • container: added dns_config.additive_vpc_scope_dns_domain field to google_container_cluster resource (#7321)
  • container: added enable_nested_virtualization field to google_container_node_pool and google_container_cluster resource. (#7314)
  • iam: added extra_attributes_oauth2_client field to google_iam_workforce_pool_provider resource (#7319)
  • privateca: added maximum_lifetime field to google_privateca_certificate_template resource (#7309)

BUG FIXES:

  • bigquery: added allow_resource_tags_on_deletion to google_bigquery_table to allow deletion of table when it still has associated resource tags (#7327)

5.28.0 (May 6, 2024)

DEPRECATIONS:

  • integrations: deprecated create_sample_workflows and provision_gmek fields in google_integrations_client. (#7285)

FEATURES:

  • New Data Source: google_storage_buckets (#7291)
  • New Resource: google_compute_security_policy_rule (#7282)
  • New Resource: google_privileged_access_manager_entitlement (#7283)

IMPROVEMENTS:

  • alloydb: added maintenance_update_policy field to google_alloydb_cluster resource (#7288)
  • container: added node_config.secondary_boot_disks field to google_container_node_pool (#7292)
  • integrations: added create_sample_integrations field to google_integrations_client, replacing deprecated field create_sample_workflows. (#7285)
  • redis: added redis_configs field to google_redis_cluster resource (#7289)

BUG FIXES:

  • dns: fixed bug where the deletion of google_dns_managed_zone resources was blocked by any associated SOA-type google_dns_record_set resources (#7305)
  • storage: fixed an issue where google_storage_bucket_object and google_storage_bucket_objects data sources would ignore custom endpoints (#7287)

5.27.0 (Apr 30, 2024)

... (truncated)

Commits
  • 66899fc Update CHANGELOG.md (#7370)
  • 3d8fce7 adds NGFW support for google_network_security_tls_inspection_policy resource ...
  • 19a4049 Add lb traffic extension resource (#10121) (#7367)
  • 1163ddf Add local_ssd_interface to Dataproc Cluster's disk_config. (#10663) (#7366)
  • a2226ac Revert "Adding self_link output to google_network_security profile group" (#1...
  • a03576d Revert "Add reservedInternalRange fields to the google_compute_subnetwork res...
  • b34860f Switched to using channel-based versions for TestAccContainerCluster_updateVe...
  • eac4414 Promote google_cloud_asset_resources_search_all datasource to ga (#10660) (#7...
  • ad23274 Fixes storage bucket custom_time_before/noncurrent_time_before update issue (...
  • ee7e00c Remove min_master_version from stack type tests (#10630) (#7359)
  • 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)
dependabot[bot] commented 3 months ago

Superseded by #168.