You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Changes
*Description of changes:*
New patch version release.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
Co-authored-by: Jensen Tong <jetong@amazon.com>
* Support Mountpoint [version 1.22.1](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.22.1) ([#733](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/733))
8
+
* Fix a race condition where concurrent operations after closing a truncated file could result in I/O errors on subsequent reads. The issue was introduced in v1.22.0. ([#1781](https://github.com/awslabs/mountpoint-s3/pull/1781))
9
+
* Fix incorrect validation of default data cache limit which would cause Mountpoint to preserve less than 5% of available space ([#1779](https://github.com/awslabs/mountpoint-s3/pull/1779))
10
+
* Update go to 1.26.0 and run go fix ([#731](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/731))
11
+
* Update csi-node-driver-registrar and livenessprobe sidecar versions for release 2.4 branch ([#739](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/739))
Copy file name to clipboardExpand all lines: charts/aws-mountpoint-s3-csi-driver/Chart.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
apiVersion: v2
2
2
name: aws-mountpoint-s3-csi-driver
3
3
description: A Helm chart for installing the Mountpoint for Amazon S3 CSI Driver. This CSI driver allows your Kubernetes applications to access S3 objects through a file system interface.
0 commit comments