From 2e4e3899113779d491fdb7a5452906fcee482fd8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 12 Feb 2024 05:25:45 +0000
Subject: [PATCH] fix(deps): Bump hashicorp/google from 5.14.0 to 5.15.0 (#7)
Bumps [hashicorp/google](https://github.com/hashicorp/terraform-provider-google) from 5.14.0 to 5.15.0.
Release notes
Sourced from hashicorp/google's releases.
v5.15.0
FEATURES:
- New Data Source:
google_compute_machine_types
(#17107)
- New Resource:
google_blockchain_nodes
(#17096)
- New Resource:
google_compute_region_network_endpoint
(#17137)
- New Resource:
google_discovery_engine_chat_engine
(#17145)
- New Resource:
google_discovery_engine_search_engine
(#17146)
- New Resource:
google_netapp_volume_snapshot
(#17138)
IMPROVEMENTS:
- compute: added
INTERNET_IP_PORT
and INTERNET_FQDN_PORT
options for the google_compute_region_network_endpoint_group
resource. (#17137)
- compute: added
creation_timestamp
to google_compute_instance_group_manager
and google_compute_region_instance_group_manager
. (#17110)
- compute: added
disk_id
attribute to google_compute_disk
resource (#17112)
- compute: added
stack_type
attribute for google_compute_interconnect_attachment
resource. (#17139)
- compute: updated the
google_compute_security_policy
resource's json_parsing
field to accept the value STANDARD_WITH_GRAPHQL
(#17097)
- memcache: added
reserved_ip_range_id
field to google_memcache_instance
resource (#17101)
- netapp: added
deletion_policy
field to google_netapp_volume
resource (#17111)
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 (#17128)
- filestore: made
google_filestore_instance.source_backup
field configurable (#17099)
- vmwareengine: fixed a bug to prevent recreation of existing
google_vmwareengine_private_cloud
resources when upgrading provider version from <5.10.0 (#17135
Changelog
Sourced from hashicorp/google's changelog.
5.15.0 (Feb 5, 2024)
FEATURES:
- New Data Source:
google_compute_machine_types
(#17107)
- New Resource:
google_blockchain_node_engine_blockchain_nodes
(#17096)
- New Resource:
google_compute_region_network_endpoint
(#17137)
- New Resource:
google_discovery_engine_chat_engine
(#17145)
- New Resource:
google_discovery_engine_search_engine
(#17146)
- New Resource:
google_netapp_volume_snapshot
(#17138)
IMPROVEMENTS:
- compute: added
INTERNET_IP_PORT
and INTERNET_FQDN_PORT
options for the google_compute_region_network_endpoint_group
resource. (#17137)
- compute: added
creation_timestamp
to google_compute_instance_group_manager
and google_compute_region_instance_group_manager
. (#17110)
- compute: added
disk_id
attribute to google_compute_disk
resource (#17112)
- compute: added
stack_type
attribute for google_compute_interconnect_attachment
resource. (#17139)
- compute: updated the
google_compute_security_policy
resource's json_parsing
field to accept the value STANDARD_WITH_GRAPHQL
(#17097)
- memcache: added
reserved_ip_range_id
field to google_memcache_instance
resource (#17101)
- netapp: added
deletion_policy
field to google_netapp_volume
resource (#17111)
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 (#17128)
- filestore: made
google_filestore_instance.source_backup
field configurable (#17099)
- vmwareengine: fixed a bug to prevent recreation of existing
google_vmwareengine_private_cloud
resources when upgrading provider version from <5.10.0 (#17135
Commits
9f142c3
Add 5.15.0 changelog (#17174)
6f7a464
Search Engine TF Provider (#9822) (#17146)
2a0704d
Add Support for Vertex Search and Conversation Chat Engine (#9834) (#17145)
ebcaf60
Try to fix log bucket tests (#9878) (#17144)
b0eb4ed
Fixed typos / formatting in bug issue form (#17133)
d70dde3
Added google_compute_network_peering_routes_config to example so users pick u...
2f2d9a0
add stack_type attribute (#9890) (#17139)
815c34e
Adding Support for Snapshot module for Google Cloud Netapp Volume (#9812) (#1...
d5cdb31
Add INTERNET_IP_PORT and INTERNET_FQDN_PORT regional network endpoint groups ...
a87cb80
Update Vmware Engine acceptance tests to provision resources in a new project...
- Additional commits viewable in compare view
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/google&package-manager=terraform&previous-version=5.14.0&new-version=5.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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)
---
.terraform.lock.hcl | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/.terraform.lock.hcl b/.terraform.lock.hcl
index 4211522..7a9f6e3 100644
--- a/.terraform.lock.hcl
+++ b/.terraform.lock.hcl
@@ -2,22 +2,22 @@
# Manual edits may be lost in future updates.
provider "registry.terraform.io/hashicorp/google" {
- version = "5.14.0"
+ version = "5.15.0"
constraints = ">= 4.50.0, ~> 5.11, < 6.0.0"
hashes = [
- "h1:+2NBnhyLVoyv3smDe+ujn31Iw/+NNqioP64P9W8nX3o=",
- "zh:3927ef7417d9d8a56077e6655d76c99f4175f9746e39226a00ee0555f8c63f8f",
- "zh:4b4f521f0779a1797047a8c531afda093aade934b4a49c080fe8d38680b3a52f",
- "zh:7e880c5b72684fc8342e03180a1fbbec65c6afeb70511b9c16181d5e168269e6",
- "zh:81a7f2efc30e698f476d3e240ee2d82f14eda374852059429fe808ad77b6addd",
- "zh:826d4ea55b4afceefb332646f21c6b6dc590b39b16e8d9b5d4a4211beb91dc5e",
- "zh:865600ef669fcdd4ae77515c3fd12565fab0f2a263fa2a6dae562f6fe68ed093",
- "zh:8e933d1d10fd316e62340175667264f093e4d24457b63d5adf3c424cce22b495",
- "zh:bf261924f7350074a355e5b9337f3a8054efb20d316e9085f2b5766dfb5126c4",
- "zh:e28e67dcbd4bbd82798561baf86d3dd04f97e08bbf523dfb9f355564ef27d3d6",
- "zh:f33cdd3117af8a15f33d375dbe398a5e558730cf6a7a145a479ab68e77572c12",
+ "h1:sIh178amGT46Ad3RFjoMnNBA0ce7UWfcY6k/EJppC2s=",
+ "zh:08cf2452888e9a8a0c853f01add35f790d3db42570e5c3743c4603333c347b48",
+ "zh:26d51a5dbe201cc1cc5c31064962b1cedb3895ab34079d06aa6a9a41224cc28e",
+ "zh:4f43bf31bbd8042251407b312629bf8c60547f9defe714f644a05287549ef7fa",
+ "zh:6d439893a7c64e5f11ebce829ec54b5c39bb20704b0d9cbce0f387949c2a4ad6",
+ "zh:783c23f9c1417b3d5f2bdb44372aeb9e05168bd15cedbe22363d2b62ad38c256",
+ "zh:b83c145d2a8ac3c0d8b2961a070af89e8f927141c9dc49e58d0af16f3588e4dd",
+ "zh:b86c8418f8d9430b6eeeb8b9c90645790ef72775144407cbfccf95b10a7e0c43",
+ "zh:d1252e570643e421e11de4e660956fa11be3b96e10ffda7f5a3cd1311a6beaed",
+ "zh:e54ab9ccadd741107836f0f32255c0eab4cd4aebc78fbbe30116ed2bbab85790",
+ "zh:e5910b392e9f44665d5f677b7970fdc828daa5d08ab2de98e378e01dfdb86d59",
+ "zh:eab61c71884bbf722293b5f05995e29356c36908a588319581bc421b98a75954",
"zh:f569b65999264a9416862bca5cd2a6177d94ccb0424f3a4ef424428912b9cb3c",
- "zh:f913a0e0708391ccd26fc3458158cc1e10d68dc621bef3a1583328c61a77225d",
]
}