From 94362337ac0fcd68fd4defa9200c89c8fddecaa0 Mon Sep 17 00:00:00 2001 From: Dev Lakhia <144840981+dlakhaws@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:50:47 -0500 Subject: [PATCH] Staging v1.3.1 release (#151) --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- Makefile | 2 +- README.md | 3 ++- charts/aws-mountpoint-s3-csi-driver/Chart.yaml | 2 +- charts/aws-mountpoint-s3-csi-driver/values.yaml | 2 +- deploy/kubernetes/overlays/stable/kustomization.yaml | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3668d910..9b17d99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.3.1 +[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.3.1/README.md) + +### Notable changes +* Support Mountpoint [version 1.4.1](https://github.com/awslabs/mountpoint-s3/releases/tag/mountpoint-s3-1.4.1) which is a patchfix for a critical bug + # v1.3.0 [Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.3.0/README.md) diff --git a/Dockerfile b/Dockerfile index cdfc2a12..fa90e86c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ #See the License for the specific language governing permissions and #limitations under the License. -ARG MOUNTPOINT_VERSION=1.4.0 +ARG MOUNTPOINT_VERSION=1.4.1 # Download the mountpoint tarball and produce an installable directory # Building on Amazon Linux 2 because it has an old libc version. libfuse from the os diff --git a/Makefile b/Makefile index d53c9863..009f6122 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ #limitations under the License. SHELL = /bin/bash -VERSION=1.3.0 +VERSION=1.3.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 d0e7644f..503ed738 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.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.0 | +| v1.3.1 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.3.1 |
Previous Images | Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image | |----------------|---------------------------------------------------------------------------------------------------| +| 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 | | v1.0.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.0.0 | diff --git a/charts/aws-mountpoint-s3-csi-driver/Chart.yaml b/charts/aws-mountpoint-s3-csi-driver/Chart.yaml index 1030ba4f..34ce6fda 100644 --- a/charts/aws-mountpoint-s3-csi-driver/Chart.yaml +++ b/charts/aws-mountpoint-s3-csi-driver/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: aws-mountpoint-s3-csi-driver description: A Helm chart for installing the Mountpoint for Amazon S3 CSI Driver. This CSI driver allows your Kubernetes applications to access S3 objects through a file system interface. -version: 1.3.0 +version: 1.3.1 kubeVersion: ">=1.23.0-0" home: https://github.com/awslabs/mountpoint-s3-csi-driver sources: diff --git a/charts/aws-mountpoint-s3-csi-driver/values.yaml b/charts/aws-mountpoint-s3-csi-driver/values.yaml index 8f699cfa..cded3268 100644 --- a/charts/aws-mountpoint-s3-csi-driver/values.yaml +++ b/charts/aws-mountpoint-s3-csi-driver/values.yaml @@ -6,7 +6,7 @@ image: repository: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.3.0" + tag: "v1.3.1" node: resources: {} diff --git a/deploy/kubernetes/overlays/stable/kustomization.yaml b/deploy/kubernetes/overlays/stable/kustomization.yaml index 22e96137..571df671 100644 --- a/deploy/kubernetes/overlays/stable/kustomization.yaml +++ b/deploy/kubernetes/overlays/stable/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: csi-driver newName: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver - newTag: v1.3.0 + newTag: v1.3.1