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="1.4.0 "
23+ org.label-schema.schema-version="1.4.1 "
2424
2525WORKDIR /
2626
Original file line number Diff line number Diff line change 22LINT_VERSION ="1.40.0"
33
44REGISTRY =quay.io/ibmodffs
5- IMAGE_TAG =1.4.0
5+ IMAGE_TAG =1.4.1
66PLATFORM =linux/amd64,linux/ppc64le,linux/s390x
77DRIVER_NAME =ibm-storage-odf-block-driver
88
@@ -55,4 +55,4 @@ add-copyright:
5555 hack/add-copyright.sh
5656
5757check-copyright :
58- hack/check-copyright.sh
58+ hack/check-copyright.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/IBM/ibm-storage-odf-block-driver
33go 1.18
44
55require (
6- github.com/IBM/ibm-storage-odf-operator v1.4.0
6+ github.com/IBM/ibm-storage-odf-operator v1.4.1
77 github.com/prometheus/client_golang v1.13.0
88 k8s.io/api v0.25.0
99 k8s.io/apimachinery v0.25.0
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ
4545github.com/Azure/go-autorest/tracing v0.6.0 /go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU =
4646github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
4747github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
48- github.com/IBM/ibm-storage-odf-operator v1.4.0 h1:OXE+umdZtrdTV31+v0dEYkst5LexxrFJUkGqv+iBCB4 =
49- github.com/IBM/ibm-storage-odf-operator v1.4.0 /go.mod h1:TmOsuYoZIu70IMMZzdxfj1OH5EPPon3u1qzuQO9Xaxo =
48+ github.com/IBM/ibm-storage-odf-operator v1.4.1 h1:OoWfV1FQ3byJz5mU9dNi3BZ1BnwNXF3hQMZObvwXiWs =
49+ github.com/IBM/ibm-storage-odf-operator v1.4.1 /go.mod h1:TmOsuYoZIu70IMMZzdxfj1OH5EPPon3u1qzuQO9Xaxo =
5050github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 /go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ =
5151github.com/PuerkitoBio/purell v1.1.1 /go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0 =
5252github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 /go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE =
You can’t perform that action at this time.
0 commit comments