From dcf3c90cc98a043f03c957ccf904da61e52f4a81 Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Wed, 20 Nov 2024 20:35:45 +0000 Subject: [PATCH] Update the version to 2024.1.3.1 --- README.md | 2 +- yugabyte_deployment.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d191385..d0bc97c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This repo contains an Azure Resource Manager template to deploy YugaByte DB clus ``` - Use Azure CLI command to create deployments
``` - $ az group deployment create --resource-group --template-file yugabyte_deployment.json --parameters ClusterName='' SshUser='' YBVersion='2024.1.3.0' SshKeypair='' + $ az group deployment create --resource-group --template-file yugabyte_deployment.json --parameters ClusterName='' SshUser='' YBVersion='2024.1.3.1' SshKeypair='' ``` - Once the deployment creation is complete, you can describe it as shown below. ``` diff --git a/yugabyte_deployment.json b/yugabyte_deployment.json index 2093bcb..aadd13a 100644 --- a/yugabyte_deployment.json +++ b/yugabyte_deployment.json @@ -14,7 +14,7 @@ }, "YBVersion": { "type": "string", - "defaultValue": "2024.1.3.0-b1" + "defaultValue": "2024.1.3.1-b1" } }, "variables": {