Skip to content

Commit

Permalink
Merge pull request #158 from Helene/v7.1.1
Browse files Browse the repository at this point in the history
publish v7.1.1
  • Loading branch information
Helene authored Jan 18, 2024
2 parents fa685f0 + 4cfdb97 commit c0e7df1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.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
Expand Down
7 changes: 7 additions & 0 deletions docs/SUPPORT_MATRIX.md
Original file line number Diff line number Diff line change
@@ -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
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.2.0'
__version__ = '7.1.1'

0 comments on commit c0e7df1

Please sign in to comment.