File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1- ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3-1610
1+ ARG BASE=registry.access.redhat.com/ubi9/ubi:9.4
22FROM $BASE
33
44LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
55LABEL com.ibm.vendor="IBM"
6- LABEL com.ibm.version="7.1.3 "
6+ LABEL com.ibm.version="7.1.4 "
77LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
88LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
99to the query requests acceptable by the Grafana integrated openTSDB plugin"
Original file line number Diff line number Diff line change 1+ # Version 7.1.4 (05/07/2024)
2+ Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.4 \
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.3 (03/08/2024)
210Changed the Dockerfile parent image to the registry.access.redhat.com/ubi9/ubi:9.3-1610 \
311
Original file line number Diff line number Diff line change 11The 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.4 (05/07/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.1
11+ - RedHat community-powered Grafana-Operator v5
12+
213# Version 7.1.3 (03/08/2024)
314Classic Scale:
415 - Python 3.9
Original file line number Diff line number Diff line change 11'''
22##############################################################################
3- # Copyright 2021 IBM Corp.
3+ # Copyright 2024 IBM Corp.
44#
55# Licensed under the Apache License, Version 2.0 (the "License");
66# you may not use this file except in compliance with the License.
2020@author: HWASSMAN
2121'''
2222
23- __version__ = '7.1.3 '
23+ __version__ = '7.1.4 '
You can’t perform that action at this time.
0 commit comments