diff --git a/Dockerfile.build b/Dockerfile.build index 05fd316d..8038a4e5 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -82,6 +82,6 @@ LABEL vendor="Dell Inc." \ name="csi-powermax" \ summary="CSI Driver for Dell PowerMax" \ description="CSI Driver for provisioning persistent storage from Dell PowerMax" \ - version="2.7.0" \ + version="2.8.0" \ license="Apache-2.0" COPY csi-powermax/licenses /licenses diff --git a/csireverseproxy/Dockerfile b/csireverseproxy/Dockerfile index 918d8104..b0960f5d 100644 --- a/csireverseproxy/Dockerfile +++ b/csireverseproxy/Dockerfile @@ -51,7 +51,7 @@ LABEL vendor="Dell Inc." \ name="csipowermax-reverseproxy" \ summary="CSI PowerMax Reverse Proxy" \ description="CSI PowerMax Reverse Proxy which helps manage connections with Unisphere for PowerMax" \ - version="2.6.0" \ + version="2.7.0" \ license="Apache-2.0" COPY licenses /licenses # Import from builder. diff --git a/csireverseproxy/manifests/revproxy.yaml b/csireverseproxy/manifests/revproxy.yaml index af3548d4..72bae52a 100644 --- a/csireverseproxy/manifests/revproxy.yaml +++ b/csireverseproxy/manifests/revproxy.yaml @@ -61,7 +61,7 @@ spec: containers: - name: powermax-revproxy # Replace this with the built image name - image: dellemc/csipowermax-reverseproxy:v2.6.0 + image: dellemc/csipowermax-reverseproxy:v2.7.0 imagePullPolicy: Always env: - name: X_CSI_REVPROXY_CONFIG_DIR diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index e771de27..41c4b4e3 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -34,7 +34,7 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.7.0" +DEFAULT_DRIVER_VERSION="v2.8.0" WATCHLIST="" # export the name of the debug log, so child processes will see it diff --git a/dell-csi-helm-installer/verify-csi-powermax.sh b/dell-csi-helm-installer/verify-csi-powermax.sh index 39b66da5..042d4c06 100644 --- a/dell-csi-helm-installer/verify-csi-powermax.sh +++ b/dell-csi-helm-installer/verify-csi-powermax.sh @@ -15,7 +15,7 @@ # verify-csi-powermax method function verify-csi-powermax() { - verify_k8s_versions "1.24" "1.27" + verify_k8s_versions "1.25" "1.28" verify_openshift_versions "4.12" "4.13" verify_helm_values_version "${DRIVER_VERSION}" verify_namespace "${NS}"