Skip to content

Comments

Bump hashicorp/google-beta from 4.80.0 to 5.15.0#63

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/hashicorp/google-beta-5.15.0
Closed

Bump hashicorp/google-beta from 4.80.0 to 5.15.0#63
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/terraform/hashicorp/google-beta-5.15.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps hashicorp/google-beta from 4.80.0 to 5.15.0.

Release notes

Sourced from hashicorp/google-beta's releases.

v5.15.0

FEATURES:

  • New Data Source: google_compute_machine_types (#6903)
  • New Resource: google_blockchain_node_engine_blockchain_nodes (#6897)
  • New Resource: google_compute_region_network_endpoint (#6913)
  • New Resource: google_discovery_engine_chat_engine (#6918)
  • New Resource: google_discovery_engine_search_engine (#6919)
  • New Resource: google_netapp_volume_snapshot (#6914)

IMPROVEMENTS:

  • compute: added INTERNET_IP_PORT and INTERNET_FQDN_PORT options for the google_compute_region_network_endpoint_group resource. (#6913)
  • compute: added creation_timestamp to google_compute_instance_group_manager and google_compute_region_instance_group_manager. (#6904)
  • compute: added disk_id attribute to google_compute_disk resource (#6906)
  • compute: added stack_type attribute for google_compute_interconnect_attachment resource. (#6915)
  • compute: updated the google_compute_security_policy resource's json_parsing field to accept the value STANDARD_WITH_GRAPHQL (#6898)
  • memcache: added reserved_ip_range_id field to google_memcache_instance resource (#6901)
  • netapp: added deletion_policy field to google_netapp_volume resource (#6905)

BUG FIXES:

  • alloydb: fixed an issue where database_flags in secondary google_alloydb_instance resources would cause a diff, as they are copied from the primary (#6910)
  • filestore: made google_filestore_instance.source_backup field configurable (#6899)
  • vmwareengine: fixed a bug to prevent recreation of existing google_vmwareengine_private_cloud resources when upgrading provider version from <5.10.0 (#6911)

v5.14.0

FEATURES:

  • New Resource: google_discovery_engine_data_store (#6892)
  • New Resource: google_securityposture_posture_deployment (#6893)
  • New Resource: google_securityposture_posture (#6890)

IMPROVEMENTS:

  • cloudrun: added template.spec.volumes.csi field to google_cloud_run_service resource to support mounting Cloud Storage buckets using GCSFuse (#6875)
  • composer: added data_retention_config field to google_composer_environment resource (#6877)
  • logging: updated the google_logging_project_bucket_config resource to be created using the asynchronous create method (#6883)
  • pubsub: added use_table_schema field to google_pubsub_subscription resource (#6881)
  • vertexai: added vector_search_config field to google_vertex_ai_feature_online_store_featureview resource (#6876)
  • workflows: added call_log_level field to google_workflows_workflow resource (#6878)
  • workstations: added readiness_checks field to google_workstations_workstation_config resource (#6895)

BUG FIXES:

  • cloudfunctions2: fixed permadiff when build_config.docker_repository field is not specified on google_cloudfunctions2_function resource (#6887)
  • compute: fixed error when iap field is unset for google_compute_region_backend_service resource (#6886)
  • eventarc: fixed error when setting destination.cloud_function field on google_eventarc_trigger resource by making it output-only (#6879)

v5.13.0

NOTES:

  • cloudbuildv2: changed underlying actuation engine for google_cloudbuildv2_repository, there should be no user-facing impact (#6843)
  • provider: added support for in-place update for labels and terraform_labels fields in immutable resources (#6857)

... (truncated)

Changelog

Sourced from hashicorp/google-beta's changelog.

5.15.0 (Feb 5, 2024)

FEATURES:

  • New Data Source: google_compute_machine_types (#6903)
  • New Resource: google_blockchain_node_engine_blockchain_nodes (#6897)
  • New Resource: google_compute_region_network_endpoint (#6913)
  • New Resource: google_discovery_engine_chat_engine (#6918)
  • New Resource: google_discovery_engine_search_engine (#6919)
  • New Resource: google_netapp_volume_snapshot (#6914)

IMPROVEMENTS:

  • compute: added INTERNET_IP_PORT and INTERNET_FQDN_PORT options for the google_compute_region_network_endpoint_group resource. (#6913)
  • compute: added creation_timestamp to google_compute_instance_group_manager and google_compute_region_instance_group_manager. (#6904)
  • compute: added disk_id attribute to google_compute_disk resource (#6906)
  • compute: added stack_type attribute for google_compute_interconnect_attachment resource. (#6915)
  • compute: updated the google_compute_security_policy resource's json_parsing field to accept the value STANDARD_WITH_GRAPHQL (#6898)
  • memcache: added reserved_ip_range_id field to google_memcache_instance resource (#6901)
  • netapp: added deletion_policy field to google_netapp_volume resource (#6905)

BUG FIXES:

  • alloydb: fixed an issue where database_flags in secondary google_alloydb_instance resources would cause a diff, as they are copied from the primary (#6910)
  • filestore: made google_filestore_instance.source_backup field configurable (#6899)
  • vmwareengine: fixed a bug to prevent recreation of existing google_vmwareengine_private_cloud resources when upgrading provider version from <5.10.0 (#6911)

5.14.0 (Jan 29, 2024)

FEATURES:

  • New Resource: google_discovery_engine_data_store (#6892)
  • New Resource: google_securityposture_posture_deployment (#6893)
  • New Resource: google_securityposture_posture (#6890)

IMPROVEMENTS:

  • cloudrun: added template.spec.volumes.csi field to google_cloud_run_service resource to support mounting Cloud Storage buckets using GCSFuse (#6875)
  • composer: added data_retention_config field to google_composer_environment resource (#6877)
  • logging: updated the google_logging_project_bucket_config resource to be created using the asynchronous create method (#6883)
  • pubsub: added use_table_schema field to google_pubsub_subscription resource (#6881)
  • vertexai: added vector_search_config field to google_vertex_ai_feature_online_store_featureview resource (#6876)
  • workflows: added call_log_level field to google_workflows_workflow resource (#6878)
  • workstations: added readiness_checks field to google_workstations_workstation_config resource (#6895)

BUG FIXES:

  • cloudfunctions2: fixed permadiff when build_config.docker_repository field is not specified on google_cloudfunctions2_function resource (#6887)
  • compute: fixed error when iap field is unset for google_compute_region_backend_service resource (#6886)
  • eventarc: fixed error when setting destination.cloud_function field on google_eventarc_trigger resource by making it output-only (#6879)

5.13.0 (Jan 22, 2024)

NOTES:

  • cloudbuildv2: changed underlying actuation engine for google_cloudbuildv2_repository, there should be no user-facing impact (#6843)
  • provider: added support for in-place update for labels and terraform_labels fields in immutable resources (#6857)

... (truncated)

Commits
  • 29699e3 Add 5.15.0 changelog (beta) (#6927)
  • 4964086 Search Engine TF Provider (#9822) (#6919)
  • 4564974 Add Support for Vertex Search and Conversation Chat Engine (#9834) (#6918)
  • 26b2116 Try to fix log bucket tests (#9878) (#6917)
  • 97f8ffa Added google_compute_network_peering_routes_config to example so users pick u...
  • 1ba8734 add stack_type attribute (#9890) (#6915)
  • 6b1151c Adding Support for Snapshot module for Google Cloud Netapp Volume (#9812) (#6...
  • d0d57f6 Add INTERNET_IP_PORT and INTERNET_FQDN_PORT regional network endpoint groups ...
  • 464a96e Update Vmware Engine acceptance tests to provision resources in a new project...
  • 276e291 Remove default value from PC type (#9870) (#6911)
  • 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 4.80.0 to 5.15.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@v4.80.0...v5.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

Superseded by #68.

@dependabot dependabot bot closed this Feb 19, 2024
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/google-beta-5.15.0 branch February 19, 2024 14:59
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants