From b50922748aab628ae6704b9081cf6f3efa821848 Mon Sep 17 00:00:00 2001 From: Jiaxun Song Date: Mon, 15 May 2023 12:14:29 -0500 Subject: [PATCH] cut new release v0.1.3 --- README.md | 1 + docs/installation.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b28ba657e..378c71c7a 100755 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Status: Public Preview | Cloud Storage FUSE CSI Driver Version | Cloud Storage FUSE Version | Supported GKE Kubernetes Version | | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -------------------------------- | | [v0.1.2](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v0.1.2) | [v0.42.3](https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v0.42.3) | 1.26.3-gke.400 or later | +| [v0.1.3](https://github.com/GoogleCloudPlatform/gcs-fuse-csi-driver/releases/tag/v0.1.3) | [v0.42.4](https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v0.42.4) | 1.26.3-gke.400 or later | ## Get Started - [Cloud Storage FUSE CSI Driver Installation](./docs/installation.md) diff --git a/docs/installation.md b/docs/installation.md index 11bf8220e..8fecafd20 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -40,10 +40,10 @@ ``` ## Install -- Run the following command to install the latest driver with version `v0.1.2`. The driver will be installed under a new namespace `gcs-fuse-csi-driver`. The installation may take a few minutes. +- Run the following command to install the latest driver with version `v0.1.3`. The driver will be installed under a new namespace `gcs-fuse-csi-driver`. The installation may take a few minutes. ```bash # Replace with your cluster project ID. - make install STAGINGVERSION=v0.1.2 PROJECT= + make install STAGINGVERSION=v0.1.3 PROJECT= ``` - If you would like to build your own images, follow the [Cloud Storage FUSE CSI Driver Development Guide](development.md) to build and push the images. Run the following command to install the driver.