Skip to content

Commit

Permalink
csi: update 1.4 tag (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Raunak <[email protected]>
  • Loading branch information
raunakkumar authored Jan 6, 2021
1 parent a87b93a commit 2871dde
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.4.0

# unless a BUILD_NUMBER is specified
ifeq ($(IGNORE_BUILD_NUMBER),true)
Expand Down
2 changes: 1 addition & 1 deletion cmd/csi-driver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN microdnf install -y systemd
LABEL name="HPE CSI Driver for Kubernetes" \
maintainer="HPE Storage" \
vendor="HPE" \
version="1.3.0" \
version="1.4.0" \
summary="HPE CSI Driver for Kubernetes" \
description="The HPE CSI Driver for Kubernetes enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage." \
io.k8s.display-name="HPE CSI Driver for Kubernetes" \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 v4.2.1-0.20201209024039-1adccfea051b+incompatible
github.com/hpe-storage/common-host-libs v4.2.1-0.20210105170651-49c5a924ded3+incompatible
github.com/hpe-storage/k8s-custom-resources v0.0.0-20201216052928-e2854a36f3f9
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.7.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ github.com/hpe-storage/common-host-libs v4.2.1-0.20200817142457-c83686f6a7ce+inc
github.com/hpe-storage/common-host-libs v4.2.1-0.20200817142457-c83686f6a7ce+incompatible/go.mod h1:qQxvwt4l9C79p2V8bY1P13As1+ylyznKJVp3K2P5bz8=
github.com/hpe-storage/common-host-libs v4.2.1-0.20201209024039-1adccfea051b+incompatible h1:3X6FfFFbpwSiDOxCG3LPaO2Av8VTENo43Vq3wQkI2nU=
github.com/hpe-storage/common-host-libs v4.2.1-0.20201209024039-1adccfea051b+incompatible/go.mod h1:qQxvwt4l9C79p2V8bY1P13As1+ylyznKJVp3K2P5bz8=
github.com/hpe-storage/common-host-libs v4.2.1-0.20210105170651-49c5a924ded3+incompatible h1:BquSZNfJnS/GY6l7EgNaaUEIy3eJOdkXVW1jWqTukDE=
github.com/hpe-storage/common-host-libs v4.2.1-0.20210105170651-49c5a924ded3+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/hpe-storage/k8s-custom-resources v0.0.0-20201216052928-e2854a36f3f9 h1:kC0UlG2zL6ZkcsgYmhhUiw2NGEsZ8RA1A6K55wq4noo=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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 v4.2.1-0.20201209024039-1adccfea051b+incompatible
# github.com/hpe-storage/common-host-libs v4.2.1-0.20210105170651-49c5a924ded3+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 2871dde

Please sign in to comment.