Skip to content

Commit 43885ef

Browse files
committed
prepare v8.0.5
Signed-off-by: hwassman <[email protected]>
1 parent ae20d4c commit 43885ef

File tree

5 files changed

+37
-4
lines changed

5 files changed

+37
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILD_ENV=prod
2-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1742918310
2+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1745854298
33

44
FROM $BASE AS build_prod
55
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
@@ -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.5-dev"
20+
LABEL com.ibm.version="8.0.5"
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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Version 8.0.5 (05/10/2025)
2+
Published example dashboards for monitoring ESS Hardware metrics: \
3+
- ESS Hardware Performance overview \
4+
- HW Components Temperature \
5+
- HW Fan Rotation \
6+
- PSU Power(mA*Volt) \
7+
Published example dashboards for monitoring the IBM Storage Scale cloud native project as part of Openshift Monitoring stack: \
8+
- Openshift cluster and IBM Storage Scale cloud native project overview\
9+
Added example yaml file for Deploying Prometheus as Grafanadatasource on an Openshift cluster via Grafana-operator v5. \
10+
Added example yaml file for Deploying GrafanaDashboard resource for monitoring IBM Storage Scale container native project on an Openshift cluster via Grafana-operator v5. \
11+
Added GPFSTSCOM sensor to PrometheusExporter supported sensors\
12+
13+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1745854298 \
14+
15+
Tested with OpenTSDB version 2.4
16+
Tested with Grafana version 12.0.0
17+
Tested with RedHat community-powered Grafana operator v.5
18+
19+
20+
121
# Version 8.0.4 (04/10/2025)
222
Added Deployment scripts to expose GPFS metrics to the Openshift Monitoring stack
323
Published example dashboards for monitoring ESS devices: \

docs/SUPPORT_MATRIX.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
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.5 (05/10/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+
14+
215
# Version 8.0.4 (04/10/2025)
316
Classic Scale:
417
- Python 3.9

requirements/requirements_ubi9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jaraco-functools==4.1.0
2222
# tempora
2323
jaraco-text==4.0.0
2424
# via jaraco-collections
25-
more-itertools==10.6.0
25+
more-itertools==10.7.0
2626
# via
2727
# cheroot
2828
# cherrypy

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.5-dev'
23+
__version__ = '8.0.5'

0 commit comments

Comments
 (0)