Skip to content

Commit

Permalink
Merge branch 'release_updates' into 'v2.4'
Browse files Browse the repository at this point in the history
small updates before release: updated docs url; updated csi plugin version for...

See merge request dev/vast-csi!215
  • Loading branch information
vlboiko committed Aug 22, 2024
2 parents 2ff4d7d + eb83872 commit 7cb4d63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Support for multiple Vast Clusters via using StorageClass secrets (VCSI-140)
* Set a timeout on requests to VMS, to prevent worker threads hanging (VCSI-183)
* Improve mounting performance by support the use of VIPPool DNS, skipping an API call to the VMS (VCSI-167)
* Bug fix - allow using "tenant-less" VIP pools when running in client-based tenancy (VCSI-188)

## Version 2.4.0
* added Container Object Storage Interface (COSI) support (VCSI-159)
Expand Down
2 changes: 1 addition & 1 deletion charts/vastcosi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ keywords:
- cosi
- cosi-driver
icon: "https://uploads.vastdata.com/2020/04/vast-white-1.svg"
home: "https://support.vastdata.com/hc/en-us/articles/8022914098716"
home: "https://support.vastdata.com/s/topic/0TOV400000018pxOAA/vast-csi-driver-24-administrators-guide"
2 changes: 1 addition & 1 deletion charts/vastcosi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ truncateVolumeName: 64
image:
csiVastPlugin:
repository: vastdataorg/csi
tag: v2.5.0
tag: v2.4.1
imagePullPolicy: IfNotPresent
objectstorageProvisioner:
repository: gcr.io/k8s-staging-sig-storage/objectstorage-sidecar/objectstorage-sidecar
Expand Down
2 changes: 1 addition & 1 deletion charts/vastcsi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ keywords:
- vastdata
- csi-driver
icon: "https://uploads.vastdata.com/2020/04/vast-white-1.svg"
home: "https://support.vastdata.com/hc/en-us/articles/8022914098716"
home: "https://support.vastdata.com/s/topic/0TOV400000018pxOAA/vast-csi-driver-24-administrators-guide"

0 comments on commit 7cb4d63

Please sign in to comment.