Skip to content

Commit

Permalink
cut new release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiaxun committed May 15, 2023
1 parent f0ad0d1 commit b509227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cluster-project-id> with your cluster project ID.
make install STAGINGVERSION=v0.1.2 PROJECT=<cluster-project-id>
make install STAGINGVERSION=v0.1.3 PROJECT=<cluster-project-id>
```

- 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.
Expand Down

0 comments on commit b509227

Please sign in to comment.