Skip to content

Commit ded3339

Browse files
authored
Revert "merge ubi9.3 changes"
1 parent 356d612 commit ded3339

File tree

4 files changed

+12
-27
lines changed

4 files changed

+12
-27
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.3
1+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.2
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.1.1"
6+
LABEL com.ibm.version="7.1.0"
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: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# Version 7.1.1 (01/18/2024)
2-
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.3 \
3-
4-
Tested with Grafana version 9.5
5-
Tested with RedHat community-powered Grafana operator v.5
6-
7-
8-
91
# Version 7.1.0 (11/20/2023)
102
Added a watch function observing changes in zimon sensor configuration and initiating the metadata refresh. \
113
Added methods to get metric attributes

docs/SUPPORT_MATRIX.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
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.1.1 (01/18/2024)
3-
Classic Scale:
4-
- Python 3.9
5-
- CherryPy 18.9.0
6-
- IBM Storage Scale system must run 5.1.9 and above
7-
- Grafana 9.5.0 and above
8-
92
# Version 7.1.0 (11/20/2023)
103
Classic Scale:
114
- Python 3.9

requirements/requirements_ubi9.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,44 @@
33
#
44
# pip-compile --output-file=/root/requirements_ubi9.txt /root/requirements_ubi.in
55
#
6-
annotated-types==0.6.0
6+
annotated-types==0.5.0
77
# via pydantic
88
autocommand==2.2.2
99
# via jaraco-text
1010
cheroot==10.0.0
1111
# via cherrypy
12-
cherrypy==18.9.0
12+
cherrypy==18.8.0
1313
# via -r /root/requirements_ubi.in
1414
inflect==7.0.0
1515
# via jaraco-text
16-
jaraco-collections==5.0.0
16+
jaraco-collections==4.3.0
1717
# via cherrypy
1818
jaraco-context==4.3.0
1919
# via jaraco-text
20-
jaraco-functools==4.0.0
20+
jaraco-functools==3.8.0
2121
# via
2222
# cheroot
2323
# jaraco-text
2424
# tempora
25-
jaraco-text==3.12.0
25+
jaraco-text==3.11.1
2626
# via jaraco-collections
27-
more-itertools==10.2.0
27+
more-itertools==10.0.0
2828
# via
2929
# cheroot
3030
# cherrypy
3131
# jaraco-functools
3232
# jaraco-text
3333
portend==3.2.0
3434
# via cherrypy
35-
pydantic==2.5.3
35+
pydantic==2.1.0
3636
# via inflect
37-
pydantic-core==2.14.6
37+
pydantic-core==2.4.0
3838
# via pydantic
39-
pytz==2023.3.post1
39+
pytz==2023.3
4040
# via tempora
4141
tempora==5.5.0
4242
# via portend
43-
typing-extensions==4.9.0
43+
typing-extensions==4.7.1
4444
# via
4545
# inflect
4646
# pydantic

0 commit comments

Comments
 (0)