diff --git a/Makefile b/Makefile index cb0f8164..070add9c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ifndef MAJOR MAJOR=2 endif ifndef MINOR - MINOR=9 + MINOR=10 endif ifndef PATCH PATCH=0 diff --git a/dell-csi-helm-installer/README.md b/dell-csi-helm-installer/README.md index 523d9ee4..8a811c72 100644 --- a/dell-csi-helm-installer/README.md +++ b/dell-csi-helm-installer/README.md @@ -36,7 +36,7 @@ This project provides the following capabilitites, each one is discussed in deta Most of these usages require the creation/specification of a values file. These files specify configuration settings that are passed into the driver and configure it for use. To create one of these files, the following steps should be followed: -1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-powerstore-2.9.0/charts/csi-powerstore/values.yaml` +1. Download a template file for the driver to a new location, naming this new file is at the users discretion. The template files are always found at `https://github.com/dell/helm-charts/raw/csi-powerstore-2.10.0/charts/csi-powerstore/values.yaml` 2. Edit the file such that it contains the proper configuration settings for the specific environment. These files are yaml formatted so maintaining the file structure is important. For example, to create a values file for the PowerStore driver the following steps can be executed @@ -45,7 +45,7 @@ For example, to create a values file for the PowerStore driver the following ste cd dell-csi-helm-installer # download the template file -wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.9.0/charts/csi-powerstore/values.yaml +wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.10.0/charts/csi-powerstore/values.yaml # edit the newly created values file vi my-powerstore-settings.yaml diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index 61db5dfd..cf74736b 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -10,14 +10,14 @@ SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" DRIVERDIR="${SCRIPTDIR}/../" -HELMCHARTVERSION="csi-powerstore-2.9.0" +HELMCHARTVERSION="csi-powerstore-2.10.0" DRIVER="csi-powerstore" VERIFYSCRIPT="${SCRIPTDIR}/verify.sh" PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.9.0" +DEFAULT_DRIVER_VERSION="v2.10.0" WATCHLIST="" # export the name of the debug log, so child processes will see it diff --git a/dell-csi-helm-installer/csi-offline-bundle.md b/dell-csi-helm-installer/csi-offline-bundle.md index 3daabe8d..b9624fe5 100644 --- a/dell-csi-helm-installer/csi-offline-bundle.md +++ b/dell-csi-helm-installer/csi-offline-bundle.md @@ -78,13 +78,13 @@ For example, here is the output of a request to build an offline bundle for the * * Pulling and saving container images - dellemc/csi-isilon:v2.8.0 + dellemc/csi-isilon:v2.10.0 dellemc/csi-metadata-retriever:v1.6.0 dellemc/csipowermax-reverseproxy:v2.6.0 - dellemc/csi-powermax:v2.9.0 - dellemc/csi-powerstore:v2.9.0 - dellemc/csi-unity:v2.8.0 - dellemc/csi-vxflexos:v2.9.0 + dellemc/csi-powermax:v2.10.0 + dellemc/csi-powerstore:v2.10.0 + dellemc/csi-unity:v2.10.0 + dellemc/csi-vxflexos:v2.10.0 dellemc/csm-authorization-sidecar:v1.9.0 dellemc/csm-metrics-powerflex:v1.5.0 dellemc/csm-metrics-powerscale:v1.2.0 @@ -176,8 +176,8 @@ Preparing a offline bundle for installation * * Loading docker images -Loaded image: docker.io/dellemc/csi-powerstore:v2.9.0 -Loaded image: docker.io/dellemc/csi-isilon:v2.9.0 +Loaded image: docker.io/dellemc/csi-powerstore:v2.10.0 +Loaded image: docker.io/dellemc/csi-isilon:v2.10.0 ... ... Loaded image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2 @@ -186,7 +186,7 @@ Loaded image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 * * Tagging and pushing images - dellemc/csi-isilon:v2.9.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.9.0 + dellemc/csi-isilon:v2.10.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.10.0 dellemc/csi-metadata-retriever:v1.6.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.6.0 ... ... @@ -196,7 +196,7 @@ Loaded image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 * * Preparing files within /root/dell-csm-operator-bundle - changing: dellemc/csi-isilon:v2.9.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.9.0 + changing: dellemc/csi-isilon:v2.10.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.10.0 changing: dellemc/csi-metadata-retriever:v1.6.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.6.0 ... ... diff --git a/dell-csi-helm-installer/csi-offline-bundle.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index 6def502f..9b94ede8 100755 --- a/dell-csi-helm-installer/csi-offline-bundle.sh +++ b/dell-csi-helm-installer/csi-offline-bundle.sh @@ -226,7 +226,7 @@ CREATE="false" PREPARE="false" REGISTRY="" DRIVER="csi-powerstore" -HELMCHARTVERSION="csi-powerstore-2.9.0" +HELMCHARTVERSION="csi-powerstore-2.10.0" while getopts "cprv:h" opt; do case $opt in diff --git a/docker-files/Dockerfile.centos b/docker-files/Dockerfile.centos index fa736737..6d61d54f 100644 --- a/docker-files/Dockerfile.centos +++ b/docker-files/Dockerfile.centos @@ -24,7 +24,7 @@ LABEL vendor="Dell Inc." \ name="csi-powerstore" \ summary="CSI Driver for Dell EMC PowerStore" \ description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \ - version="2.9.0" \ + version="2.10.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi b/docker-files/Dockerfile.ubi index 7629e6c3..90ce51dd 100644 --- a/docker-files/Dockerfile.ubi +++ b/docker-files/Dockerfile.ubi @@ -23,7 +23,7 @@ LABEL vendor="Dell Inc." \ name="csi-powerstore" \ summary="CSI Driver for Dell EMC PowerStore" \ description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \ - version="2.9.0" \ + version="2.10.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi.alt b/docker-files/Dockerfile.ubi.alt index f98143e3..9165b385 100644 --- a/docker-files/Dockerfile.ubi.alt +++ b/docker-files/Dockerfile.ubi.alt @@ -23,7 +23,7 @@ LABEL vendor="Dell Inc." \ name="csi-powerstore" \ summary="CSI Driver for Dell EMC PowerStore" \ description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \ - version="2.9.0" \ + version="2.10.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi.micro b/docker-files/Dockerfile.ubi.micro index 6f8cd2e2..378271e5 100644 --- a/docker-files/Dockerfile.ubi.micro +++ b/docker-files/Dockerfile.ubi.micro @@ -40,7 +40,7 @@ LABEL vendor="Dell Inc." \ name="csi-powerstore" \ summary="CSI Driver for Dell EMC PowerStore" \ description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \ - version="2.9.0" \ + version="2.10.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi.min b/docker-files/Dockerfile.ubi.min index e357ba45..a160e301 100644 --- a/docker-files/Dockerfile.ubi.min +++ b/docker-files/Dockerfile.ubi.min @@ -24,7 +24,7 @@ LABEL vendor="Dell Inc." \ name="csi-powerstore" \ summary="CSI Driver for Dell EMC PowerStore" \ description="CSI Driver for provisioning persistent storage from Dell EMC PowerStore" \ - version="2.9.0" \ + version="2.10.0" \ license="Apache-2.0" COPY licenses /licenses