Skip to content

Commit c983c55

Browse files
Bump Mountpoint to v1.16.2 and update CHANGELOG (#429)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Signed-off-by: Renan Magagnin <renanmag@amazon.co.uk> Co-authored-by: Burak Varlı <unexge@gmail.com>
1 parent fde7f62 commit c983c55

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
### Notable changes
4+
* Support Mountpoint [version 1.16.2](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.16.2)
5+
* Address an issue introduced in v1.16.0 (with CSI Driver v1.14.0) that could affect throughput and memory usage in workloads with many concurrent random read operations. ([mountpoint-s3#1355](https://github.com/awslabs/mountpoint-s3/pull/1355))
6+
37
# v1.14.0
48

59
[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.14.0/README.md)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#See the License for the specific language governing permissions and
1313
#limitations under the License.
1414

15-
ARG MOUNTPOINT_VERSION=1.16.1
15+
ARG MOUNTPOINT_VERSION=1.16.2
1616

1717
# Download the mountpoint tarball and produce an installable directory
1818
# Building on Amazon Linux 2 because it has an old libc version. libfuse from the os

0 commit comments

Comments
 (0)