Skip to content

v7.0.1 (2021-07-21)

Compare
Choose a tag to compare
@Helene Helene released this 21 Jul 20:14
· 167 commits to v7.0 since this release
990e7ac

Software maintenance

  • Expanded test module with more unit tests
  • Tested with Grafana version 7.5.1 and 8.0.3

Features / Enhancements

  • Added support for IBM Spectrum Scale Container Native Storage Access 5.1.1.1
    • updated example deployment yaml files according the API key authentication changes introduced to the IBM Spectrum Scale Performance monitoring tool
  • Modified config.ini allowing to specify the file path, where the 'apiKeyValue' is stored, instead of entering a key value in this file
  • Added the new command line argument 'protocol'
    • using this argument the user can decide if the bridge incoming requests should happen over HTTP or HTTPS connection
  • Removed fixed port numbers for HTTP/HTTPS connections.
    • 4242 and 8443 still default ports for the bridge HTTP/HTTPS connections, but not fixed anymore
  • 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
    • MAX_RETRY_COUNT = 3