Skip to content

Commit c82cee9

Browse files
committed
prepare v9.0.1
Signed-off-by: hwassman <[email protected]>
1 parent 2ef73e0 commit c82cee9

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-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/ubi10/ubi:10.0-1760519443
2+
ARG BASE=registry.access.redhat.com/ubi10/ubi:10.0-1762765098
33

44
FROM $BASE AS build_prod
55
ONBUILD COPY ./requirements/requirements_ubi10.txt /root/requirements_ubi10.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="9.0.1-dev"
20+
LABEL com.ibm.version="9.0.1"
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Version 9.0.1 (12/19/2025)
2+
Published [example dashboard](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/blob/master/examples/grafana_dashboards/GPFS_cluster_communication_statistics/IBM%20Storage%20Scale%20Network%20Overview-1763571518612.json) for observing the Network issues within the IBM Storage Scale clusters
3+
Switched to a non-root user in a docker image
4+
Addressed the findings of the MEND security scan
5+
Improved performance of prometheus scrap job queries by skipping the transfer of the domain RangeData
6+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi10/ubi:10.0-1762765098
7+
8+
Tested with OpenTSDB version 2.4
9+
Tested with Grafana version 12.0.2
10+
Tested with RedHat community-powered Grafana operator v.5
11+
12+
13+
114
# Version 9.0.0 (10/30/2025)
215
Added example yaml files to configure Openshift ServiceMonitor for a scale cluster running outside of this Openshift cluster
316
Expanded configuration parameters to allow grafana-bridge socket host to bind to ip of specific network interface

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 9.0.1 (12/19/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.2
12+
- RedHat community-powered Grafana-Operator v5
13+
214
# Version 9.0.0 (10/30/2025)
315
Classic Scale:
416
- Python 3.12

requirements/requirements_ubi10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
autocommand==2.2.2
77
# via jaraco-text
8-
cheroot==11.0.0
8+
cheroot==11.1.2
99
# via cherrypy
1010
cherrypy==18.10.0
1111
# via -r /root/requirements_ubi.in

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.1-dev'
23+
__version__ = '9.0.1'

0 commit comments

Comments
 (0)