Skip to content

Commit

Permalink
release 2.1 changes (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy authored Dec 3, 2021
1 parent 0abd5db commit 23759e5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ LABEL vendor="Dell Inc." \
name="csi-powermax" \
summary="CSI Driver for Dell EMC PowerMax" \
description="CSI Driver for provisioning persistent storage from Dell EMC PowerMax" \
version="2.0.0" \
version="2.1.0" \
license="Apache-2.0"
COPY csi-powermax/licenses /licenses
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/csi-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PROG="${0}"
NODE_VERIFY=1
VERIFY=1
MODE="install"
DEFAULT_DRIVER_VERSION="2.0.0"
DEFAULT_DRIVER_VERSION="2.1.0"
WATCHLIST=""

# export the name of the debug log, so child processes will see it
Expand Down
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/verify-csi-powermax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
function verify-csi-powermax() {
verify_k8s_versions "1.20" "1.22"
verify_openshift_versions "4.8" "4.9"
verify_helm_values_version "2.0.0"
verify_helm_values_version "2.1.0"
verify_namespace "${NS}"
verify_required_secrets "${RELEASE}-creds"
verify_optional_secrets "${RELEASE}-certs"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/cucumber/messages-go/v10 v10.0.3
github.com/dell/dell-csi-extensions/replication v1.0.0
github.com/dell/gobrick v1.2.0
github.com/dell/gocsi v1.4.1-0.20211014153731-e18975a3a38c
github.com/dell/gocsi v1.5.0
github.com/dell/gofsutil v1.5.0
github.com/dell/goiscsi v1.2.0
github.com/dell/gopowermax v1.6.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ github.com/dell/gobrick v1.2.0 h1:dlgWgonXG7qoa+SXlek/NkdFBnfxgqSv+8tsHIBIEDg=
github.com/dell/gobrick v1.2.0/go.mod h1:pYN9r3XvIjct/QkEg5mEM+k2L3QBLVaHUZeAMzQgwRg=
github.com/dell/gocsi v1.4.1-0.20211014153731-e18975a3a38c h1:aZb2rtCMt5I8T0eNbJ259NmIOroGavUUsp694d/tcBY=
github.com/dell/gocsi v1.4.1-0.20211014153731-e18975a3a38c/go.mod h1:nIsIXXB5JpAvOQ0//gtPGULC2+NUddpi5qwpBeMhiLs=
github.com/dell/gocsi v1.5.0 h1:qi2T6H6JHDo9sJEw24jo6Z88fJszBXfQc3lxOBaUijo=
github.com/dell/gocsi v1.5.0/go.mod h1:nIsIXXB5JpAvOQ0//gtPGULC2+NUddpi5qwpBeMhiLs=
github.com/dell/gofsutil v1.5.0 h1:CY9rz8RsXREpXvoyektCd3GgOGmG+PRkwPWKec7td+k=
github.com/dell/gofsutil v1.5.0/go.mod h1:98Wpcg7emz4iGgY16fd4MKpnal2SX2hBiwP5ghHlvhg=
github.com/dell/goiscsi v1.1.0/go.mod h1:MfuMjbKWsh/MOb0VDW20C+LFYRIOfWKGiAxWkeM5TKo=
Expand Down
4 changes: 2 additions & 2 deletions helm/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: csi-powermax
version: 2.0.0
appVersion: 2.0.0
version: 2.1.0
appVersion: 2.1.0
description: |
PowerMax CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
2 changes: 1 addition & 1 deletion helm/csi-powermax/driver-image.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IT IS RECOMMENDED YOU DO NOT CHANGE THE IMAGES TO BE DOWNLOADED.
images:
# "images.driver" defines the container images used for the driver container.
driver: dellemc/csi-powermax:v2.0.0
driver: dellemc/csi-powermax:v2.1.0
2 changes: 1 addition & 1 deletion helm/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ global:

# Current version of the driver
# Don't modify this value as this value will be used by the install script
version: "2.0.0"
version: "2.1.0"

## K8S/DRIVER ATTRIBUTES
########################
Expand Down

0 comments on commit 23759e5

Please sign in to comment.