Skip to content

Commit 182e86f

Browse files
authored
Merge pull request #60 from Helene/v7.0.5
prepare v7.0.5 package
2 parents 1621510 + 687a4c6 commit 182e86f

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Version 7.0.5 (01/24/2022)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.5
3+
Added 'caCertPath' to the configurable parameters, which allows the user to enable or disable CA certificate verification for the REST API HTTPS connections to the pmcollector.
4+
Added 'retryDelay' to the configurable parameters. Using this parameter the user can control how long the bridge should sleep before re-attempting to query the MetaData, in case no data was returned by pmcollector through the initial bridge startup
5+
6+
Tested with Grafana version 7.5.1 and 8.0.3
7+
Tested with RedHat community-powered Grafana operator v.4.1
8+
9+
10+
111
# Version 7.0.4 (09/22/2021)
212
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi8/ubi:8.4-209
313
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).

docs/SUPPORT_MATRIX.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
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.5 (01/24/2022)
3+
Classic Scale:
4+
- Python 3.6
5+
- CherryPy 18.6.1
6+
- IBM Spectrum Scale system must run 5.1.2 and above
7+
- Grafana 8.0.0 and above
8+
9+
Cloud native:
10+
- IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.2.1
11+
- RedHat community-powered Grafana-Operator v4.1
12+
213
# Version 7.0.4 (09/22/2021)
314
Classic Scale:
415
- Python 3.6
516
- CherryPy 18.6.1
617
- IBM Spectrum Scale system must run 5.1.1 and above
718
- Grafana 8.0.0 and above
8-
19+
920
Cloud native:
1021
- IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.1.4
1122
- RedHat community-powered Grafana-Operator v4
@@ -16,7 +27,7 @@ Classic Scale:
1627
- CherryPy 18.6.1
1728
- IBM Spectrum Scale system must run 5.1.1 and above
1829
- Grafana 8.0.0 and above
19-
30+
2031
Cloud native:
2132
- IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minReleaseLevel 5.1.1.1
2233
- RedHat community-powered Grafana-Operator v3.10.3

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.4'
23+
__version__ = '7.0.5'

0 commit comments

Comments
 (0)