Skip to content

Commit 577ab38

Browse files
committed
Bump Mountpoint to v1.22.3
1 parent 9aac7cc commit 577ab38

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+
* Support Mountpoint [version 1.22.3](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.22.3) ([#795](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/795))
4+
* Improve error message when S3 Express session creation fails. ([#1793](https://github.com/awslabs/mountpoint-s3/pull/1793))
5+
* Update the internal S3 client to use the latest release of the AWS Common Runtime (CRT) libraries. ([#1819](https://github.com/awslabs/mountpoint-s3/pull/1819))
6+
37
# v2.5.0
48

59
[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v2.5.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.22.2
15+
ARG MOUNTPOINT_VERSION=1.22.3
1616

1717
# Download the mountpoint tarball and produce an installable directory
1818
FROM --platform=$TARGETPLATFORM public.ecr.aws/amazonlinux/amazonlinux:2023 as mp_builder

0 commit comments

Comments
 (0)