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 540dc9f + ba040b5 commit 3bf5d44Copy full SHA for 3bf5d44
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.1"
+LABEL com.ibm.version="8.0.2-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.1'
+__version__ = '8.0.2-dev'
0 commit comments