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 5a17782 + d23e62e commit 3aaee8fCopy full SHA for 3aaee8f
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.4"
+LABEL com.ibm.version="8.0.5-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.4'
+__version__ = '8.0.5-dev'
0 commit comments