diff --git a/Dockerfile.podman b/Dockerfile.podman index cadf526..90bc8cd 100644 --- a/Dockerfile.podman +++ b/Dockerfile.podman @@ -34,6 +34,6 @@ LABEL vendor="Dell Inc." \ name="csi-unity" \ summary="CSI Driver for Dell Unity XT" \ description="CSI Driver for provisioning persistent storage from Dell Unity XT" \ - version="2.3.0" \ + version="2.4.0" \ license="Apache-2.0" COPY csi-unity/licenses /licenses diff --git a/dell-csi-helm-installer/csi-install.sh b/dell-csi-helm-installer/csi-install.sh index 9d83246..fe4d5fc 100755 --- a/dell-csi-helm-installer/csi-install.sh +++ b/dell-csi-helm-installer/csi-install.sh @@ -15,7 +15,7 @@ PROG="${0}" NODE_VERIFY=1 VERIFY=1 MODE="install" -DEFAULT_DRIVER_VERSION="v2.3.0" +DEFAULT_DRIVER_VERSION="v2.4.0" WATCHLIST="" # export the name of the debug log, so child processes will see it diff --git a/helm/csi-unity/Chart.yaml b/helm/csi-unity/Chart.yaml index 01242be..078be66 100644 --- a/helm/csi-unity/Chart.yaml +++ b/helm/csi-unity/Chart.yaml @@ -1,6 +1,6 @@ name: csi-unity -version: 2.3.0 -appVersion: 2.3.0 +version: 2.4.0 +appVersion: 2.4.0 kubeVersion: ">= 1.21.0 < 1.25.0" # If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED diff --git a/helm/csi-unity/values.yaml b/helm/csi-unity/values.yaml index ab9f710..8bbf20c 100644 --- a/helm/csi-unity/values.yaml +++ b/helm/csi-unity/values.yaml @@ -3,8 +3,8 @@ # version: version of this values file # Note: Do not change this value -# Examples : "v2.3.0" , "nightly" -version: "v2.3.0" +# Examples : "v2.4.0" , "nightly" +version: "v2.4.0" # LogLevel is used to set the logging level of the driver. # Allowed values: "error", "warn"/"warning", "info", "debug" diff --git a/service/utils/logging.go b/service/utils/logging.go index 9e0e850..a8674e0 100644 --- a/service/utils/logging.go +++ b/service/utils/logging.go @@ -161,7 +161,7 @@ type unityLog string // Constants which can be used across modules const ( UnityLogger unityLog = "unitylog" - LogFields = "fields" + LogFields unityLog = "fields" RUNID = "runid" ARRAYID = "arrayid" ) diff --git a/test/sanity/README.md b/test/sanity/README.md index faab4a6..0954270 100644 --- a/test/sanity/README.md +++ b/test/sanity/README.md @@ -1,7 +1,7 @@ # Kubernetes Sanity Script Test This test runs the Kubernetes sanity test at https://github.com/kubernetes-csi/csi-test. -The test last qualified was v2.3.0. +The test last qualified was v2.4.0. To run the test, follow these steps: