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
* Add graceful pod eviction to ensure proper termination order. Mountpoint pods now remain active until all workload pods using the volume have terminated, preventing "Transport endpoint is not connected" errors. ([#693](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/693))
5
9
* Forward `CacheEmptyDirSizeLimit` to Mountpoint as `--max-cache-size` when using `emptyDir` cache with the default storage medium. This fixes issues where Mountpoint cache usage would go over `CacheEmptyDirSizeLimit` and cause eviction of the Mountpoint pod. ([#743](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/743))
6
10
* Add `cluster-autoscaler.kubernetes.io/daemonset-pod: "true"` annotation to Mountpoint Pods to prevent Cluster Autoscaler scale-down blocking. This resolves an issue where Cluster Autoscaler treated MP pods as non-replicated singleton pods, preventing node scale-down. ([#675](https://github.com/awslabs/mountpoint-s3-csi-driver/issues/675))
7
11
* Support Mountpoint [version 1.22.2](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.22.2) ([#755](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/755))
8
12
* Update the internal S3 client to use the latest release of the AWS Common Runtime (CRT) libraries. ([#1778](https://github.com/awslabs/mountpoint-s3/pull/1778))
13
+
* Drop support for Kubernetes 1.29. ([#721](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/721))
14
+
* Add `podLabels` configuration to Helm chart values. ([#714](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/714))
15
+
* Add fallback logic for SA tokens via CSI secrets field. ([#728](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/728))
16
+
* Headroom: Prevent premature workload pod ungating when PVC is unbound. ([#708](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/708))
17
+
* Use hard-coded kubelet path for s3-plugin container. ([#656](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/656))
@@ -81,7 +82,7 @@ This policy is non-binding and subject to change.
81
82
82
83
## Compatibility
83
84
84
-
The Mountpoint for S3 CSI Driver is compatible with Kubernetes versions v1.25+ and implements the CSI Specification v1.9.0. The driver supports **x86-64** and **arm64** architectures.
85
+
The Mountpoint for S3 CSI Driver is compatible with Kubernetes versions v1.30+ and implements the CSI Specification v1.9.0. The driver supports **x86-64** and **arm64** architectures.
85
86
86
87
## Distros Support Matrix
87
88
@@ -91,7 +92,7 @@ The following table provides the support status for various distros with regards
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