Skip to content

Commit

Permalink
Use tagged release of common-host-libs for csi v1.2 release (#181)
Browse files Browse the repository at this point in the history
* Use tagged release of common-host-libs for csi v1.2 release
* Update tag as v1.2.0 for builds from release-1.2 branch

Signed-off-by: Shiva Krishna, Merla <[email protected]>
  • Loading branch information
shivamerla authored Jun 3, 2020
1 parent 7c131ae commit f0adc30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0adc30

Please sign in to comment.