Skip to content

Commit 9ee0f9b

Browse files
authored
Merge pull request #32 from IBM/task/bump_product_version
update product version to 1.0.1
2 parents 3c48687 + 827aefd commit 9ee0f9b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ MAINTAINER IBM Storage
1818
LABEL vendor="IBM" \
1919
name="ibm-storage-odf-block-driver" \
2020
org.label-schema.vendor="IBM" \
21-
org.label-schema.name="ibm storage odf driver" \
21+
org.label-schema.name="ibm storage odf driver" \
2222
org.label-schema.vcs-url="https://github.com/IBM/ibm-storage-odf-block-driver" \
23-
org.label-schema.schema-version="1.0.0"
23+
org.label-schema.schema-version="1.0.1"
2424

2525
WORKDIR /
2626

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LINT_VERSION="1.40.0"
33

44
IMAGE_REPO="docker.io"
55
NAME_SPACE="ibmcom"
6-
DRIVER_IMAGE_VERSION=1.0.0
6+
DRIVER_IMAGE_VERSION=1.0.1
77

88
DRIVER_NAME=ibm-storage-odf-block-driver
99

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/IBM/ibm-storage-odf-block-driver
33
go 1.15
44

55
require (
6-
github.com/IBM/ibm-storage-odf-operator v1.0.0
6+
github.com/IBM/ibm-storage-odf-operator v1.0.1
77
github.com/prometheus/client_golang v1.8.0
88
k8s.io/api v0.22.2
99
k8s.io/apimachinery v0.22.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBp
4545
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
4646
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4747
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
48-
github.com/IBM/ibm-storage-odf-operator v1.0.0 h1:wpfi48euZqeTYU10lIQ/lXenHRjKtGhRTWVh278Xrv0=
49-
github.com/IBM/ibm-storage-odf-operator v1.0.0/go.mod h1:Dchh5Q5Rv2zHoBrpHrN5E2g0DLrA+BKFpAgSQC1+2uE=
48+
github.com/IBM/ibm-storage-odf-operator v1.0.1 h1:VnNd3NqWMSTHwODgxxKg0O2j6PNqIPLCDY/sDYgWdgc=
49+
github.com/IBM/ibm-storage-odf-operator v1.0.1/go.mod h1:Dchh5Q5Rv2zHoBrpHrN5E2g0DLrA+BKFpAgSQC1+2uE=
5050
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
5151
github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
5252
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=

0 commit comments

Comments
 (0)