Skip to content

Commit df878f6

Browse files
committed
prepare publish v.7.0.9
Signed-off-by: hwassman <[email protected]>
1 parent 13860e4 commit df878f6

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-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.9-dev"
6+
LABEL com.ibm.version="7.0.9"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Version 7.0.9 (08/20/2023)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.2 \
3+
Added example yaml files for Deploying Grafana instance on an Openshift cluster via Grafana-operator v5. \
4+
Added example yaml files for Deploying grafana-bridge as Grafanadatasource on an Openshift cluster via Grafana-operator v5. \
5+
Added example yaml file for grafana-bridge service route allowing an external Grafana instance query data from grafana-bridge running inside an Openshift cluster\
6+
Added example Dashboards compatible with Grafana 9.5 \
7+
8+
Tested with Grafana version 9.5
9+
Tested with RedHat community-powered Grafana operator v.5
10+
11+
12+
113
# Version 7.0.8 (12/06/2022)
214
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.7 \
315
Made Dockerfile compatibe with OpenShift style allowing to specify user/group settings at the image build time. \

docs/SUPPORT_MATRIX.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
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.9 (08/20/2023)
3+
Classic Scale:
4+
- Python 3.9
5+
- CherryPy 18.8.0
6+
- IBM Storage Scale system must run 5.1.7 and above
7+
- Grafana 9.5.0 and above
8+
9+
Cloud native:
10+
- IBM Storage Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.7
11+
- RedHat community-powered Grafana-Operator v5
12+
213
# Version 7.0.8 (12/06/2022)
314
Classic Scale:
415
- Python 3.8

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.9-dev'
23+
__version__ = '7.0.9'

0 commit comments

Comments
 (0)