Skip to content

Commit 63f7447

Browse files
committed
prepare v8.0.4
Signed-off-by: hwassman <[email protected]>
1 parent 94f31fe commit 63f7447

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
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-1736404036
2+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1742918310
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.4-dev"
20+
LABEL com.ibm.version="8.0.4"
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Version 8.0.4 (04/10/2025)
2+
Added Deployment scripts to expose GPFS metrics to the Openshift Monitoring stack
3+
Published example dashboards for monitoring ESS devices: \
4+
- System load overview \
5+
- CPU utilization details \
6+
- Network Data transfer details \
7+
- InfiniBand Data transfer details \
8+
- Filesystem Data transfers rate \
9+
- Filesystem Data transfer rate per Node\
10+
- Filesystem Data transfers rate \
11+
Reworked Dockerfile allowing compile python requirements list during grafana-bridge image build \
12+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1742918310 \
13+
14+
Tested with Grafana version 11.5.0
15+
Tested with RedHat community-powered Grafana operator v.5
16+
17+
18+
119
# Version 8.0.3 (01/20/2025)
220
Added GPFSPoolCap, GPFSInodeCap and GPFSFCMDA sensors to the supported PrometheusExporter endpoints \
321
Added HTTP Api REST endpoint for querying last metric sample (OpenTSDB plugin)

docs/SUPPORT_MATRIX.md

Lines changed: 11 additions & 2 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.4 (04/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 11.5.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.3 (01/20/2025)
314
Classic Scale:
415
- Python 3.9
@@ -7,7 +18,6 @@ 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.3
1121
- RedHat community-powered Grafana-Operator v5
1222

1323
# Version 8.0.2 (12/18/2024)
@@ -18,7 +28,6 @@ Classic Scale:
1828
- Grafana 11.0.0 and above
1929

2030
Cloud native:
21-
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.3
2231
- RedHat community-powered Grafana-Operator v5
2332

2433
# Version 8.0.1 (12/10/2024)

requirements/requirements_ubi9.txt

Lines changed: 2 additions & 2 deletions
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.5.0
25+
more-itertools==10.6.0
2626
# via
2727
# cheroot
2828
# cherrypy
@@ -36,7 +36,7 @@ pyyaml==6.0.2
3636
# via -r /root/requirements_ubi.in
3737
six==1.17.0
3838
# via python-dateutil
39-
tempora==5.7.0
39+
tempora==5.8.0
4040
# via portend
4141
zc-lockfile==3.0.post1
4242
# via 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.4-dev'
23+
__version__ = '8.0.4'

0 commit comments

Comments
 (0)