Releases: IBM/ibm-spectrum-scale-bridge-for-grafana
Releases · IBM/ibm-spectrum-scale-bridge-for-grafana
v7.0.9 (2023-08-20)
Software maintenance
- Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.2
- Tested with Grafana version 9.5
- Tested with RedHat community-powered Grafana operator v.5
Features / Enhancements
- New deployment scripts :
- Example yaml files for Deploying end-to-end Grafana environment on an Openshift cluster via Grafana-operator v5
- Example yaml file for the grafana-bridge service route allowing an external Grafana instance query data from grafana-bridge running inside an Openshift cluster
- New example Dashboards :
- Example Dashboards compatible with Grafana 9.5
Full Changelog: v7.0.8...v7.0.9
v7.0.8 (2022-12-06)
Software maintenance
- Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.7
- Made Dockerfile compatibe with OpenShift style allowing to specify user/group settings at the image build time.
- Added Workaround for Disk Capacity sensors allowing to query and fetch data from the archived (on disk data).
- Tested with Grafana version 7.5.17 and 9.0.0
- Tested with RedHat community-powered Grafana operator v.4.8
Features / Enhancements
- New articles in the IBM Spectrum Scale bridge for Grafana Wiki :
Full Changelog: v7.0.7...v7.0.8
v7.0.7 (2022-09-21)
Software maintenance
- Tested with Grafana version 7.5.16 and 9.0.0
- Tested with RedHat community-powered Grafana operator v.4.6
Features / Enhancements
- Some code changes done to the QueryHandler package to improve query performance
- Fixed issue in parsing zimon sensors config, having new filter format for Network sensor
- Updated dashboard examples for making them compatible with Grafana 9.0.0
v7.0.6 (2022-04-12)
Software maintenance
- Tested with Grafana version 8.0.3
- Tested with RedHat community-powered Grafana operator v.4.2
Features / Enhancements
- Provided workaround for the zimon query issue not returning all metrics results for the GPFSDiskCap sensor.
- Added non root user to the Dockerfile. This way the main process will be started with a non-root user when running in a container.
- Added labels to the Dockerfile.
v7.0.5 (2022-02-10)
Software maintenance
- Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.5
- Tested with Grafana version 7.5.1 and 8.0.3
- Tested with RedHat community-powered Grafana operator v.4.1
Features / Enhancements
- Added 'caCertPath' to the configurable parameters, which allows the user to enable or disable CA certificate verification for the REST API HTTPS connections to the pmcollector.
- Added 'retryDelay' to the configurable parameters. Using this parameter the user can control how long the bridge should sleep before re-attempting to query the MetaData, in case no data was returned by pmcollector through the initial bridge startup
v7.0.4 (2021-09-22)
Software maintenance
- Moved out the documentation files from the repository content. They have been placed on the project Wiki
Features / Enhancements
- Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-209 image
v7.0.3 (2021-08-13)
Software maintenance
- Tested with Grafana version 7.5.1 and 8.0.3
- Tested with RedHat community-powered Grafana operator v.3.10.3
Features / Enhancements
- Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-206 image
- Added requirements_ubi8.txt file including the required python packages versions to run the bridge in an OpenShift production environment, on top of the Redhat UBI8 image
v7.0.2 (2021-08-02)
Software maintenance
- Tested with Grafana version 7.5.1 and 8.0.3
- Tested with RedHat community-powered Grafana operator v.3.10.3
Features / Enhancements
- Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi image
- Changed the sleep time(60 seconds) for re-attempting of the MetaData retrieval from the pmcollector in case no data have been returned during the bridge start
v7.0.1 (2021-07-21)
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
v6.1.4 (2021-07-21)
Software maintenance
- Expanded test module with more unit tests
- Tested with Grafana 8.0.3 version
Features / Enhancements
- 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 cnnections, but not fixed anymore.