From b8da4e37156054f2d59152fcf5623932f3a4ffa0 Mon Sep 17 00:00:00 2001 From: Joe Kramer Date: Wed, 6 Mar 2024 14:19:08 -0700 Subject: [PATCH] Staging v1.4.0 release (#162) --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- README.md | 12 +++++++----- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b17d99..5a114ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.4.0 +[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.4.0/README.md) + +### Notable changes +* Support Bottlerocket OS ([#86](https://github.com/awslabs/mountpoint-s3-csi-driver/issues/86)) +* Support customizing tolerations ([#109](https://github.com/awslabs/mountpoint-s3-csi-driver/issues/109)) + # v1.3.1 [Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.3.1/README.md) diff --git a/Makefile b/Makefile index 009f612..e2f45b3 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ #limitations under the License. SHELL = /bin/bash -VERSION=1.3.1 +VERSION=1.4.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 503ed73..0f519e7 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.3.1 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.1 | +| v1.4.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.4.0 |
Previous Images | Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image | |----------------|---------------------------------------------------------------------------------------------------| +| 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 | | v1.1.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.1.0 | @@ -52,10 +53,11 @@ The following table provides the support status for various distros with regards | Distro | Experimental | Stable | Deprecated | Removed | |-----------------------------------------|-------------:|-------:|-----------:|--------:| -| Amazon Linux 2 | - | 1.0.0 | - | - | -| Amazon Linux 2023 | - | 1.0.0 | - | - | -| Ubuntu 20.04 | - | 1.0.0 | - | - | -| Ubuntu 22.04 | - | 1.0.0 | - | - | +| Amazon Linux 2 | - | 1.0.0 | - | - | +| Amazon Linux 2023 | - | 1.0.0 | - | - | +| Ubuntu 20.04 | - | 1.0.0 | - | - | +| Ubuntu 22.04 | - | 1.0.0 | - | - | +| Bottlerocket >1.19.2 | - | 1.4.0 | - | - | ## Documentation