From 174f5b7ddf9d4d088b1a486cbc4e1a06a5835860 Mon Sep 17 00:00:00 2001 From: Shadab Hussain Date: Tue, 28 Feb 2023 06:52:37 +0530 Subject: [PATCH 1/6] Update variables.tf --- iaac/terraform/aws-infra/rds/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iaac/terraform/aws-infra/rds/variables.tf b/iaac/terraform/aws-infra/rds/variables.tf index 7eefa4c7e6..b2e320d772 100644 --- a/iaac/terraform/aws-infra/rds/variables.tf +++ b/iaac/terraform/aws-infra/rds/variables.tf @@ -45,7 +45,7 @@ variable "db_allocated_storage" { variable "mysql_engine_version" { type = string description = "The engine version of MySQL" - default = "8.0.30" + default = "8.0.31" } variable "backup_retention_period" { From 9c777fde66cd4ff57c7a07996f387041be703a61 Mon Sep 17 00:00:00 2001 From: Shadab Hussain Date: Tue, 28 Feb 2023 12:21:28 +0530 Subject: [PATCH 2/6] Updated to latest MySQL version available Tested it and it's working fine --- iaac/terraform/aws-infra/rds/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iaac/terraform/aws-infra/rds/variables.tf b/iaac/terraform/aws-infra/rds/variables.tf index b2e320d772..a68b02492e 100644 --- a/iaac/terraform/aws-infra/rds/variables.tf +++ b/iaac/terraform/aws-infra/rds/variables.tf @@ -45,7 +45,7 @@ variable "db_allocated_storage" { variable "mysql_engine_version" { type = string description = "The engine version of MySQL" - default = "8.0.31" + default = "8.0.32" } variable "backup_retention_period" { From be68ffc024a858c6911111956782493c5720c897 Mon Sep 17 00:00:00 2001 From: Shadab Hussain Date: Tue, 28 Feb 2023 12:25:47 +0530 Subject: [PATCH 3/6] Updated MySQL version Updated MySQL version from 8.0.30 to 8.0.32 --- deployments/rds-s3/terraform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/rds-s3/terraform/variables.tf b/deployments/rds-s3/terraform/variables.tf index 9a959c86ef..3e3108962d 100644 --- a/deployments/rds-s3/terraform/variables.tf +++ b/deployments/rds-s3/terraform/variables.tf @@ -76,7 +76,7 @@ variable "db_allocated_storage" { variable "mysql_engine_version" { type = string description = "The engine version of MySQL" - default = "8.0.30" + default = "8.0.32" } variable "backup_retention_period" { @@ -184,4 +184,4 @@ variable "notebook_idleness_check_period" { description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)" type = string default = 5 -} \ No newline at end of file +} From de504d696b9a5f99dc79082d21d7b2e7117d52fb Mon Sep 17 00:00:00 2001 From: Shadab Hussain Date: Tue, 28 Feb 2023 12:26:39 +0530 Subject: [PATCH 4/6] Update MySQL DB instance version Update MySQL DB instance version from 8.0.30 to 8.0.32 --- deployments/rds-s3/terraform/rds-s3-components/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/rds-s3/terraform/rds-s3-components/variables.tf b/deployments/rds-s3/terraform/rds-s3-components/variables.tf index bac9da991d..4fc4488629 100644 --- a/deployments/rds-s3/terraform/rds-s3-components/variables.tf +++ b/deployments/rds-s3/terraform/rds-s3-components/variables.tf @@ -84,7 +84,7 @@ variable "db_allocated_storage" { variable "mysql_engine_version" { type = string description = "The engine version of MySQL" - default = "8.0.30" + default = "8.0.32" } variable "backup_retention_period" { @@ -184,4 +184,4 @@ variable "notebook_idleness_check_period" { description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)" type = string default = 5 -} \ No newline at end of file +} From 841752285a045f8021cf77c0eff26b509a3af0c9 Mon Sep 17 00:00:00 2001 From: Shadab Hussain Date: Tue, 28 Feb 2023 12:54:26 +0530 Subject: [PATCH 5/6] Updated MySQL Version Update MySQL DB Instance from 8.0.30 to 8.0.32 --- deployments/cognito-rds-s3/terraform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/cognito-rds-s3/terraform/variables.tf b/deployments/cognito-rds-s3/terraform/variables.tf index eb32dfc151..909d2bee82 100644 --- a/deployments/cognito-rds-s3/terraform/variables.tf +++ b/deployments/cognito-rds-s3/terraform/variables.tf @@ -89,7 +89,7 @@ variable "db_allocated_storage" { variable "mysql_engine_version" { type = string description = "The engine version of MySQL" - default = "8.0.30" + default = "8.0.32" } variable "backup_retention_period" { @@ -222,4 +222,4 @@ variable "notebook_idleness_check_period" { description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)" type = string default = 5 -} \ No newline at end of file +} From 2c39b3ce587cbf1de716a7b356640aaa6640ff4f Mon Sep 17 00:00:00 2001 From: Shadab Hussain Date: Tue, 28 Feb 2023 12:55:13 +0530 Subject: [PATCH 6/6] Updated MySQL Version Updated MySQL DB Instance from 8.0.30 to 8.0.32 --- .../terraform/cognito-rds-s3-components/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/cognito-rds-s3/terraform/cognito-rds-s3-components/variables.tf b/deployments/cognito-rds-s3/terraform/cognito-rds-s3-components/variables.tf index d689bf1bb3..8c7ada65e0 100644 --- a/deployments/cognito-rds-s3/terraform/cognito-rds-s3-components/variables.tf +++ b/deployments/cognito-rds-s3/terraform/cognito-rds-s3-components/variables.tf @@ -91,7 +91,7 @@ variable "db_allocated_storage" { variable "mysql_engine_version" { type = string description = "The engine version of MySQL" - default = "8.0.30" + default = "8.0.32" } variable "backup_retention_period" { @@ -222,4 +222,4 @@ variable "notebook_idleness_check_period" { description = "How frequently the controller should poll each Notebook to update its LAST_ACTIVITY_ANNOTATION (minutes)" type = string default = 5 -} \ No newline at end of file +}