Skip to content

Commit c6a6547

Browse files
committed
set current version 6.1.2, update changelog
1 parent dead10c commit c6a6547

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
# Version 6.1.1 (03/05/2021)
213

314
Added version tracking inside the bridge module

docs/SUPPORT_MATRIX.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
The following matrix gives a quick overview of the supported software for the IBM Spectrum Scale bridge for Grafana packages by version number:
22

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+
310
# Version 6.1.1 (03/05/2021)
411
- Python 3.6
512
- CherryPy 18.6.0

source/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
@author: HWASSMAN
2121
'''
2222

23-
__version__ = '6.1.1'
23+
__version__ = '6.1.2'

0 commit comments

Comments
 (0)