Mountpoint for Amazon S3 CSI Driver
See v2.4.0 README for documentation.
Notable changes
- Support Mountpoint version 1.22.0
- Breaking Change: Address an issue where opening a file for reading/writing immediately after the file had been closed would occasionally fail. Since this release, opening a new file handle after close will succeed and trigger the completion of a deferred upload if required. As a consequence, duplicate references to the closed file handle will become invalid and read or write operations on them will fail. See this section in the semantics documentation for details. (#1704)
- Add metric to track cache hit rate in logs. (#1716)
- Remove redundant cache metrics in logs. (#1716, #1721)
- Update cache metrics for consistency. (#1721, #1738)
- Add cache metrics for OTLP export. (#1724)
- Migrate CSI sidecar images in Helm chart values to
public.ecr.aws/csi-componentsregistry and update sidecar versions. (#705)
See CHANGELOG for full list of changes.