Skip to content

Commit 90c3f5f

Browse files
committed
update SUPPORT_MATRIX and CHANGELOG for the version 7.0.3
1 parent 69ca9bd commit 90c3f5f

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# Version 7.0.3 (08/13/2021)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-206
3+
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
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.2 (08/02/2021)
211
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi
312
Changed the sleep time = 60 seconds for re-attempting to get the MetaData from the pmcollector in case no data have been returned during the bridge start instead of stopping the process directly
413

514
Tested with Grafana version 7.5.1 and 8.0.3
15+
Tested with RedHat community-powered Grafana operator v.3.10.3
616

717

818

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.3 (08/13/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.1
7+
- Grafana 8.0.0 and above
8+
29
# Version 7.0.2 (08/02/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.2'
23+
__version__ = '7.0.3'

0 commit comments

Comments
 (0)