Skip to content

Commit b13db66

Browse files
authored
Merge branch 'main' into add-interface-filters
2 parents c89594e + 72c3e84 commit b13db66

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Dockerfile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ LABEL vendor="Dell Inc." \
8282
name="csi-powermax" \
8383
summary="CSI Driver for Dell PowerMax" \
8484
description="CSI Driver for provisioning persistent storage from Dell PowerMax" \
85-
version="2.10.1" \
85+
version="2.11.0" \
8686
license="Apache-2.0"
8787
COPY csi-powermax/licenses /licenses

csireverseproxy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ LABEL vendor="Dell Inc." \
5151
name="csipowermax-reverseproxy" \
5252
summary="CSI PowerMax Reverse Proxy" \
5353
description="CSI PowerMax Reverse Proxy which helps manage connections with Unisphere for PowerMax" \
54-
version="2.9.1" \
54+
version="2.10.0" \
5555
license="Apache-2.0"
5656
COPY licenses /licenses
5757
# Import from builder.

dell-csi-helm-installer/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This project provides the following capabilitites, each one is discussed in deta
3636

3737

3838
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:
39-
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-powermax-2.10.1/charts/csi-powermax/values.yaml`
39+
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-powermax-2.11.0/charts/csi-powermax/values.yaml`
4040
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.
4141

4242
For example, to create a values file for the PowerMax driver the following steps can be executed
@@ -45,7 +45,7 @@ For example, to create a values file for the PowerMax driver the following steps
4545
cd dell-csi-helm-installer
4646
4747
# Download the template file
48-
wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-2.10.1/charts/csi-powermax/values.yaml
48+
wget -O my-powermax-settings.yaml https://github.com/dell/helm-charts/raw/csi-powermax-2.11.0/charts/csi-powermax/values.yaml
4949
5050
# edit the newly created values file
5151
vi my-powermax-settings.yaml

dell-csi-helm-installer/csi-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PROG="${0}"
2020
NODE_VERIFY=1
2121
VERIFY=1
2222
MODE="install"
23-
DEFAULT_DRIVER_VERSION="v2.10.1"
23+
DEFAULT_DRIVER_VERSION="v2.11.0"
2424
WATCHLIST=""
2525

2626
#

dell-csi-helm-installer/csi-offline-bundle.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ For example, here is the output of a request to build an offline bundle for the
7878
*
7979
* Pulling and saving container images
8080
81-
dellemc/csi-isilon:v2.10.1
81+
dellemc/csi-isilon:v2.11.0
8282
dellemc/csi-metadata-retriever:v1.6.0
83-
dellemc/csipowermax-reverseproxy:v2.9.2
84-
dellemc/csi-powermax:v2.10.1
85-
dellemc/csi-powerstore:v2.10.1
86-
dellemc/csi-unity:v2.10.1
87-
dellemc/csi-vxflexos:v2.10.1
83+
dellemc/csipowermax-reverseproxy:v2.10.0
84+
dellemc/csi-powermax:v2.11.0
85+
dellemc/csi-powerstore:v2.11.0
86+
dellemc/csi-unity:v2.11.0
87+
dellemc/csi-vxflexos:v2.11.0
8888
dellemc/csm-authorization-sidecar:v1.10.0
8989
dellemc/csm-metrics-powerflex:v1.5.0
9090
dellemc/csm-metrics-powerscale:v1.2.0
@@ -176,8 +176,8 @@ Preparing a offline bundle for installation
176176
*
177177
* Loading docker images
178178
179-
Loaded image: docker.io/dellemc/csi-powerstore:v2.10.1
180-
Loaded image: docker.io/dellemc/csi-isilon:v2.10.1
179+
Loaded image: docker.io/dellemc/csi-powerstore:v2.11.0
180+
Loaded image: docker.io/dellemc/csi-isilon:v2.11.0
181181
...
182182
...
183183
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
186186
*
187187
* Tagging and pushing images
188188
189-
dellemc/csi-isilon:v2.10.1 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.10.1
189+
dellemc/csi-isilon:v2.11.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.11.0
190190
dellemc/csi-metadata-retriever:v1.6.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.6.0
191191
...
192192
...
@@ -196,7 +196,7 @@ Loaded image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
196196
*
197197
* Preparing files within /root/dell-csm-operator-bundle
198198
199-
changing: dellemc/csi-isilon:v2.10.1 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.10.1
199+
changing: dellemc/csi-isilon:v2.11.0 -> localregistry:5000/dell-csm-operator/csi-isilon:v2.11.0
200200
changing: dellemc/csi-metadata-retriever:v1.6.0 -> localregistry:5000/dell-csm-operator/csi-metadata-retriever:v1.6.0
201201
...
202202
...

dell-csi-helm-installer/csi-offline-bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ DRIVER="csi-powermax"
236236
SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
237237
REPODIR="$( dirname "${SCRIPTDIR}" )"
238238

239-
DRIVERVERSION="csi-powermax-2.10.1"
239+
DRIVERVERSION="csi-powermax-2.11.0"
240240

241241
while getopts "cprv:h" opt; do
242242
case $opt in

dell-csi-helm-installer/verify-csi-powermax.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# verify-csi-powermax method
1717
function verify-csi-powermax() {
18-
verify_k8s_versions "1.25" "1.29"
18+
verify_k8s_versions "1.25" "1.30"
1919
verify_openshift_versions "4.13" "4.15"
2020
verify_helm_values_version "${DRIVER_VERSION}"
2121
verify_namespace "${NS}"

0 commit comments

Comments
 (0)