diff --git a/Dockerfile b/Dockerfile index 51025bb..7147477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM $BASE LABEL com.ibm.name="IBM Storage Scale bridge for Grafana" LABEL com.ibm.vendor="IBM" -LABEL com.ibm.version="7.1.0" +LABEL com.ibm.version="7.1.1" LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana" LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \ to the query requests acceptable by the Grafana integrated openTSDB plugin" diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index 7b49316..889be99 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +# Version 7.1.1 (01/18/2024) +Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.3 \ + +Tested with Grafana version 9.5 +Tested with RedHat community-powered Grafana operator v.5 + + + # Version 7.1.0 (11/20/2023) Added a watch function observing changes in zimon sensor configuration and initiating the metadata refresh. \ Added methods to get metric attributes diff --git a/docs/SUPPORT_MATRIX.md b/docs/SUPPORT_MATRIX.md index 2808786..8a3ef53 100644 --- a/docs/SUPPORT_MATRIX.md +++ b/docs/SUPPORT_MATRIX.md @@ -1,4 +1,11 @@ The following matrix gives a quick overview of the supported software for the IBM Storage Scale bridge for Grafana packages by version number: +# Version 7.1.1 (01/18/2024) +Classic Scale: + - Python 3.9 + - CherryPy 18.9.0 + - IBM Storage Scale system must run 5.1.9 and above + - Grafana 9.5.0 and above + # Version 7.1.0 (11/20/2023) Classic Scale: - Python 3.9 diff --git a/source/__version__.py b/source/__version__.py index af29359..1f8b787 100644 --- a/source/__version__.py +++ b/source/__version__.py @@ -20,4 +20,4 @@ @author: HWASSMAN ''' -__version__ = '7.2.0' +__version__ = '7.1.1'