From f9eaa9da6562d75a74aac8b2580ccb01db37b422 Mon Sep 17 00:00:00 2001 From: Surya Date: Mon, 14 Oct 2024 20:11:19 +0000 Subject: [PATCH 1/2] csi-powerstore v2.12.0 bump up --- dell-csi-helm-installer/README.md | 4 ++-- dell-csi-helm-installer/csi-install.sh | 6 +++--- dell-csi-helm-installer/csi-offline-bundle.sh | 4 ++-- docker-files/Dockerfile.centos | 4 ++-- docker-files/Dockerfile.ubi | 4 ++-- docker-files/Dockerfile.ubi.alt | 4 ++-- docker-files/Dockerfile.ubi.micro | 4 ++-- docker-files/Dockerfile.ubi.min | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/dell-csi-helm-installer/README.md b/dell-csi-helm-installer/README.md index 4759d7ba..8f00ceeb 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.11.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.12.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.11.0/charts/csi-powerstore/values.yaml +wget -O my-powerstore-settings.yaml https://github.com/dell/helm-charts/raw/csi-powerstore-2.12.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 f8c2597c..13c3b6a7 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2020-2023 Dell Inc., or its subsidiaries. All Rights Reserved. +# Copyright © 2020-2024 Dell Inc., or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -10,14 +10,14 @@ SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)" DRIVERDIR="${SCRIPTDIR}/../" -HELMCHARTVERSION="csi-powerstore-2.11.0" +HELMCHARTVERSION="csi-powerstore-2.12.0" DRIVER="csi-powerstore" VERIFYSCRIPT="${SCRIPTDIR}/verify.sh" PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.11.0" +DEFAULT_DRIVER_VERSION="v2.12.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.sh b/dell-csi-helm-installer/csi-offline-bundle.sh index e1ba21ee..2b47cc5b 100755 --- a/dell-csi-helm-installer/csi-offline-bundle.sh +++ b/dell-csi-helm-installer/csi-offline-bundle.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright © 2020-2022 Dell Inc., or its subsidiaries. All Rights Reserved. +# Copyright © 2020-2024 Dell Inc., or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -227,7 +227,7 @@ CREATE="false" PREPARE="false" REGISTRY="" DRIVER="csi-powerstore" -HELMCHARTVERSION="csi-powerstore-2.11.0" +HELMCHARTVERSION="csi-powerstore-2.12.0" while getopts "cprv:h" opt; do case $opt in diff --git a/docker-files/Dockerfile.centos b/docker-files/Dockerfile.centos index 815ef975..8c9de973 100644 --- a/docker-files/Dockerfile.centos +++ b/docker-files/Dockerfile.centos @@ -1,6 +1,6 @@ # # -# Copyright © 2020-2023 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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.11.0" \ + version="2.12.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi b/docker-files/Dockerfile.ubi index 2384fc3d..538fedf9 100644 --- a/docker-files/Dockerfile.ubi +++ b/docker-files/Dockerfile.ubi @@ -1,6 +1,6 @@ # # -# Copyright © 2020-2023 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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.11.0" \ + version="2.12.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi.alt b/docker-files/Dockerfile.ubi.alt index 7a3d31f9..0f7fd20c 100644 --- a/docker-files/Dockerfile.ubi.alt +++ b/docker-files/Dockerfile.ubi.alt @@ -1,6 +1,6 @@ # # -# Copyright © 2020-2023 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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.11.0" \ + version="2.12.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi.micro b/docker-files/Dockerfile.ubi.micro index 95233aa9..0140bda1 100644 --- a/docker-files/Dockerfile.ubi.micro +++ b/docker-files/Dockerfile.ubi.micro @@ -1,6 +1,6 @@ # # -# Copyright © 2023 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2023-2024 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -39,7 +39,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.11.0" \ + version="2.12.0" \ license="Apache-2.0" COPY licenses /licenses diff --git a/docker-files/Dockerfile.ubi.min b/docker-files/Dockerfile.ubi.min index edb5a6a5..7bcea8d4 100644 --- a/docker-files/Dockerfile.ubi.min +++ b/docker-files/Dockerfile.ubi.min @@ -1,6 +1,6 @@ # # -# Copyright © 2020-2023 Dell Inc. or its subsidiaries. All Rights Reserved. +# Copyright © 2020-2024 Dell Inc. or its subsidiaries. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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.11.0" \ + version="2.12.0" \ license="Apache-2.0" COPY licenses /licenses From e83b59da77157e280f03a2c70c440d15c612846c Mon Sep 17 00:00:00 2001 From: Surya Date: Tue, 15 Oct 2024 05:39:58 +0000 Subject: [PATCH 2/2] update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c8ac71c..e1f84206 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ ifndef MAJOR MAJOR=2 endif ifndef MINOR - MINOR=10 + MINOR=12 endif ifndef PATCH PATCH=0