Skip to content

Commit adf8045

Browse files
authored
Update go dependencies and update version to 1.0.0 for GA (#29)
* godeps: update go dependencies * config: update version to 1.0.0 for GA Signed-off-by: Bo Liu <lbseraph@gmail.com>
1 parent d0d8a23 commit adf8045

4 files changed

Lines changed: 461 additions & 75 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LABEL vendor="IBM" \
2020
org.label-schema.vendor="IBM" \
2121
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="0.2.1"
23+
org.label-schema.schema-version="1.0.0"
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=latest
6+
DRIVER_IMAGE_VERSION=1.0.0
77

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

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ module github.com/IBM/ibm-storage-odf-block-driver
33
go 1.15
44

55
require (
6-
github.com/IBM/ibm-storage-odf-operator v0.0.2
6+
github.com/IBM/ibm-storage-odf-operator v1.0.0
77
github.com/google/uuid v1.1.2 // indirect
88
github.com/prometheus/client_golang v1.8.0
9-
k8s.io/api v0.19.2
10-
k8s.io/apimachinery v0.19.2
11-
k8s.io/client-go v0.19.2
9+
github.com/ugorji/go v1.1.4 // indirect
10+
k8s.io/api v0.21.0-rc.0
11+
k8s.io/apimachinery v0.21.0-rc.0
12+
k8s.io/client-go v0.20.2
1213
k8s.io/klog v1.0.0
13-
sigs.k8s.io/controller-runtime v0.7.2
14+
sigs.k8s.io/controller-runtime v0.8.3
1415
)

0 commit comments

Comments
 (0)