From 2871ddeccd01f5fe06ebcbf113a35d1b772ba53e Mon Sep 17 00:00:00 2001 From: Raunak Kumar Date: Wed, 6 Jan 2021 15:19:17 -0800 Subject: [PATCH] csi: update 1.4 tag (#232) Signed-off-by: Raunak --- Makefile | 2 +- cmd/csi-driver/Dockerfile | 2 +- go.mod | 2 +- go.sum | 2 ++ vendor/modules.txt | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 13e0b679..2bb05adc 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/cmd/csi-driver/Dockerfile b/cmd/csi-driver/Dockerfile index 6d7922e4..8003b13c 100644 --- a/cmd/csi-driver/Dockerfile +++ b/cmd/csi-driver/Dockerfile @@ -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" \ diff --git a/go.mod b/go.mod index e83fb1ae..fb5ce511 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index ac09cce0..fb356d59 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/modules.txt b/vendor/modules.txt index c967d32f..36c3c7b4 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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