File tree Expand file tree Collapse file tree 5 files changed +39
-23
lines changed Expand file tree Collapse file tree 5 files changed +39
-23
lines changed Original file line number Diff line number Diff line change 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
2
2
FROM $BASE
3
3
4
4
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
Original file line number Diff line number Diff line change @@ -10,6 +10,14 @@ Tested with RedHat community-powered Grafana operator v.5
10
10
11
11
12
12
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
+
13
21
# Version 7.1.8 (08/29/2024)
14
22
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-1181.1724035907 \
15
23
Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ Classic Scale:
10
10
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.0
11
11
- RedHat community-powered Grafana-Operator v5
12
12
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
+
13
24
# Version 7.1.8 (08/29/2024)
14
25
Classic Scale:
15
26
- Python 3.9
Original file line number Diff line number Diff line change 8
8
#
9
9
# setuptools
10
10
cherrypy
11
+ PyYAML
12
+ psutil
11
13
# urllib3
12
14
# requests
Original file line number Diff line number Diff line change 3
3
#
4
4
# pip-compile --output-file=/root/requirements_ubi9.txt /root/requirements_ubi.in
5
5
#
6
- annotated-types==0.6.0
7
- # via pydantic
8
6
autocommand==2.2.2
9
7
# via jaraco-text
10
- cheroot==10.0.0
8
+ backports-tarfile==1.2.0
9
+ # via jaraco-context
10
+ cheroot==10.0.1
11
11
# via cherrypy
12
- cherrypy==18.9 .0
12
+ cherrypy==18.10 .0
13
13
# 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
17
15
# via cherrypy
18
- jaraco-context==4.3.0
16
+ jaraco-context==6.0.1
19
17
# via jaraco-text
20
- jaraco-functools==4.0 .0
18
+ jaraco-functools==4.1 .0
21
19
# via
22
20
# cheroot
23
21
# jaraco-text
24
22
# tempora
25
- jaraco-text==3.12 .0
23
+ jaraco-text==4.0 .0
26
24
# via jaraco-collections
27
- more-itertools==10.2 .0
25
+ more-itertools==10.5 .0
28
26
# via
29
27
# cheroot
30
28
# cherrypy
31
29
# jaraco-functools
32
30
# jaraco-text
33
31
portend==3.2.0
34
32
# 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
40
36
# 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
42
42
# via portend
43
- typing-extensions==4.9.0
44
- # via
45
- # inflect
46
- # pydantic
47
- # pydantic-core
48
43
zc-lockfile==3.0.post1
49
44
# via cherrypy
50
45
You can’t perform that action at this time.
0 commit comments