Skip to content

Commit 402d9e9

Browse files
committed
set current version 6.1.1, update changelog
1 parent 74970b5 commit 402d9e9

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

docs/CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1+
# Version 6.1.1 (03/05/2021)
2+
3+
Added version tracking inside the bridge module
4+
Added "config.ini" file with the default configuration settings, which can be updated, saved away and restored by the user
5+
Expanded list of the editable command line arguments
6+
- added argument:'tlsKeyFile'; Name of TLS key file, f.e.: privkey.pem
7+
- added argument:'tlsCertFile'; Name of TLS certificate file, f.e.: cert.pem
8+
- splitted the 'logFile' argument in the 'logPath', allowing to modify the location of the log files, and the 'logFile', editable log file name
9+
Moved the default log location outside the bridge source code
10+
- default location path of the log file set to: "/var/log/ibm_bridge_for_grafana"
11+
12+
Expanded test module with more unit tests
13+
14+
Added Wiki link to the README
15+
Improved the documentation about the bridge setup in a cloud native environment(CNSA)
16+
Updated documentation about the bridge configuration using http(ssl) connection
17+
18+
19+
120
# Version 6.1 (12/10/2020)
221

3-
Added suppor for [IBM Spectrum Scale Container Native Storage Access 5.1.0.1](https://www.ibm.com/support/knowledgecenter/STXKQY_CNS_SHR/com.ibm.spectrum.scale.cns.v5r101.doc/introduction.html)
22+
Added support for [IBM Spectrum Scale Container Native Storage Access 5.1.0.1](https://www.ibm.com/support/knowledgecenter/STXKQY_CNS_SHR/com.ibm.spectrum.scale.cns.v5r101.doc/introduction.html)
423
- added example yaml files which can be used to run the bridge in a cloud native environment.
524
- added example yaml files which can be used to connect the bridge to a Grafana instance running in a cloud native environment.
625
- added instructions describing how to deploy the bridge in a container running in a k8s/Openshift environment

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.1 (03/05/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 (12/10/2020)
411
- Python 3.6
512
- CherryPy 18.0.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'
23+
__version__ = '6.1.1'

0 commit comments

Comments
 (0)