From 17724570155840c647c70dccaf2c423fc1e9b77c Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Tue, 8 Oct 2024 18:43:55 +0000 Subject: [PATCH] Update the version to 2024.1.3.0 --- README.md | 2 +- yugabyte_cloudformation.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6225aa3..73994aa 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This repo contains an AWS CloudFormation template to deploy YugabyteDB cluster o aws cloudformation create-stack \ --stack-name \ --template-body file://yugabyte_cloudformation.yaml \ - --parameters ParameterKey=DBVersion,ParameterValue=2024.1.2.0-b175 \ + --parameters ParameterKey=DBVersion,ParameterValue=2024.1.3.0-b175 \ ParameterKey=KeyName,ParameterValue= ``` - Wait until the creation of all resources is complete. diff --git a/yugabyte_cloudformation.yaml b/yugabyte_cloudformation.yaml index 5c36df6..c931291 100644 --- a/yugabyte_cloudformation.yaml +++ b/yugabyte_cloudformation.yaml @@ -5,9 +5,9 @@ Description: | Parameters: DBVersion: - Description: Default YugabyteDB version is 2024.1.2.0-b190 + Description: Default YugabyteDB version is 2024.1.3.0-b190 Type: String - Default: "2024.1.2.0-b190" + Default: "2024.1.3.0-b190" RFFactor: Description: Replication factor to create YugabyteDB cluster by default it is set to 3. Type: String