We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cc3312 + 988a09d commit f0b66b5Copy full SHA for f0b66b5
Dockerfile
@@ -3,7 +3,7 @@ FROM $BASE
3
4
LABEL com.ibm.name="IBM Spectrum Scale bridge for Grafana"
5
LABEL com.ibm.vendor="IBM"
6
-LABEL com.ibm.version="7.0.9"
+LABEL com.ibm.version="7.1.0-dev"
7
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
8
LABEL com.ibm.description="This tool translates the IBM Spectrum Scale performance data collected internally \
9
to the query requests acceptable by the Grafana integrated openTSDB plugin"
source/__version__.py
@@ -20,4 +20,4 @@
20
@author: HWASSMAN
21
'''
22
23
-__version__ = '7.0.9'
+__version__ = '7.1.0-dev'
0 commit comments