Skip to content

Commit

Permalink
ref(clickhouse): update versions and add 24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MeredithAnya committed Aug 28, 2024
1 parent 72f14f0 commit 1b41b62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ jobs:
version:
[
"23.8.11.29.altinitystable",
"24.3.5.47.altinitystable",
]

steps:
Expand Down
9 changes: 5 additions & 4 deletions snuba/migrations/clickhouse.py
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"

0 comments on commit 1b41b62

Please sign in to comment.