From 17ec0484ce08760a0fdc3a80b0d5e1e50f5f6a47 Mon Sep 17 00:00:00 2001 From: Dev Lakhia <144840981+dlakhaws@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:14:15 -0500 Subject: [PATCH] Staging v1.1.0 release (#95) * Updating docs for v1.1.0 release --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- README.md | 7 +++++++ 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 +- 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b87652..e48b1a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.1.0 +[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.1.0/README.md) + +### Notable changes +* Support Mountpoint version 1.3.1 which supports S3 Express One Zone ([#90](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/90)) + # v1.0.0 [Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.0.0/README.md) diff --git a/Makefile b/Makefile index 5c1d511e..5f0c957b 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ #limitations under the License. SHELL = /bin/bash -VERSION=1.0.0 +VERSION=1.1.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 18b51a65..69600a6e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ For Amazon EKS clusters, the Mountpoint for Amazon S3 CSI driver is also availab Mountpoint for Amazon S3 does not implement all the features of a POSIX file system, and there are some differences that may affect compatibility with your application. See [Mountpoint file system behavior](https://github.com/awslabs/mountpoint-s3/blob/main/doc/SEMANTICS.md) for a detailed description of Mountpoint's behavior and POSIX support and how they could affect your application. ## Container Images +| Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image | +|----------------|---------------------------------------------------------------------------------------------------| +| v1.1.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.1.0 | + +
+Previous Images + | Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image | |----------------|---------------------------------------------------------------------------------------------------| | 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 937aeb18..06c7237a 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.0.0 +version: 1.1.0 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 846424d6..c527760f 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.0.0" + tag: "v1.1.0" node: resources: {} diff --git a/deploy/kubernetes/overlays/stable/kustomization.yaml b/deploy/kubernetes/overlays/stable/kustomization.yaml index 3f69e3ee..c6bcfd02 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.0.0 + newTag: v1.1.0