Skip to content

Commit 1db9aa4

Browse files
authored
Merge pull request #2466 from amnonh/add_docs_4_9
Add docs for 4.9 release
2 parents bc5b697 + eeb684e commit 1db9aa4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
# Build documentation for the following tags and branches
1313
TAGS = []
14-
BRANCHES = ['master', 'branch-3.4', 'branch-3.5', 'branch-3.6', 'branch-3.7', 'branch-3.8', 'branch-3.9', 'branch-3.10', 'branch-4.0', 'branch-4.1', 'branch-4.2', 'branch-4.3', 'branch-4.4', 'branch-4.5', 'branch-4.6', 'branch-4.7', 'branch-4.8']
14+
BRANCHES = ['master', 'branch-3.4', 'branch-3.5', 'branch-3.6', 'branch-3.7', 'branch-3.8', 'branch-3.9', 'branch-3.10', 'branch-4.0', 'branch-4.1', 'branch-4.2', 'branch-4.3', 'branch-4.4', 'branch-4.5', 'branch-4.6', 'branch-4.7', 'branch-4.8', 'branch-4.9']
1515
# Set the latest version.
1616
LATEST_VERSION = 'branch-4.8'
1717
# Set which versions are not released yet.
18-
UNSTABLE_VERSIONS = ['master']
18+
UNSTABLE_VERSIONS = ['master', 'branch-4.9']
1919
# Set which versions are deprecated
2020
DEPRECATED_VERSIONS = []
2121

docs/source/install/monitoring-stack.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Prerequisites
2525
* - Scylla Monitoring Stack Version
2626
- Prometheus Version
2727
- Grafana Version
28+
* - 4.9
29+
- 3.1.0
30+
- 11.4.0
2831
* - 4.8
2932
- 2.53.1
3033
- 11.1.0

docs/source/reference/matrix.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ The following table shows which version of Scylla Monitoring Stack supports dash
1414
- Scylla Enterprise Version
1515
- Node_exporter[1] Version
1616
- Scylla Manager Version
17+
* - 4.9
18+
- 6.0, 6.1, 6.2
19+
- 2022.2, 2023.1, 2024.1, 2024.2, 2025.1
20+
- 1.7.0
21+
- 3.4
1722
* - 4.8
1823
- 5.2, 5.4, 6.0, 6.1
1924
- 2022.1, 2022.2, 2023.1, 2024.1, 2024.2

0 commit comments

Comments
 (0)