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 02b7a29 + 9636d01 commit 214fb1cCopy full SHA for 214fb1c
Dockerfile
@@ -3,7 +3,7 @@ FROM $BASE
3
4
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
5
LABEL com.ibm.vendor="IBM"
6
-LABEL com.ibm.version="8.0.0"
+LABEL com.ibm.version="8.0.1-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 Storage 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__ = '8.0.0'
+__version__ = '8.0.1-dev'
0 commit comments