Skip to content

Commit

Permalink
Merge pull request #2127 from amnonh/add_4_6
Browse files Browse the repository at this point in the history
Add 4.6 support
  • Loading branch information
amnonh authored Dec 13, 2023
2 parents e33b0ce + a5702d8 commit 3a51858
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/source/install/monitoring-stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Prerequisites
* - Scylla Monitoring Stack Version
- Prometheus Version
- Grafana Version
* - 4.6
- 2.48.1
- 10.2.2
* - 4.5
- 2.47.1
- 10.1.5
Expand Down
5 changes: 5 additions & 0 deletions docs/source/reference/matrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ The following table shows which version of Scylla Monitoring Stack supports dash
- Scylla Enterprise Version
- Node_exporter[1] Version
- Scylla Manager Version
* - 4.6
- 5.2, 5.4
- 2021.1, 2022.1, 2022.2, 2023.1, 2024.1
- 1.4.1
- 3.0, 3.1, 3.2
* - 4.5
- 5.0,5.1,5.2,5.4
- 2020.1, 2021.1, 2022.1, 2022.2, 2023.1
Expand Down
9 changes: 7 additions & 2 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@ DEFAULT_VERSION["4.5"]="5.2"
DEFAULT_ENTERPRISE_VERSION["4.5"]="2023.1"
MANAGER_DEFAULT_VERSION["4.5"]="3.1"
MANAGER_SUPPORTED_VERSIONS["4.5"]="3.0,3.1,3.2"
SUPPORTED_VERSIONS["4.6"]="5.2,5.4,2021.1,2022.1,2022.2,2023.1,2024.1,master"
DEFAULT_VERSION["4.6"]="5.4"
DEFAULT_ENTERPRISE_VERSION["4.6"]="2023.1"
MANAGER_DEFAULT_VERSION["4.6"]="3.1"
MANAGER_SUPPORTED_VERSIONS["4.6"]="3.0,3.1,3.2"
MANAGER_DEFAULT_VERSION["master"]="3.1"
PROMETHEUS_VERSION=v2.48.0
PROMETHEUS_VERSION=v2.48.1
ALERT_MANAGER_VERSION="v0.26.0"
GRAFANA_VERSION=10.2.1
GRAFANA_VERSION=10.2.2
LOKI_VERSION="2.9.2"
GRAFANA_RENDERER_VERSION="3.8.4"
THANOS_VERSION="v0.32.4"
Expand Down

0 comments on commit 3a51858

Please sign in to comment.