From cf4a06e2cc229c8e733bbe1f499b317a17ddeb82 Mon Sep 17 00:00:00 2001 From: Joe Kramer Date: Thu, 28 Mar 2024 08:08:56 -0600 Subject: [PATCH] Staging v1.5.0 release (#171) --- CHANGELOG.md | 8 +++++++- Makefile | 2 +- README.md | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a114ee1..ce631151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.5.0 +[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.5.0/README.md) + +### Notable changes +* Support Mountpoint [version 1.5.0](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.5.0), including negative cahcing + # v1.4.0 [Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.4.0/README.md) @@ -37,4 +43,4 @@ * Initial release to support using [Mountpoint for Amazon S3](https://github.com/awslabs/mountpoint-s3) to mount S3 buckets as a persistent volume in your kubernetes cluster * Mountpoint Version: 1.1.1 * Add support for Static Provisioning ([#2](https://github.com/awslabs/aws-s3-csi-driver/pull/2), [#4](https://github.com/awslabs/aws-s3-csi-driver/pull/4)) -* Add helm install ([#8](https://github.com/awslabs/aws-s3-csi-driver/pull/8)) \ No newline at end of file +* Add helm install ([#8](https://github.com/awslabs/aws-s3-csi-driver/pull/8)) diff --git a/Makefile b/Makefile index e2f45b39..b361bd37 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ #limitations under the License. SHELL = /bin/bash -VERSION=1.4.0 +VERSION=1.5.0 PKG=github.com/awslabs/aws-s3-csi-driver GIT_COMMIT?=$(shell git rev-parse HEAD) diff --git a/README.md b/README.md index 0f519e7c..f6dd1c23 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,14 @@ 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.4.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.4.0 | +| v1.5.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.5.0 |
Previous Images | Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image | |----------------|---------------------------------------------------------------------------------------------------| +| v1.4.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.4.0 | | v1.3.1 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.1 | | v1.3.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.0 | | v1.2.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.2.0 | @@ -76,4 +77,4 @@ If you discover a potential security issue in this project we ask that you notif ### Code of conduct -This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for more details. \ No newline at end of file +This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for more details.