Skip to content

Commit 2ddfdc6

Browse files
committed
update release notes and support matrix for 7.0.8
1 parent fd1725c commit 2ddfdc6

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $BASE
33

44
LABEL com.ibm.name="IBM Spectrum Scale bridge for Grafana"
55
LABEL com.ibm.vendor="IBM"
6-
LABEL com.ibm.version="7.0.8-dev"
6+
LABEL com.ibm.version="7.0.8"
77
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
88
LABEL com.ibm.description="This tool translates the IBM Spectrum Scale performance data collected internally \
99
to the query requests acceptable by the Grafana integrated openTSDB plugin"

docs/RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 7.0.8 (12/06/2022)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.7 \
3+
Made Dockerfile compatibe with OpenShift style allowing to specify user/group settings at the image build time. \
4+
Added Workaround for Disk Capacity sensors allowing to query and fetch data from the archived (on disk data). \
5+
6+
Tested with Grafana version 7.5.17 and 9.0.0
7+
Tested with RedHat community-powered Grafana operator v.4.8
8+
9+
10+
111
# Version 7.0.7 (09/21/2022)
212
Fixed issue in parsing zimon sensors config, having new filter format for Network sensor
313

docs/SUPPORT_MATRIX.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
The following matrix gives a quick overview of the supported software for the IBM Spectrum Scale bridge for Grafana packages by version number:
2+
# Version 7.0.8 (12/06/2022)
3+
Classic Scale:
4+
- Python 3.8
5+
- CherryPy 18.6.1
6+
- IBM Spectrum Scale system must run 5.1.5.1 and above
7+
- Grafana 9.0.0 and above
8+
9+
Cloud native:
10+
- IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.5
11+
- RedHat community-powered Grafana-Operator v4.8
212

313
# Version 7.0.7 (09/21/2022)
414
Classic Scale:

source/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
@author: HWASSMAN
2121
'''
2222

23-
__version__ = '7.0.8-dev'
23+
__version__ = '7.0.8'

0 commit comments

Comments
 (0)