From bdd51c82b8115a6684dc2bf26a8082f786535d8e Mon Sep 17 00:00:00 2001 From: hwassman Date: Fri, 7 Jun 2024 10:55:38 +0200 Subject: [PATCH] prepare v7.1.5 Signed-off-by: hwassman --- Dockerfile | 4 ++-- docs/RELEASE_NOTES.md | 8 ++++++++ docs/SUPPORT_MATRIX.md | 12 ++++++++++++ source/__version__.py | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e3afd2d..4944611 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -ARG BASE=registry.access.redhat.com/ubi9/ubi:9.4 +ARG BASE=registry.access.redhat.com/ubi9/ubi:9.4-947.1717074712 FROM $BASE LABEL com.ibm.name="IBM Storage Scale bridge for Grafana" LABEL com.ibm.vendor="IBM" -LABEL com.ibm.version="7.1.4" +LABEL com.ibm.version="7.1.5" 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 4412edd..f8eb532 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +# Version 7.1.5 (06/07/2024) +Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4-947.1717074712 \ + +Tested with Grafana version 9.5 +Tested with RedHat community-powered Grafana operator v.5 + + + # Version 7.1.4 (05/07/2024) Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4 \ diff --git a/docs/SUPPORT_MATRIX.md b/docs/SUPPORT_MATRIX.md index 536463a..d511130 100644 --- a/docs/SUPPORT_MATRIX.md +++ b/docs/SUPPORT_MATRIX.md @@ -1,4 +1,16 @@ 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.5 (06/07/2024) +Classic Scale: + - Python 3.9 + - CherryPy 18.9.0 + - IBM Storage Scale system must run 5.1.9 and above + - Grafana 11.0.0 and above + + Cloud native: + - IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.2.1 + - RedHat community-powered Grafana-Operator v5 + + # Version 7.1.4 (05/07/2024) Classic Scale: - Python 3.9 diff --git a/source/__version__.py b/source/__version__.py index c46117a..a0a2640 100644 --- a/source/__version__.py +++ b/source/__version__.py @@ -20,4 +20,4 @@ @author: HWASSMAN ''' -__version__ = '7.1.4' +__version__ = '7.1.5'