Skip to content

Commit

Permalink
update readme and stable image for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saikat-royc committed Apr 29, 2022
1 parent 466e698 commit d1df01b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dynamically created and mounted by workloads.
## Project Status
Status: GA

Latest image: `k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver:v1.1.4`
Latest image: `k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver:v1.2.0`

Also see [known issues](KNOWN_ISSUES.md) and [CHANGELOG](CHANGELOG.md).

Expand All @@ -25,18 +25,21 @@ This plugin is compatible with CSI version 1.3.0.
The following table captures the compatibility matrix of the core filestore driver binary
`k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver`

| Filestore CSI Driver\Kubernetes Version | 1.14 | 1.15 | 1.16 | 1.17+ |
| --------------------------------------- | ---- | ---- | ---- | ----- |
| v0.2.0 (alpha) | yes | no | no | no |
| v0.3.1 (beta) | no | yes | yes | yes |
| v0.4.0 (beta) | no | yes | yes | yes |
| v0.5.0 (beta) | no | yes | yes | yes |
| v0.6.0 (beta) | no | yes | yes | yes |
| v0.6.1 (beta) | no | yes | yes | yes |
| v1.0.0 (GA) | no | yes | yes | yes |
| v1.1.3 (GA) | no | yes | yes | yes |
| v1.1.4 (GA) | no | yes | yes | yes |
| master | no | yes | yes | yes |
| Filestore CSI Driver\Kubernetes Version | 1.16 | 1.17+ |
| --------------------------------------- | ---- | ----- |
| v0.2.0 (alpha) | no | no |
| v0.3.1 (beta) | yes | yes |
| v0.4.0 (beta) | yes | yes |
| v0.5.0 (beta) | yes | yes |
| v0.6.0 (beta) | yes | yes |
| v0.6.1 (beta) | yes | yes |
| v1.0.0 (GA) | yes | yes |
| v1.1.1 (GA) | yes | yes |
| v1.1.2 (GA) | yes | yes |
| v1.1.3 (GA) | yes | yes |
| v1.1.4 (GA) | yes | yes |
| v1.2.0 (GA) | yes | yes |
| master | yes | yes |

The manifest bundle which captures all the driver components (driver pod which includes the containers csi-external-provisioner, csi-external-resizer, csi-external-snapshotter, gcp-filestore-driver, csi-driver-registrar, csi driver object, rbacs, pod security policies etc) can be picked up from the master branch [overlays](deploy/kubernetes/overlays) directory. We structure the overlays directory per minor version of kubernetes because not all driver components can be used with all kubernetes versions. For example volume snapshots are supported 1.17+ kubernetes versions thus [stable-1-16](deploy/kubernetes/overlays/stable-1-16) driver manifests does not contain the snapshotter sidecar. Read more about overlays [here](docs/release/overlays.md).

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/images/stable-master/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ metadata:
name: imagetag-gce-fs-driver
imageTag:
name: k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver
newTag: "v1.1.4"
newTag: "v1.2.0"
---

0 comments on commit d1df01b

Please sign in to comment.