-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(clickhouse): update versions and add 24.3
- Loading branch information
1 parent
ce12684
commit 15a5e2a
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,6 +363,7 @@ jobs: | |
version: | ||
[ | ||
"23.8.11.29.altinitystable", | ||
"24.3.5.47.altinitystable", | ||
] | ||
|
||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
CLICKHOUSE_SERVER_MIN_VERSION = "21.8.12.29" | ||
# Note: 21.8.12.29 and 21.8.13.1 are used in self-hosted builds | ||
# even though SaaS clusters are all on 22.8 or above | ||
CLICKHOUSE_SERVER_MAX_VERSION = "23.8.11.29" | ||
CLICKHOUSE_SERVER_MIN_VERSION = "22.8.15.25" | ||
# Note: some test regions are using 22.8.15.25. | ||
# 23.8.11.29 is the base image for self-hosted and | ||
# saas clusters should be on 23.8.11.29 | ||
CLICKHOUSE_SERVER_MAX_VERSION = "24.3.5.47" |