Skip to content

Commit c31ef89

Browse files
authored
Merge pull request #358 from Helene/v8.1.0_prep_publish
Publish v8.1.0
2 parents e47d7d5 + f4de2b9 commit c31ef89

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
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.6-1754586119
2+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.6-1760340943
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="9.0.0-dev"
20+
LABEL com.ibm.version="8.1.0"
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 8.1.0 (10/24/2025)
2+
Added check for empty/not acceptable values in the configuration file
3+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.6-1760340943
4+
5+
Tested with OpenTSDB version 2.4
6+
Tested with Grafana version 12.0.0
7+
Tested with RedHat community-powered Grafana operator v.5
8+
9+
10+
111
# Version 8.0.9 (09/01/2025)
212
* Fixed issue with version tag.
313

docs/SUPPORT_MATRIX.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
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.1.0 (10/24/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+
210
# Version 8.0.9 (09/01/2025)
311
Classic Scale:
412
- Python 3.9

requirements/requirements_ubi9.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ autocommand==2.2.2
77
# via jaraco-text
88
backports-tarfile==1.2.0
99
# via jaraco-context
10-
cheroot==10.0.1
10+
cheroot==11.0.0
1111
# via cherrypy
1212
cherrypy==18.10.0
1313
# via -r /root/requirements_ubi.in
1414
jaraco-collections==5.2.1
1515
# via cherrypy
1616
jaraco-context==6.0.1
1717
# via jaraco-text
18-
jaraco-functools==4.2.1
18+
jaraco-functools==4.3.0
1919
# via
2020
# cheroot
2121
# jaraco-text
2222
# tempora
2323
jaraco-text==4.0.0
2424
# via jaraco-collections
25-
more-itertools==10.7.0
25+
more-itertools==10.8.0
2626
# via
2727
# cheroot
2828
# cherrypy
@@ -32,13 +32,13 @@ portend==3.2.1
3232
# via cherrypy
3333
python-dateutil==2.9.0.post0
3434
# via tempora
35-
pyyaml==6.0.2
35+
pyyaml==6.0.3
3636
# via -r /root/requirements_ubi.in
3737
six==1.17.0
3838
# via python-dateutil
3939
tempora==5.8.1
4040
# via portend
41-
zc-lockfile==3.0.post1
41+
zc-lockfile==4.0
4242
# via cherrypy
4343

4444
# The following packages are considered to be unsafe in a requirements file:

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.0-dev'
23+
__version__ = '8.1.0'

0 commit comments

Comments
 (0)