File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2525WORKDIR /
2626
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ LINT_VERSION="1.40.0"
33
44IMAGE_REPO ="docker.io"
55NAME_SPACE ="ibmcom"
6- DRIVER_IMAGE_VERSION =latest
6+ DRIVER_IMAGE_VERSION =1.0.0
77
88DRIVER_NAME =ibm-storage-odf-block-driver
99
Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ module github.com/IBM/ibm-storage-odf-block-driver
33go 1.15
44
55require (
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)
You can’t perform that action at this time.
0 commit comments