Mountpoint for Amazon S3 CSI Driver
See v2.8.0 README for documentation.
- Removed support for AL2, and Ubuntu 22.04.
- Drop support for Kubernetes 1.30.
- Add an OS selector to Mountpoint pods (#895)
- Grant event permissions for leader election (#893)
- Do not delete S3 Pod Attachments when workloads are running and terminating (#842)
- Update Go to 1.26.6 (#909)
- Update sidecar images to csi-node-driver-registrar:v2.17.0-eksbuild.5 & livenessprobe:v2.19.0-eksbuild.5 (#910)
- Support Mountpoint version 1.23.0 (#868)
- Add support for CRC64NVME full-object checksums on uploads. The
--upload-checksumsargument now acceptscrc64nvmein addition to the existingcrc32candoffvalues. (#1838) - Add
--infer-content-typeflag to infer theContent-Typeof new objects based on their file extension instead of using the defaultbinary/octet-stream. (#1790) - Fix credential resolution when using a source profile with STS Web Identity. (#1889)
- Fix memory limiter ignoring container cgroup memory limits, which could cause out-of-memory issues in memory-constrained containers. (#1806)
- Reduce peak memory usage of incremental (append) uploads by removing an unnecessary buffer copy in the internal S3 client. (#1882)
- Add additional debug information to FUSE operation logs including the ID of the process triggering the file system operation. (#1718)
- Add support for CRC64NVME full-object checksums on uploads. The
See CHANGELOG for full list of changes