diff --git a/Makefile b/Makefile index 13e0b679..7a29d17d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ifndef REPO_NAME REPO_NAME ?= hpestorage/csi-driver endif -TAG = edge +TAG = v1.2.0 # unless a BUILD_NUMBER is specified ifeq ($(IGNORE_BUILD_NUMBER),true) diff --git a/go.mod b/go.mod index 527ca89f..ffeddc3f 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect github.com/grpc-ecosystem/grpc-gateway v1.12.0 // indirect github.com/hashicorp/golang-lru v0.5.3 // indirect - github.com/hpe-storage/common-host-libs v0.0.0-20200601164253-a5ef69310997 + github.com/hpe-storage/common-host-libs v4.2.0+incompatible github.com/hpe-storage/k8s-custom-resources v0.0.0-20190828052325-42886f48215c github.com/jonboulle/clockwork v0.1.0 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect diff --git a/go.sum b/go.sum index 916ee33d..f1b7c91e 100644 --- a/go.sum +++ b/go.sum @@ -174,6 +174,8 @@ github.com/hpe-storage/common-host-libs v0.0.0-20200530172845-5d0d359807bd/go.mo github.com/hpe-storage/common-host-libs v0.0.0-20200601164253-a5ef69310997 h1:0qYkOlB+Ol8gRnJMsqRiMc2E7JSQkGAVR+mxvWdp8SM= github.com/hpe-storage/common-host-libs v0.0.0-20200601164253-a5ef69310997/go.mod h1:qQxvwt4l9C79p2V8bY1P13As1+ylyznKJVp3K2P5bz8= github.com/hpe-storage/common-host-libs v4.1.0+incompatible h1:NCjBLmpM5P6sXqjvN/Fy5+Lz2HV2HA4F6G81PwjLd9E= +github.com/hpe-storage/common-host-libs v4.2.0+incompatible h1:NTOFzSckuKF/1S4muVv/Lgk0TEeqR5Q3XWwqf+uybAA= +github.com/hpe-storage/common-host-libs v4.2.0+incompatible/go.mod h1:qQxvwt4l9C79p2V8bY1P13As1+ylyznKJVp3K2P5bz8= github.com/hpe-storage/k8s-custom-resources v0.0.0-20190828052325-42886f48215c h1:M/4pHhSouEEjd613SFODOskZmn6pS5tWITHdA8MPWMI= github.com/hpe-storage/k8s-custom-resources v0.0.0-20190828052325-42886f48215c/go.mod h1:qYST/Hepa2MRB85zskShx/+WlbUG5bmq/orhy6sA2jE= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= diff --git a/vendor/modules.txt b/vendor/modules.txt index 2741c3d6..819b3d23 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -72,7 +72,7 @@ github.com/hpcloud/tail/ratelimiter github.com/hpcloud/tail/util github.com/hpcloud/tail/watch github.com/hpcloud/tail/winfile -# github.com/hpe-storage/common-host-libs v0.0.0-20200601164253-a5ef69310997 +# github.com/hpe-storage/common-host-libs v4.2.0+incompatible github.com/hpe-storage/common-host-libs/chapi github.com/hpe-storage/common-host-libs/concurrent github.com/hpe-storage/common-host-libs/connectivity