From e6a4fef2c78ebd7692f2f59d69980cceb6e302ef Mon Sep 17 00:00:00 2001 From: Madhavan Sridharan Date: Thu, 26 Dec 2024 09:36:26 -0500 Subject: [PATCH] Upgrade docker cassandra to 5 --- RELEASE.md | 1 + SIT/environment.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 951b4627..149d9498 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,6 +2,7 @@ ## [5.2.0] - 2025-xx-xx - Upgraded to use Spark `3.5.4`. +- Cassandra Docker image tag is now set to `cassandra:5`. ## [5.1.4] - 2024-12-04 - Bug fix: Any run started with a `previousRunId` that is not found in the `cdm_run_info` table (for whatever reason), will be executed as a fresh new run instead of doing nothing. diff --git a/SIT/environment.sh b/SIT/environment.sh index cc7cff5d..d12d424a 100755 --- a/SIT/environment.sh +++ b/SIT/environment.sh @@ -68,7 +68,7 @@ fi ### # These variables are hard-coded for now SUBNET=$(echo ${CIDR} | cut -d. -f1-3) -CASS_VERSION=5.0 +CASS_VERSION=5 CDM_VERSION=latest #============================================================================================================================== # Helper Functions