From 7da58ed4b77fe1b91470a025bf3468267d8950af Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Mon, 11 Sep 2023 20:16:09 +0000 Subject: [PATCH] Update the version to 2.19.2.0 --- README.md | 2 +- yugabyte_cloudformation.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1621e04..73a7ca3 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=2.19.0.0-b175 \ + --parameters ParameterKey=DBVersion,ParameterValue=2.19.2.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 5fb3e8e..5302802 100644 --- a/yugabyte_cloudformation.yaml +++ b/yugabyte_cloudformation.yaml @@ -5,9 +5,9 @@ Description: | Parameters: DBVersion: - Description: Default YugabyteDB version is 2.19.0.0-b190 + Description: Default YugabyteDB version is 2.19.2.0-b190 Type: String - Default: "2.19.0.0-b190" + Default: "2.19.2.0-b190" RFFactor: Description: Replication factor to create YugabyteDB cluster by default it is set to 3. Type: String