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.28.0 in /tf-workspace #157

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps hashicorp/google-beta from 5.12.0 to 5.28.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.28.0

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)

v5.27.0

FEATURES:

  • New Data Source: google_storage_bucket_objects (#7270)
  • New Resource: google_composer_user_workloads_secret (#7257)
  • New Resource: google_compute_security_policy_rule (#7282)
  • New Resource: google_data_loss_prevention_discovery_config (#7252)
  • New Resource: google_integrations_auth_config (#7268)
  • New Resource: google_network_connectivity_internal_range (#7265)

IMPROVEMENTS:

  • alloydb: added network_config field to google_alloydb_instance resource (#7271)
  • alloydb: added public_ip_address field to google_alloydb_instance resource (#7271)
  • apigee: added forward_proxy_uri field to google_apigee_environment resource (#7260)
  • bigquerydatapolicy: added data_masking_policy.routine field to google_bigquery_data_policy resource (#7250)
  • compute: added server_tls_policy field to google_compute_region_target_https_proxy resource (#7280)
  • filestore: added protocol field to google_filestore_instance resource to support NFSv3 and NFSv4.1 (#7254)
  • firebasehosting: added config.rewrites.path field to google_firebase_hosting_version resource (#7258)
  • logging: added intercept_children field to google_logging_organization_sink and google_logging_folder_sink resources (#7279)
  • monitoring: added service_agent_authentication field to google_monitoring_uptime_check_config resource (#7276)
  • privateca: added subject_key_id field to google_privateca_certificate and google_privateca_certificate_authority resources (#7273)
  • secretmanager: added version_destroy_ttl field to google_secret_manager_secret resource (#7253)

BUG FIXES:

  • appengine: added suppression for a diff in google_app_engine_standard_app_version.automatic_scaling when the block is unset in configuration (#7262)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#7249)

v5.26.0

FEATURES:

  • New Resource: google_project_iam_member_remove (#7242)

IMPROVEMENTS:

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.28.0 (Unreleased)

5.27.0 (Apr 30, 2024)

FEATURES:

  • New Data Source: google_storage_bucket_objects (#7270)
  • New Resource: google_composer_user_workloads_secret (#7257)
  • New Resource: google_compute_security_policy_rule (#7282)
  • New Resource: google_data_loss_prevention_discovery_config (#7252)
  • New Resource: google_integrations_auth_config (#7268)
  • New Resource: google_network_connectivity_internal_range (#7265)

IMPROVEMENTS:

  • alloydb: added network_config field to google_alloydb_instance resource (#7271)
  • alloydb: added public_ip_address field to google_alloydb_instance resource (#7271)
  • apigee: added forward_proxy_uri field to google_apigee_environment resource (#7260)
  • bigquerydatapolicy: added data_masking_policy.routine field to google_bigquery_data_policy resource (#7250)
  • compute: added server_tls_policy field to google_compute_region_target_https_proxy resource (#7280)
  • filestore: added protocol field to google_filestore_instance resource to support NFSv3 and NFSv4.1 (#7254)
  • firebasehosting: added config.rewrites.path field to google_firebase_hosting_version resource (#7258)
  • logging: added intercept_children field to google_logging_organization_sink and google_logging_folder_sink resources (#7279)
  • monitoring: added service_agent_authentication field to google_monitoring_uptime_check_config resource (#7276)
  • privateca: added subject_key_id field to google_privateca_certificate and google_privateca_certificate_authority resources (#7273)
  • secretmanager: added version_destroy_ttl field to google_secret_manager_secret resource (#7253)

BUG FIXES:

  • appengine: added suppression for a diff in google_app_engine_standard_app_version.automatic_scaling when the block is unset in configuration (#7262)
  • sql: fixed issues with updating the enable_google_ml_integration field in google_sql_database_instance resource (#7249)

5.26.0 (Apr 22, 2024)

FEATURES:

  • New Resource: google_project_iam_member_remove (#7242)

IMPROVEMENTS:

  • apigee: added support for api_consumer_data_location, api_consumer_data_encryption_key_name, and control_plane_encryption_key_name in google_apigee_organization (#7245)
  • artifactregistry: added remote_repository_config.<facade>_repository.custom_repository.uri field to google_artifact_registry_repository resource. (#7230)
  • bigquery: added resource_tags field to google_bigquery_table resource (#7247)
  • billing: added ownership_scope field to google_billing_budget resource (#7239)
  • cloudfunctions2: added build_config.service_account field to google_cloudfunctions2_function resource (#7231)
  • composer: fixed validation on google_composer_environment resource so it will identify a disallowed upgrade to Composer 3 before attempting to provide feedback that's specific to using Composer 3 (#7213)
  • compute: added params.resource_manager_tags field to resource_compute_instance_group_manager and resource_compute_region_instance_group_manager that enables to create these resources with tags (beta) (#7226)
  • resourcemanager: added the field api_method to datasource google_active_folder so you can use either SEARCH or LIST to find your folder (#7248)
  • storage: added labels validation to google_storage_bucket resource (#7212)
  • workstations: added output-only field control_plane_ip to google_workstations_workstation_cluster resource (beta) (#7240)

BUG FIXES:

  • apigee: fixed permadiff in ordering of google_apigee_organization.properties.property. (#7234)
  • cloudrun: fixed the bug that computed metadata.0.labels and metadata.0.annotations fields don't appear in terraform plan when creating resource google_cloud_run_service and google_cloud_run_domain_mapping (#7217)
  • dns: fixed bug where some methods of authentication didn't work when using dns data sources (#7233)

... (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 3 months ago

Superseded by #161.