Skip to content

Commit bb2e3f9

Browse files
committed
prepare v8.0.3
Signed-off-by: hwassman <[email protected]>
1 parent 06923b2 commit bb2e3f9

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
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="8.0.3-dev"
20+
LABEL com.ibm.version="8.0.3"
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 8.0.3 (01/20/2025)
2+
Added GPFSPoolCap, GPFSInodeCap and GPFSFCMDA sensors to the supported PrometheusExporter endpoints \
3+
Added HTTP Api REST endpoint for querying last metric sample (OpenTSDB plugin)
4+
Reworked Dockerfile allowing build grafana-bridge image from Redhat UBI9/Python3.9 \
5+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1736404036 \
6+
7+
Tested with Grafana version 11.0.0
8+
Tested with RedHat community-powered Grafana operator v.5
9+
10+
11+
112
# Version 8.0.2 (12/18/2024)
213
Added GPFSNSDPool, GPFSNSDFS sensors to the supported PrometheusExporter endpoints
314
Added LOGLEVEL to the Dockerfile editable command line arguments

docs/SUPPORT_MATRIX.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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 8.0.3 (01/20/2025)
3+
Classic Scale:
4+
- Python 3.9
5+
- CherryPy 18.10.0
6+
- IBM Storage Scale system must run 5.2.2 and above
7+
- Grafana 11.0.0 and above
8+
9+
Cloud native:
10+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
11+
- RedHat community-powered Grafana-Operator v5
12+
213
# Version 8.0.2 (12/18/2024)
314
Classic Scale:
415
- Python 3.9
@@ -7,7 +18,7 @@ Classic Scale:
718
- Grafana 11.0.0 and above
819

920
Cloud native:
10-
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
21+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
1122
- RedHat community-powered Grafana-Operator v5
1223

1324
# Version 8.0.1 (12/10/2024)
@@ -18,7 +29,6 @@ Classic Scale:
1829
- Grafana 11.0.0 and above
1930

2031
Cloud native:
21-
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
2232
- RedHat community-powered Grafana-Operator v5
2333

2434
# Version 8.0.0 (04/26/2024)
@@ -29,7 +39,6 @@ Classic Scale:
2939
- Grafana 10.2.3 and above
3040

3141
Cloud native:
32-
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
3342
- RedHat community-powered Grafana-Operator v5
3443

3544
# Version 7.2.1 (01/15/2025)

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__ = '8.0.3-dev'
23+
__version__ = '8.0.3'

0 commit comments

Comments
 (0)