Skip to content

v2.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 09:26
· 1 commit to 03932b8bfef8b086b70afb027223459369caf983 since this release
6e67853

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-checksums argument now accepts crc64nvme in addition to the existing crc32c and off values. (#1838)
    • Add --infer-content-type flag to infer the Content-Type of new objects based on their file extension instead of using the default binary/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)

See CHANGELOG for full list of changes