Skip to content

Commit

Permalink
Update 1.1.4 readme and stable master image
Browse files Browse the repository at this point in the history
  • Loading branch information
saikat-royc committed Mar 30, 2022
1 parent ab407f5 commit 6563ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.3`
Latest image: `k8s.gcr.io/cloud-provider-gcp/gcp-filestore-csi-driver:v1.1.4`

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

Expand All @@ -32,6 +32,7 @@ The following table captures the compatibility matrix of the core filestore driv
| 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 |

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.3"
newTag: "v1.1.4"
---

0 comments on commit 6563ddc

Please sign in to comment.