From 1cda40300b01e1fa9718af12e595fc1d0be6e3e3 Mon Sep 17 00:00:00 2001 From: Dev Lakhia <144840981+dlakhaws@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:59:13 -0500 Subject: [PATCH] v1.0.0 docs (#65) --- CHANGELOG.md | 10 ++++++---- Makefile | 2 +- README.md | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d205a..e6b8765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# v0.1.0alpha -[Documentation](https://github.com/awslabs/aws-s3-csi-driver/blob/v0.0.1alpha/README.md) +# v1.0.0 +[Documentation](https://github.com/awslabs/mountpoint-s3-csi-driver/blob/v1.0.0/README.md) ### Notable changes -* Add suppport for Static Provisioning with all-in-one pod implementation ([#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)) +* 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 diff --git a/Makefile b/Makefile index cf8d4c9..5c1d511 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ #limitations under the License. SHELL = /bin/bash -VERSION=0.1.0 +VERSION=1.0.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 f58f77f..3c951bc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mountpoint for Amazon S3 CSI Driver [WIP] +# Mountpoint for Amazon S3 CSI Driver ## Overview The [Mountpoint for Amazon S3](https://github.com/awslabs/mountpoint-s3) Container Storage Interface (CSI) Driver implements [CSI](https://github.com/container-storage-interface/spec/blob/master/spec.md) specification for container orchestrators (CO) to manage lifecycle of S3 filesystems. [S3](https://aws.amazon.com/s3/) iteslf is a cloud storage service and this CSI driver specifically uses Mountpoint to mount S3 as a filesystem. @@ -7,10 +7,10 @@ The [Mountpoint for Amazon S3](https://github.com/awslabs/mountpoint-s3) Contain * **Static Provisioning** - Associate an externally-created S3 bucket with a [PersistentVolume](https://kubernetes.io/docs/concepts/storage/persistent-volumes/) (PV) for consumption within Kubernetes. * **Mount Options** - Mount options can be specified in the PersistentVolume (PV) resource to define how the volume should be mounted. For Mountpoint for S3 specific options, take a look at the Mountpoint docs for [configuration](https://github.com/awslabs/mountpoint-s3/blob/main/doc/CONFIGURATION.md) and [semantics](https://github.com/awslabs/mountpoint-s3/blob/main/doc/SEMANTICS.md). -## Container Images [WIP] +## Container Images | Driver Version | [ECR Public](https://gallery.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver) Image | |----------------|---------------------------------------------------------------------------------------------------| -| v0.1.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v0.1.0 | +| v1.0.0 | public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver:v1.0.0 | ## Releases