Skip to content

Commit 75d3427

Browse files
committed
update requirements list
Signed-off-by: hwassman <[email protected]>
1 parent 642a852 commit 75d3427

File tree

5 files changed

+39
-23
lines changed

5 files changed

+39
-23
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907
1+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543
22
FROM $BASE
33

44
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"

docs/RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Tested with RedHat community-powered Grafana operator v.5
1010

1111

1212

13+
# Version 7.1.9 (09/27/2024)
14+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-1214.1726694543 \
15+
16+
Tested with Grafana version 11
17+
Tested with RedHat community-powered Grafana operator v.5
18+
19+
20+
1321
# Version 7.1.8 (08/29/2024)
1422
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 \
1523

docs/SUPPORT_MATRIX.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ Classic Scale:
1010
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
1111
- RedHat community-powered Grafana-Operator v5
1212

13+
# Version 7.1.9 (09/27/2024)
14+
Classic Scale:
15+
- Python 3.9
16+
- CherryPy 18.9.0
17+
- IBM Storage Scale system must run 5.1.9 and above
18+
- Grafana 11.0.0 and above
19+
20+
Cloud native:
21+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1
22+
- RedHat community-powered Grafana-Operator v5
23+
1324
# Version 7.1.8 (08/29/2024)
1425
Classic Scale:
1526
- Python 3.9

requirements/requirements_ubi.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
#
99
# setuptools
1010
cherrypy
11+
PyYAML
12+
psutil
1113
# urllib3
1214
# requests

requirements/requirements_ubi9.txt

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,43 @@
33
#
44
# pip-compile --output-file=/root/requirements_ubi9.txt /root/requirements_ubi.in
55
#
6-
annotated-types==0.6.0
7-
# via pydantic
86
autocommand==2.2.2
97
# via jaraco-text
10-
cheroot==10.0.0
8+
backports-tarfile==1.2.0
9+
# via jaraco-context
10+
cheroot==10.0.1
1111
# via cherrypy
12-
cherrypy==18.9.0
12+
cherrypy==18.10.0
1313
# via -r /root/requirements_ubi.in
14-
inflect==7.0.0
15-
# via jaraco-text
16-
jaraco-collections==5.0.0
14+
jaraco-collections==5.1.0
1715
# via cherrypy
18-
jaraco-context==4.3.0
16+
jaraco-context==6.0.1
1917
# via jaraco-text
20-
jaraco-functools==4.0.0
18+
jaraco-functools==4.1.0
2119
# via
2220
# cheroot
2321
# jaraco-text
2422
# tempora
25-
jaraco-text==3.12.0
23+
jaraco-text==4.0.0
2624
# via jaraco-collections
27-
more-itertools==10.2.0
25+
more-itertools==10.5.0
2826
# via
2927
# cheroot
3028
# cherrypy
3129
# jaraco-functools
3230
# jaraco-text
3331
portend==3.2.0
3432
# via cherrypy
35-
pydantic==2.5.3
36-
# via inflect
37-
pydantic-core==2.14.6
38-
# via pydantic
39-
pytz==2023.3.post1
33+
psutil==6.0.0
34+
# via -r /root/requirements_ubi.in
35+
python-dateutil==2.9.0.post0
4036
# via tempora
41-
tempora==5.5.0
37+
pyyaml==6.0.2
38+
# via -r /root/requirements_ubi.in
39+
six==1.16.0
40+
# via python-dateutil
41+
tempora==5.7.0
4242
# via portend
43-
typing-extensions==4.9.0
44-
# via
45-
# inflect
46-
# pydantic
47-
# pydantic-core
4843
zc-lockfile==3.0.post1
4944
# via cherrypy
5045

0 commit comments

Comments
 (0)