Skip to content

Commit aac7625

Browse files
authored
Update CHANGELOG.md
1 parent 493b5da commit aac7625

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Version 7.0.1 (07/21/2021)
2-
Added support for [IBM Spectrum Scale Container Native Storage Access 5.1.1.1](https://www.ibm.com/support/knowledgecenter/STXKQY_CNS_SHR/com.ibm.spectrum.scale.cns.v5r101.doc/introduction.html)
2+
Added support for [IBM Spectrum Scale Container Native Storage Access 5.1.1.1](https://www.ibm.com/docs/en/scalecontainernative?topic=spectrum-scale-container-native-storage-access-5111)
33
- updated example deployment yaml files according the API key authentication changes introduced to the IBM Spectrum Scale Performance monitoring tool
4-
Modified config.ini allowing to specify the file path, where the 'apiKeyValue' is stored, instead of entering a key value in this file.
4+
5+
Modified config.ini allowing to specify the file path, where the 'apiKeyValue' is stored, instead of entering a key value in this file
6+
57
Added the new command line argument'protocol'
6-
- Using this argument the user can decide if the bridge incoming requests should happen over HTTP or HTTPS connection
8+
- using this argument the user can decide if the bridge incoming requests should happen over HTTP or HTTPS connection
79
Removed fixed port numbers for HTTP/HTTPS connections.
8-
- 4242 and 8443 still default ports for the bridge HTTP/HTTPS cnnections, but not fixed anymore.
9-
Added logic to re-attempt to get the MetaData from the pmcollector in case no data have been returned during the bridge start instead of stopping the process directly.
10+
- 4242 and 8443 still default ports for the bridge HTTP/HTTPS cnnections, but not fixed anymore
11+
12+
Added logic to re-attempt to get the MetaData from the pmcollector in case no data have been returned during the bridge start instead of stopping the process directly
1013
- MAX_RETRY_COUNT = 3
1114

1215
Expanded test module with more unit tests

0 commit comments

Comments
 (0)