Skip to content

Commit 8b8fdcf

Browse files
committed
prepare v7.2.1
Signed-off-by: hwassman <[email protected]>
1 parent 5838b67 commit 8b8fdcf

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1732804088
1+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1736404036
22
FROM $BASE
33

44
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
55
LABEL com.ibm.vendor="IBM"
6-
LABEL com.ibm.version="7.2.0"
6+
LABEL com.ibm.version="7.2.1"
77
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
88
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
99
to the query requests acceptable by the Grafana integrated openTSDB plugin"

docs/RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 7.2.1 (01/15/2025)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1736404036 \
3+
4+
Tested with Grafana version 11
5+
Tested with RedHat community-powered Grafana operator v.5
6+
7+
8+
19
# Version 7.2.0 (12/06/2024)
210
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.5-1732804088 \
311
Speed up OpenTSDB /search/lookup REST Api endpoint response time \

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 7.2.1 (01/15/2025)
3+
Classic Scale:
4+
- Python 3.9
5+
- CherryPy 18.10.0
6+
- IBM Storage Scale system must run 5.1.9 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.1.9.8,5.2.2.1
11+
- RedHat community-powered Grafana-Operator v5
12+
13+
214
# Version 7.2.0 (12/06/2024)
315
Classic Scale:
416
- Python 3.9

requirements/requirements_ubi9.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jaraco-collections==5.1.0
1515
# via cherrypy
1616
jaraco-context==6.0.1
1717
# via jaraco-text
18-
jaraco-functools==4.0.2
18+
jaraco-functools==4.1.0
1919
# via
2020
# cheroot
2121
# jaraco-text
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
@@ -32,9 +32,9 @@ portend==3.2.0
3232
# via cherrypy
3333
python-dateutil==2.9.0.post0
3434
# via tempora
35-
six==1.16.0
35+
six==1.17.0
3636
# via python-dateutil
37-
tempora==5.7.0
37+
tempora==5.8.0
3838
# via portend
3939
zc-lockfile==3.0.post1
4040
# 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__ = '7.2.0'
23+
__version__ = '7.2.1'

0 commit comments

Comments
 (0)