Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hashicorp/google-beta from 6.2.0 to 6.4.0 #204

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps hashicorp/google-beta from 6.2.0 to 6.4.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v6.4.0

DEPRECATIONS:

  • securitycenterv2: deprecated google_scc_v2_organization_scc_big_query_exports. Use google_scc_v2_organization_scc_big_query_export instead. (#8166)

FEATURES:

  • New Data Source: google_secret_manager_regional_secret_version (#8209)
  • New Data Source: google_secret_manager_regional_secret (#8189)
  • New Resource: google_compute_firewall_policy_with_rules (#8181)
  • New Resource: google_database_migration_service_migration_job (#8187)
  • New Resource: google_discovery_engine_target_site (#8174)
  • New Resource: google_healthcare_workspace (#8179)
  • New Resource: google_scc_folder_scc_big_query_export (#8183)
  • New Resource: google_scc_organization_scc_big_query_export (#8172)
  • New Resource: google_scc_project_scc_big_query_export (#8173)
  • New Resource: google_secret_manager_regional_secret_version (#8199)
  • New Resource: google_secret_manager_regional_secret (#8170)
  • New Resource: google_site_verification_web_resource (#8180)
  • New Resource: google_spanner_backup_schedule (#8160)

IMPROVEMENTS:

  • alloydb: added enable_outbound_public_ip field to google_alloydb_instance resource (#8156)
  • apigee: added in-place update for consumer_accept_list field in google_apigee_instance resource (#8155)
  • compute: added interface field to google_compute_attached_disk resource (#8154)
  • compute: added in-place update in google_compute_interconnect resource except for remote_location and requested_features fields (#8203)
  • filestore: added deletion_protection_enabled and deletion_protection_reason fields to google_filestore_instance resource (#8158)
  • looker: added fips_enabled field to google_looker_instance resource (#8206)
  • metastore: added deletion_protection field to google_dataproc_metastore_service resource (#8200)
  • netapp: added allow_auto_tiering field to google_netapp_storage_pool resource (#8163)
  • netapp: added tiering_policy field to google_netapp_volume resource (#8163)
  • secretmanagerregional: added version_aliases field to google_secret_manager_regional_secret resource (#8209)
  • spanner: added edition field to google_spanner_instance resource (#8160)

BUG FIXES:

  • compute: fixed a permadiff on iap field in google_compute_backend and google_compute_region_backend resources (#8204) container: fixed a bug where specifying node_pool_defaults.node_config_defaults with enable_autopilot = true will cause google_container_cluster resource creation failure (#8223)
  • container: fixed a permadiff on node_config.gcfs_config field in google_container_cluster and google_container_node_pool resources (#8207)
  • container: fixed the in-place update for node_config.gcfs_config in google_container_cluster and google_container_node_pool resources (#8207)
  • container: made node_config.kubelet_config.cpu_manager_policy field optional to fix its update in google_container_cluster resource (#8171)
  • dns: fixed a permadiff on dnssec_config field in google_dns_managed_zone resource (#8165)
  • pubsub: allowed filter field to contain line breaks in google_pubsub_subscription resource (#8161)

v6.3.0

FEATURES:

  • New Data Source: google_bigquery_tables (#8130)
  • New Resource: google_compute_network_firewall_policy_with_rules (#8118)
  • New Resource: google_developer_connect_connection (#8150)
  • New Resource: google_developer_connect_git_repository_link (#8150)
  • New Resource: google_memorystore_instance (#8126)

IMPROVEMENTS:

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

6.4.0 (Unreleased)

6.3.0 (September 16, 2024)

FEATURES:

  • New Data Source: google_bigquery_tables (#8130)
  • New Resource: google_compute_network_firewall_policy_with_rules (#8118)
  • New Resource: google_developer_connect_connection (#8150)
  • New Resource: google_developer_connect_git_repository_link (#8150)
  • New Resource: google_memorystore_instance (#8126)

IMPROVEMENTS:

  • compute: added connected_endpoints.consumer_network and connected_endpoints.psc_connection_id fields to google_compute_service_attachment resource (#8148)
  • compute: added propagated_connection_limit and connected_endpoints.propagated_connection_count fields to google_compute_service_attachment resource (#8148)
  • compute: added field http_keep_alive_timeout_sec to google_region_compute_target_http_proxy and google_region_compute_target_http_proxy resources (#8151)
  • compute: added support for boot_disk.initialize_params.resource_policies in google_compute_instance and google_instance_template (#8134)
  • container: added storage_pools to node_config in google_container_cluster and google_container_node_pool (#8146)
  • containerattached: added security_posture_config field to google_container_attached_cluster resource (#8137)
  • netapp: added large_capacity and multiple_endpoints to google_netapp_volume resource (#8116)
  • resourcemanager: added tags field to google_folder to allow setting tags for folders at creation time (#8113)

BUG FIXES:

  • compute: setting network_ip to "" will no longer cause diff and will be treated the same as null (#8128)
  • dataproc: updated google_dataproc_cluster to protect against handling nil kerberos_config values (#8129)
  • dns: added a mutex to google_dns_record_set to prevent conflicts when multiple resources attempt to operate on the same record set (#8139)
  • managedkafka: added 5 second wait post google_managed_kafka_topic creation to fix eventual consistency errors (#8149)
Commits
  • d390a9c Update 6.4.0 CHANGELOG.md (#8218)
  • 0c4075b Do not force send insecure_kubelet_readonly_port_enabled during creation (#11...
  • 3b27c2e Add support for regional secret version datasource `google_secret_manager_reg...
  • e489947 Clarifying documentation for google_compute_backend_service `locality_lb_po...
  • 1863e61 container: fix updates for node_config.gcfs_config and make optional (#1171...
  • 0f93267 Add FIPS enablement option to Looker (#11488) (#8206)
  • e589a9a Magician VCR: Move logBucket and cassetteBucket into Tester struct (#11734) (...
  • 6e5d990 make backend service iap computed (#11736) (#8204)
  • c8419d8 Fix interconnect immutability issue causing macsec failure (#11700) (#8203)
  • 6a903d6 Make UploadLogs use options struct (#11723) (#8202)
  • 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 <dependency name> 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)

Bumps [hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta) from 6.2.0 to 6.4.0.
- [Release notes](https://github.com/hashicorp/terraform-provider-google-beta/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-google-beta@v6.2.0...v6.4.0)

---
updated-dependencies:
- dependency-name: hashicorp/google-beta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from koenighotze as a code owner September 23, 2024 21:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Sep 23, 2024
Copy link

infracost bot commented Sep 23, 2024

💰 Infracost report

Monthly estimate generated

This comment will be updated when code changes.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #209.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/google-beta-6.4.0 branch September 30, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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