File tree Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 11ARG 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
44FROM $BASE AS build_prod
55ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
@@ -17,7 +17,7 @@ ARG BASE
1717
1818LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
1919LABEL com.ibm.vendor="IBM"
20- LABEL com.ibm.version="9.0.0-dev "
20+ LABEL com.ibm.version="8.1.0 "
2121LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
2222LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
2323to the query requests acceptable by the Grafana integrated openTSDB plugin"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11The 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)
311Classic Scale:
412 - Python 3.9
Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ autocommand==2.2.2
77 # via jaraco-text
88backports-tarfile==1.2.0
99 # via jaraco-context
10- cheroot==10 .0.1
10+ cheroot==11 .0.0
1111 # via cherrypy
1212cherrypy==18.10.0
1313 # via -r /root/requirements_ubi.in
1414jaraco-collections==5.2.1
1515 # via cherrypy
1616jaraco-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
2323jaraco-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
3333python-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
3737six==1.17.0
3838 # via python-dateutil
3939tempora==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:
Original file line number Diff line number Diff line change 2020@author: HWASSMAN
2121'''
2222
23- __version__ = '9.0.0-dev '
23+ __version__ = '8.1.0 '
You can’t perform that action at this time.
0 commit comments