Skip to content

Commit

Permalink
Upgrade docker cassandra to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Dec 26, 2024
1 parent 2818d69 commit e6a4fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion SIT/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6a4fef

Please sign in to comment.