Skip to content

Commit 9846f94

Browse files
committed
prepare v8.0.6
Signed-off-by: hwassman <[email protected]>
1 parent 1ba6f52 commit 9846f94

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
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.6-dev"
20+
LABEL com.ibm.version="8.0.6"
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Version 8.0.6 (05/28/2025)
2+
Published example dashboard for observing high level health status of all gpfs devices rgistered and managed with Grafana\
3+
Improved rawCounters setting management by PrometheusExporter\
4+
Added RAWDATA to the Dockerfile editable command line arguments\
5+
Added HTTP Api REST endpoint for querying sensor metrics details\
6+
7+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.6-1747219013 \
8+
9+
Tested with OpenTSDB version 2.4
10+
Tested with Grafana version 12.0.0
11+
Tested with RedHat community-powered Grafana operator v.5
12+
13+
14+
115
# Version 8.0.5 (05/10/2025)
216
Published example dashboards for monitoring ESS Hardware metrics: \
317
- ESS Hardware Performance overview \

docs/SUPPORT_MATRIX.md

Lines changed: 12 additions & 0 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 8.0.6 (05/28/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 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 5.2.3
12+
- RedHat community-powered Grafana-Operator v5
13+
214
# Version 8.0.5 (05/10/2025)
315
Classic Scale:
416
- 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__ = '8.0.6-dev'
23+
__version__ = '8.0.6'

0 commit comments

Comments
 (0)