Skip to content

Latest commit

 

History

History
107 lines (79 loc) · 6.74 KB

CHANGELOG.md

File metadata and controls

107 lines (79 loc) · 6.74 KB

v1.11.0

Documentation

Notable changes

  • Support Mountpoint version 1.13.0
    • Mountpoint now supports AWS Dedicated Local Zones. (awslabs/aws-c-s3#465)
    • Mountpoint now offers a new command-line flag --incremental-upload, available when mounting directory buckets in S3 Express One Zone. When set, Mountpoint will perform all uploads incrementally and support appending to existing objects. (mountpoint-s3#1165)
    • Mountpoint now offers a new command-line argument --cache-xz <BUCKET> which enables caching of object content to the specified bucket on S3 Express One Zone. To get started, see the shared cache section of the configuration documentation. (mountpoint-s3#1145)
    • Mountpoint now implements statfs to report non-zero synthetic values. This may unblock applications which rely on verifying there is available space before creating new files. (mountpoint-s3#1118)

v1.10.0

Documentation

Notable changes

  • Support Mountpoint version 1.10.0, including adaptive prefetching for better memory utilization

v1.9.0

Documentation

Notable changes

  • Add support for pod-level authentication in volumes (#111)
  • Support Mountpoint version 1.9.1
    • Add AWS ISO partitions to STS credential provider, resolving IRSA authentication issues. (awslabs/aws-c-auth#253)
    • Mountpoint now offers multi-nic configuration. See the Mountpoint documentation for details.
    • Customers may experience improvements in bandwidth usage when reading multiple files concurrently and reduced memory consumption.

v1.8.1

Documentation

Notable changes

  • Pass long-term AWS credentials via file (#252)

v1.8.0

Documentation

Notable changes

  • Support Mountpoint version 1.8.0,
    • Mountpoint now offers two new command-line arguments --read-part-size <SIZE> and --write-part-size <SIZE> which allow to specify different part sizes to be used when reading and writing respectively. (mountpoint-s3#949)
    • Fix issue where empty environment variables for STS web identity credentials could cause segmentation fault. (mountpoint-s3#963)
  • Add retry to reading /proc/mounts (#234)
  • Add Kubernetes version to user-agent (#224)

v1.7.0

Documentation

Notable changes

  • Support Mountpoint version 1.7.2, including the ability to configure the metadata cache independently of data caching, changes to default metadata TTLs when using --cache flag, the option to disable additional checksums for S3 implementations not supporting them, and other changes
  • Support configuring /proc/mounts path (#191)

v1.6.0

Documentation

Notable changes

  • Support Mountpoint version 1.6.0, including configurable retries and sse-kms support

v1.5.1

Documentation

Notable changes

v1.4.0

Documentation

Notable changes

  • Support Bottlerocket OS (#86)
  • Support customizing tolerations (#109)

v1.3.1

Documentation

Notable changes

  • Support Mountpoint version 1.4.1 which is a patchfix for a critical bug

v1.3.0

Documentation

Notable changes

v1.2.0

Documentation

Notable changes

  • Support Mountpoint version 1.3.2 (#121)
  • Make helm charts more configurable (#116)

v1.1.0

Documentation

Notable changes

  • Support Mountpoint version 1.3.1 which supports S3 Express One Zone (#90)

v1.0.0

Documentation

Notable changes

  • Initial release to support using Mountpoint for Amazon S3 to mount S3 buckets as a persistent volume in your kubernetes cluster
    • Mountpoint Version: 1.1.1
  • Add support for Static Provisioning (#2, #4)
  • Add helm install (#8)