You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
# 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)
3
3
- 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
+
5
7
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
7
9
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
0 commit comments