diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cec335..63736a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## Version 2.4.3 +* Support for multiple clusters via a single global secret + ## Version 2.4.2 * Support for ARM architecture (VCSI-191) * Bug Fix - do not expect VMS credentials in a non-ephemeral mounting flow (VCSI-196) diff --git a/charts/vastcosi/values.yaml b/charts/vastcosi/values.yaml index 35309e13..e25687f0 100644 --- a/charts/vastcosi/values.yaml +++ b/charts/vastcosi/values.yaml @@ -62,7 +62,7 @@ truncateVolumeName: 64 image: csiVastPlugin: repository: vastdataorg/csi - tag: v2.4.2 # the version of the Vast COSI driver + tag: v2.4.3 # the version of the Vast COSI driver imagePullPolicy: IfNotPresent objectstorageProvisioner: repository: gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar diff --git a/charts/vastcsi/values.yaml b/charts/vastcsi/values.yaml index e271758e..af1f20c8 100644 --- a/charts/vastcsi/values.yaml +++ b/charts/vastcsi/values.yaml @@ -180,7 +180,7 @@ snapshotClasses: {} image: csiVastPlugin: repository: vastdataorg/csi - tag: v2.4.2 # the version of the Vast CSI driver + tag: v2.4.3 # the version of the Vast CSI driver imagePullPolicy: IfNotPresent csiAttacher: repository: registry.k8s.io/sig-storage/csi-attacher diff --git a/version.txt b/version.txt index 3dfbe336..4d86c300 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.4.2 +v2.4.3