Skip to content

Commit bd5d8e7

Browse files
authored
Merge pull request #182 from Helene/prepare_7.1.2
Prepare v7.1.2 release
2 parents c0e7df1 + f0f6f20 commit bd5d8e7

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
. venv/bin/activate
2525
flake8 --max-line-length=999 --ignore=E731,E741,E712,E722,W503 --exclude=venv* --statistics
2626
nose2
27-
- setup_remote_docker:
28-
version: 20.10.17
27+
- setup_remote_docker
2928
- run:
3029
name: Build Docker image
3130
command: |

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3
1+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3-1552
22
FROM $BASE
33

44
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
55
LABEL com.ibm.vendor="IBM"
6-
LABEL com.ibm.version="7.1.1"
6+
LABEL com.ibm.version="7.1.2"
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 Storage Scale performance data collected internally \
99
to the query requests acceptable by the Grafana integrated openTSDB plugin"

docs/RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 7.1.2 (02/18/2024)
2+
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.3-1552 \
3+
4+
Tested with Grafana version 9.5
5+
Tested with RedHat community-powered Grafana operator v.5
6+
7+
8+
19
# Version 7.1.1 (01/18/2024)
210
Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.3 \
311

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 Storage Scale bridge for Grafana packages by version number:
2+
# Version 7.1.2 (02/28/2024)
3+
Classic Scale:
4+
- Python 3.9
5+
- CherryPy 18.9.0
6+
- IBM Storage Scale system must run 5.1.9 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.2.0
11+
- RedHat community-powered Grafana-Operator v5
12+
213
# Version 7.1.1 (01/18/2024)
314
Classic Scale:
415
- Python 3.9

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.1.1'
23+
__version__ = '7.1.2'

0 commit comments

Comments
 (0)