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.
1 parent ff63275 commit 19417beCopy full SHA for 19417be
Dockerfile
@@ -17,7 +17,7 @@ ARG BASE
17
18
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
19
LABEL com.ibm.vendor="IBM"
20
-LABEL com.ibm.version="8.0.5"
+LABEL com.ibm.version="8.0.6-dev"
21
LABEL com.ibm.url="https://github.com/IBM/ibm-spectrum-scale-bridge-for-grafana"
22
LABEL com.ibm.description="This tool translates the IBM Storage Scale performance data collected internally \
23
to the query requests acceptable by the Grafana integrated openTSDB plugin"
source/__version__.py
@@ -20,4 +20,4 @@
@author: HWASSMAN
'''
-__version__ = '8.0.5'
+__version__ = '8.0.6-dev'
0 commit comments