From ef09911bab80498626d530e74016cc3b3e0533a0 Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Tue, 26 Mar 2024 22:23:49 +0000 Subject: [PATCH] Update the version to 2.21.0.0 --- README.md | 2 +- yugabyte_cloudformation.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d3aec2..da2e9e5 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.20.2.1-b175 \ + --parameters ParameterKey=DBVersion,ParameterValue=2.21.0.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 ebcf9d0..f35223c 100644 --- a/yugabyte_cloudformation.yaml +++ b/yugabyte_cloudformation.yaml @@ -5,9 +5,9 @@ Description: | Parameters: DBVersion: - Description: Default YugabyteDB version is 2.20.2.1-b190 + Description: Default YugabyteDB version is 2.21.0.0-b190 Type: String - Default: "2.20.2.1-b190" + Default: "2.21.0.0-b190" RFFactor: Description: Replication factor to create YugabyteDB cluster by default it is set to 3. Type: String