Skip to content

Commit

Permalink
Merge pull request #484 from instaclustr/INS-33121-valkey-docker-patc…
Browse files Browse the repository at this point in the history
…hing

INS-33121 valkey version upgrade to 7.2.7
  • Loading branch information
admintfprovider authored Dec 17, 2024
2 parents a8d3d18 + f100ba4 commit b14307a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr

VERSION=2.0.175
VERSION=2.0.176

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/valkey_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following terms are used to describe attributes in the schema of this data s
<br>Enables Client ⇄ Node Encryption.<br><br>
*___valkey_version___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Valkey to run on the cluster. Available versions: <ul> <li>`7.2.5`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Valkey to run on the cluster. Available versions: <ul> <li>`7.2.7`</li> </ul><br><br>
*___resize_settings___*<br>
<ins>Type</ins>: nested block, read-only, see [resize_settings](#nested--resize_settings) for nested schema<br>
<br>Settings to determine how resize requests will be performed for the cluster.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/valkey_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following terms are used to describe attributes in the schema of this resour
<br>Enables Client ⇄ Node Encryption.<br><br>
*___valkey_version___*<br>
<ins>Type</ins>: string, required, immutable<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Valkey to run on the cluster. Available versions: <ul> <li>`7.2.5`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Valkey to run on the cluster. Available versions: <ul> <li>`7.2.7`</li> </ul><br><br>
*___private_network_cluster___*<br>
<ins>Type</ins>: boolean, required, immutable<br>
<br>Creates the cluster with private network only, see [Private Network Clusters](https://www.instaclustr.com/support/documentation/useful-information/private-network-clusters/).<br><br>
Expand Down

0 comments on commit b14307a

Please sign in to comment.