File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Version 6.1.2 (03/20/2021)
2
+
3
+ Removed the "switching to the multi-threaded zimon port automatically" feature
4
+ Added logic closing the socket connection in case the query to the pmcollector ends up in an Exception
5
+ Added new "MOREINFO" level to the logger
6
+ Added log tracing for the cherrypy server process pid
7
+
8
+ Expanded test module with unit tests for the bridgeLogger module
9
+
10
+
11
+
1
12
# Version 6.1.1 (03/05/2021)
2
13
3
14
Added version tracking inside the bridge module
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 Spectrum Scale bridge for Grafana packages by version number:
2
2
3
+ # Version 6.1.2 (03/20/2021)
4
+ - Python 3.6
5
+ - CherryPy 18.6.0
6
+ - IBM Spectrum Scale system must run 5.0.5 FP2 and above or
7
+ - IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.0.1
8
+ - Grafana 7.1.0 and above
9
+
3
10
# Version 6.1.1 (03/05/2021)
4
11
- Python 3.6
5
12
- CherryPy 18.6.0
Original file line number Diff line number Diff line change 20
20
@author: HWASSMAN
21
21
'''
22
22
23
- __version__ = '6.1.1 '
23
+ __version__ = '6.1.2 '
You can’t perform that action at this time.
0 commit comments