Skip to content

Commit

Permalink
Merge pull request #224 from Helene/prepare_7.1.5
Browse files Browse the repository at this point in the history
Publish 7.1.5 release
  • Loading branch information
Helene authored Jun 7, 2024
2 parents 8245575 + bdd51c8 commit 4720e79
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 8 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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 \

Expand Down
12 changes: 12 additions & 0 deletions docs/SUPPORT_MATRIX.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
@author: HWASSMAN
'''

__version__ = '7.1.4'
__version__ = '7.1.5'

0 comments on commit 4720e79

Please sign in to comment.