Skip to content

Commit 6a14895

Browse files
authored
Merge pull request #368 from Helene/v9.0.0-prep
Sync branch v9.0 with master
2 parents d0ce8b3 + 6486214 commit 6a14895

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG BASE
1717

1818
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
1919
LABEL com.ibm.vendor="IBM"
20-
LABEL com.ibm.version="9.0.0-dev"
20+
LABEL com.ibm.version="9.0.0"
2121
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
2222
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
2323
to the query requests acceptable by the Grafana integrated openTSDB plugin"

docs/RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Version 9.0.0 (10/30/2025)
2+
Added example yaml files to configure Openshift ServiceMonitor for a scale cluster running outside of this Openshift cluster
3+
Expanded configuration parameters to allow grafana-bridge socket host to bind to ip of specific network interface
4+
Removed python3.9 support, set required minimum level to 3.11
5+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi10/ubi:10.0-1760519443
6+
7+
Tested with OpenTSDB version 2.4
8+
Tested with Grafana version 12.0.0
9+
Tested with RedHat community-powered Grafana operator v.5
10+
11+
12+
113
# Version 8.1.0 (10/24/2025)
214
Added check for empty/not acceptable values in the configuration file
315
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.6-1760340943

docs/SUPPORT_MATRIX.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
The following matrix gives a quick overview of the supported software for the IBM Storage Scale bridge for Grafana packages by version number:
2+
# Version 9.0.0 (10/30/2025)
3+
Classic Scale:
4+
- Python 3.12
5+
- CherryPy 18.10.0
6+
- IBM Storage Scale system must run 6.0.0 and above
7+
- Grafana 12.0.0 and above
8+
- OpenTSDB 2.4
9+
10+
Cloud native:
11+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 6.0.0.1
12+
- RedHat community-powered Grafana-Operator v5
13+
214
# Version 8.1.0 (10/24/2025)
315
Classic Scale:
416
- Python 3.9
@@ -7,6 +19,10 @@ Classic Scale:
719
- Grafana 12.0.0 and above
820
- OpenTSDB 2.4
921

22+
Cloud native:
23+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
24+
- RedHat community-powered Grafana-Operator v5
25+
1026
# Version 8.0.9 (09/01/2025)
1127
Classic Scale:
1228
- Python 3.9
@@ -15,6 +31,10 @@ Classic Scale:
1531
- Grafana 12.0.0 and above
1632
- OpenTSDB 2.4
1733

34+
Cloud native:
35+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
36+
- RedHat community-powered Grafana-Operator v5
37+
1838
# Version 8.0.8 (09/01/2025)
1939
Classic Scale:
2040
- Python 3.9
@@ -23,6 +43,10 @@ Classic Scale:
2343
- Grafana 12.0.0 and above
2444
- OpenTSDB 2.4
2545

46+
Cloud native:
47+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
48+
- RedHat community-powered Grafana-Operator v5
49+
2650
# Version 8.0.7 (08/14/2025)
2751
Classic Scale:
2852
- Python 3.9
@@ -31,6 +55,10 @@ Classic Scale:
3155
- Grafana 12.0.0 and above
3256
- OpenTSDB 2.4
3357

58+
Cloud native:
59+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
60+
- RedHat community-powered Grafana-Operator v5
61+
3462
# Version 8.0.6 (05/28/2025)
3563
Classic Scale:
3664
- Python 3.9
@@ -42,7 +70,7 @@ Classic Scale:
4270
Cloud native:
4371
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
4472
- RedHat community-powered Grafana-Operator v5
45-
73+
4674
# Version 8.0.5 (05/10/2025)
4775
Classic Scale:
4876
- Python 3.9
@@ -55,7 +83,6 @@ Classic Scale:
5583
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
5684
- RedHat community-powered Grafana-Operator v5
5785

58-
5986
# Version 8.0.4 (04/10/2025)
6087
Classic Scale:
6188
- Python 3.9

source/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
@author: HWASSMAN
2121
'''
2222

23-
__version__ = '9.0.0-dev'
23+
__version__ = '9.0.0'

0 commit comments

Comments
 (0)