From 0242a0563bbacedfe806913f6c196de85bd94bc5 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 20 Jun 2024 14:26:06 -0700 Subject: [PATCH] Update dcl dependencies to v1.68.0 (#11009) (#18504) [upstream:340f756f9cc26e0151fed90ad4b17b624e490322] Signed-off-by: Modular Magician --- .changelog/11009.txt | 2 ++ go.mod | 2 +- go.sum | 4 ++-- website/docs/r/container_aws_cluster.html.markdown | 2 +- website/docs/r/container_aws_node_pool.html.markdown | 2 +- website/docs/r/container_azure_client.html.markdown | 2 +- website/docs/r/container_azure_cluster.html.markdown | 2 +- website/docs/r/container_azure_node_pool.html.markdown | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 .changelog/11009.txt diff --git a/.changelog/11009.txt b/.changelog/11009.txt new file mode 100644 index 00000000000..126505bd3f5 --- /dev/null +++ b/.changelog/11009.txt @@ -0,0 +1,2 @@ +```release-note:none +``` \ No newline at end of file diff --git a/go.mod b/go.mod index 491855828e3..9aeb1b3967d 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( cloud.google.com/go/bigtable v1.24.0 - github.com/GoogleCloudPlatform/declarative-resource-client-library v1.67.0 + github.com/GoogleCloudPlatform/declarative-resource-client-library v1.68.0 github.com/apparentlymart/go-cidr v1.1.0 github.com/davecgh/go-spew v1.1.1 github.com/dnaeon/go-vcr v1.0.1 diff --git a/go.sum b/go.sum index cd2fce52ae5..30534d3e3b1 100644 --- a/go.sum +++ b/go.sum @@ -18,8 +18,8 @@ cloud.google.com/go/longrunning v0.5.7/go.mod h1:8GClkudohy1Fxm3owmBGid8W0pSgodE dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/GoogleCloudPlatform/declarative-resource-client-library v1.67.0 h1:FBKsgWIOEdtpx2YuF+aBH33K0Ih25D3xuKyp9peH4jc= -github.com/GoogleCloudPlatform/declarative-resource-client-library v1.67.0/go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k= +github.com/GoogleCloudPlatform/declarative-resource-client-library v1.68.0 h1:LIPIYi4hy7ttUSrziY/TYwMDuEvvV593n80kRmz6nZ4= +github.com/GoogleCloudPlatform/declarative-resource-client-library v1.68.0/go.mod h1:pL2Qt5HT+x6xrTd806oMiM3awW6kNIXB/iiuClz6m6k= github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= github.com/ProtonMail/go-crypto v1.1.0-alpha.0 h1:nHGfwXmFvJrSR9xu8qL7BkO4DqTHXE9N5vPhgY2I+j0= diff --git a/website/docs/r/container_aws_cluster.html.markdown b/website/docs/r/container_aws_cluster.html.markdown index 757073abfcb..c9df4e7855e 100644 --- a/website/docs/r/container_aws_cluster.html.markdown +++ b/website/docs/r/container_aws_cluster.html.markdown @@ -23,7 +23,7 @@ description: |- An Anthos cluster running on AWS. For more information, see: -* [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud) +* [Multicloud overview](https://cloud.google.com/kubernetes-engine/multi-cloud/docs) ## Example Usage - basic_aws_cluster A basic example of a containeraws cluster ```hcl diff --git a/website/docs/r/container_aws_node_pool.html.markdown b/website/docs/r/container_aws_node_pool.html.markdown index ed1540860fa..ece2f7fbe8f 100644 --- a/website/docs/r/container_aws_node_pool.html.markdown +++ b/website/docs/r/container_aws_node_pool.html.markdown @@ -23,7 +23,7 @@ description: |- An Anthos node pool running on AWS. For more information, see: -* [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud) +* [Multicloud overview](https://cloud.google.com/kubernetes-engine/multi-cloud/docs) ## Example Usage - basic_aws_cluster A basic example of a containeraws node pool ```hcl diff --git a/website/docs/r/container_azure_client.html.markdown b/website/docs/r/container_azure_client.html.markdown index 25e70e9b222..06101bdc054 100644 --- a/website/docs/r/container_azure_client.html.markdown +++ b/website/docs/r/container_azure_client.html.markdown @@ -23,7 +23,7 @@ description: |- AzureClient resources hold client authentication information needed by the Anthos Multi-Cloud API to manage Azure resources on your Azure subscription.When an AzureCluster is created, an AzureClient resource needs to be provided and all operations on Azure resources associated to that cluster will authenticate to Azure services using the given client.AzureClient resources are immutable and cannot be modified upon creation.Each AzureClient resource is bound to a single Azure Active Directory Application and tenant. For more information, see: -* [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud) +* [Multicloud overview](https://cloud.google.com/kubernetes-engine/multi-cloud/docs) ## Example Usage - basic_azure_client A basic example of a containerazure azure client ```hcl diff --git a/website/docs/r/container_azure_cluster.html.markdown b/website/docs/r/container_azure_cluster.html.markdown index 7b9f2461c6e..6ebe99359d4 100644 --- a/website/docs/r/container_azure_cluster.html.markdown +++ b/website/docs/r/container_azure_cluster.html.markdown @@ -23,7 +23,7 @@ description: |- An Anthos cluster running on Azure. For more information, see: -* [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud) +* [Multicloud overview](https://cloud.google.com/kubernetes-engine/multi-cloud/docs) ## Example Usage - basic_azure_cluster A basic example of a containerazure azure cluster ```hcl diff --git a/website/docs/r/container_azure_node_pool.html.markdown b/website/docs/r/container_azure_node_pool.html.markdown index 8cd9f7a0330..3e96fc730d7 100644 --- a/website/docs/r/container_azure_node_pool.html.markdown +++ b/website/docs/r/container_azure_node_pool.html.markdown @@ -23,7 +23,7 @@ description: |- An Anthos node pool running on Azure. For more information, see: -* [Multicloud overview](https://cloud.google.com/anthos/clusters/docs/multi-cloud) +* [Multicloud overview](https://cloud.google.com/kubernetes-engine/multi-cloud/docs) ## Example Usage - basic_azure_node_pool A basic example of a containerazure azure node pool ```hcl