File tree Expand file tree Collapse file tree 4 files changed +12
-27
lines changed Expand file tree Collapse file tree 4 files changed +12
-27
lines changed Original file line number Diff line number Diff line change 1
- ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3
1
+ ARG BASE=registry.access.redhat.com/ubi9/ubi:9.2
2
2
FROM $BASE
3
3
4
4
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
5
5
LABEL com.ibm.vendor="IBM"
6
- LABEL com.ibm.version="7.1.1 "
6
+ LABEL com.ibm.version="7.1.0 "
7
7
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
8
8
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
9
9
to the query requests acceptable by the Grafana integrated openTSDB plugin"
Original file line number Diff line number Diff line change 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
-
9
1
# Version 7.1.0 (11/20/2023)
10
2
Added a watch function observing changes in zimon sensor configuration and initiating the metadata refresh. \
11
3
Added methods to get metric attributes
Original file line number Diff line number Diff line change 1
1
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
-
9
2
# Version 7.1.0 (11/20/2023)
10
3
Classic Scale:
11
4
- Python 3.9
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
6
+ annotated-types==0.5 .0
7
7
# via pydantic
8
8
autocommand==2.2.2
9
9
# via jaraco-text
10
10
cheroot==10.0.0
11
11
# via cherrypy
12
- cherrypy==18.9 .0
12
+ cherrypy==18.8 .0
13
13
# via -r /root/requirements_ubi.in
14
14
inflect==7.0.0
15
15
# via jaraco-text
16
- jaraco-collections==5.0 .0
16
+ jaraco-collections==4.3 .0
17
17
# via cherrypy
18
18
jaraco-context==4.3.0
19
19
# via jaraco-text
20
- jaraco-functools==4.0 .0
20
+ jaraco-functools==3.8 .0
21
21
# via
22
22
# cheroot
23
23
# jaraco-text
24
24
# tempora
25
- jaraco-text==3.12.0
25
+ jaraco-text==3.11.1
26
26
# via jaraco-collections
27
- more-itertools==10.2 .0
27
+ more-itertools==10.0 .0
28
28
# via
29
29
# cheroot
30
30
# cherrypy
31
31
# jaraco-functools
32
32
# jaraco-text
33
33
portend==3.2.0
34
34
# via cherrypy
35
- pydantic==2.5.3
35
+ pydantic==2.1.0
36
36
# via inflect
37
- pydantic-core==2.14.6
37
+ pydantic-core==2.4.0
38
38
# via pydantic
39
- pytz==2023.3.post1
39
+ pytz==2023.3
40
40
# via tempora
41
41
tempora==5.5.0
42
42
# via portend
43
- typing-extensions==4.9.0
43
+ typing-extensions==4.7.1
44
44
# via
45
45
# inflect
46
46
# pydantic
You can’t perform that action at this time.
0 commit comments