Skip to content

Commit 785f4ca

Browse files
committed
update SUPPORT_MATRIX and CHANGELOG for the version 7.0.4
1 parent f7198cd commit 785f4ca

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 7.0.4 (09/22/2021)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-209
3+
Moved out the documentation files from the repository content. They have been placed on the [project Wiki](https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana/wiki).
4+
5+
Tested with Grafana version 7.5.1 and 8.0.3
6+
Tested with RedHat community-powered Grafana operator v.3.10.3
7+
8+
9+
110
# Version 7.0.3 (08/13/2021)
211
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-206
312
Added requirements_ubi8.txt file including the python versions packages needed to be installed to run the bridge in an OpenShift production environment, on top of the redhat UBI8 image

docs/SUPPORT_MATRIX.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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.4 (09/22/2021)
3+
- Python 3.6
4+
- CherryPy 18.6.1
5+
- IBM Spectrum Scale system must run 5.1.1 and above or
6+
- IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.1.4
7+
- Grafana 8.0.0 and above
8+
29
# Version 7.0.3 (08/13/2021)
310
- Python 3.6
411
- CherryPy 18.6.1

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.3'
23+
__version__ = '7.0.4'

0 commit comments

Comments
 (0)