From 6b88768be63a8808ae0438a265567f3e5c25052c Mon Sep 17 00:00:00 2001 From: Joe Kramer Date: Tue, 2 Apr 2024 07:50:44 -0600 Subject: [PATCH] Staging v1.5.1 release (#177) --- CHANGELOG.md | 2 +- Makefile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce631151..0e22a093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v1.5.0 +# v1.5.1 [Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.5.0/README.md) ### Notable changes diff --git a/Makefile b/Makefile index b361bd37..066c92a0 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ #limitations under the License. SHELL = /bin/bash -VERSION=1.5.0 +VERSION=1.5.1 PKG=github.com/awslabs/aws-s3-csi-driver GIT_COMMIT?=$(shell git rev-parse HEAD) diff --git a/README.md b/README.md index f6dd1c23..cd7631eb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Mountpoint for Amazon S3 does not implement all the features of a POSIX file sys ## Container Images | Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image | |----------------|---------------------------------------------------------------------------------------------------| -| v1.5.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.5.0 | +| v1.5.1 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.5.1 |
Previous Images