From 39497020027b3ba05ab9e9d9491e396f71cf56c1 Mon Sep 17 00:00:00 2001 From: johnkim1 Date: Thu, 5 Dec 2024 15:14:42 +1100 Subject: [PATCH 1/3] add valkey 7.2.7 and 8.0.1 --- Makefile | 2 +- docs/data-sources/valkey_cluster_v2_instance.md | 2 +- docs/resources/valkey_cluster_v2.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 39439b76..73f176c2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_NAME=terraform-provider-instaclustr -VERSION=2.0.173 +VERSION=2.0.174 FULL_BIN_NAME="${BIN_NAME}_v${VERSION}" SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS" diff --git a/docs/data-sources/valkey_cluster_v2_instance.md b/docs/data-sources/valkey_cluster_v2_instance.md index cb9b406c..2c661fce 100644 --- a/docs/data-sources/valkey_cluster_v2_instance.md +++ b/docs/data-sources/valkey_cluster_v2_instance.md @@ -42,7 +42,7 @@ The following terms are used to describe attributes in the schema of this data s
Enables Client ⇄ Node Encryption.

*___valkey_version___*
Type: string, read-only
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

*___resize_settings___*
Type: nested block, read-only, see [resize_settings](#nested--resize_settings) for nested schema

Settings to determine how resize requests will be performed for the cluster.

diff --git a/docs/resources/valkey_cluster_v2.md b/docs/resources/valkey_cluster_v2.md index 415e161d..b131f368 100644 --- a/docs/resources/valkey_cluster_v2.md +++ b/docs/resources/valkey_cluster_v2.md @@ -52,7 +52,7 @@ The following terms are used to describe attributes in the schema of this resour
Enables Client ⇄ Node Encryption.

*___valkey_version___*
Type: string, required, immutable
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

*___private_network_cluster___*
Type: boolean, required, immutable

Creates the cluster with private network only, see [Private Network Clusters](https://www.instaclustr.com/support/documentation/useful-information/private-network-clusters/).

From d846c5279db8512ebb86203ec4e6b6a818cf44c4 Mon Sep 17 00:00:00 2001 From: johnkim1 Date: Mon, 9 Dec 2024 10:43:31 +1100 Subject: [PATCH 2/3] add valkey 7.2.7 only --- docs/data-sources/valkey_cluster_v2_instance.md | 2 +- docs/resources/valkey_cluster_v2.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-sources/valkey_cluster_v2_instance.md b/docs/data-sources/valkey_cluster_v2_instance.md index 2c661fce..f3eada92 100644 --- a/docs/data-sources/valkey_cluster_v2_instance.md +++ b/docs/data-sources/valkey_cluster_v2_instance.md @@ -42,7 +42,7 @@ The following terms are used to describe attributes in the schema of this data s
Enables Client ⇄ Node Encryption.

*___valkey_version___*
Type: string, read-only
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

*___resize_settings___*
Type: nested block, read-only, see [resize_settings](#nested--resize_settings) for nested schema

Settings to determine how resize requests will be performed for the cluster.

diff --git a/docs/resources/valkey_cluster_v2.md b/docs/resources/valkey_cluster_v2.md index b131f368..28b98313 100644 --- a/docs/resources/valkey_cluster_v2.md +++ b/docs/resources/valkey_cluster_v2.md @@ -52,7 +52,7 @@ The following terms are used to describe attributes in the schema of this resour
Enables Client ⇄ Node Encryption.

*___valkey_version___*
Type: string, required, immutable
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Valkey to run on the cluster. Available versions:

*___private_network_cluster___*
Type: boolean, required, immutable

Creates the cluster with private network only, see [Private Network Clusters](https://www.instaclustr.com/support/documentation/useful-information/private-network-clusters/).

From e7b6c94abe3751d35aa34c03463f6602d3ab48e9 Mon Sep 17 00:00:00 2001 From: johnkim1 Date: Mon, 16 Dec 2024 15:44:35 +1100 Subject: [PATCH 3/3] update version number --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 73f176c2..3ad856a1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_NAME=terraform-provider-instaclustr -VERSION=2.0.174 +VERSION=2.0.176 FULL_BIN_NAME="${BIN_NAME}_v${VERSION}" SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"