Skip to content

Commit

Permalink
docs: update supported releases - v1.2.x and v1.1.x
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Jun 23, 2022
1 parent b5f492e commit e195c55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/book/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ kubectl apply -f deploy/rbac-secretprovidersyncing.yaml
# required to enable this feature
kubectl apply -f deploy/rbac-secretproviderrotation.yaml

# If using the CSI Driver token requests feature (https://kubernetes-csi.github.io/docs/token-requests.html) to use
# pod/workload identity to request a token and use with providers
kubectl apply -f deploy/rbac-secretprovidertokenrequest.yaml

# [OPTIONAL] To deploy driver on windows nodes
kubectl apply -f deploy/secrets-store-csi-driver-windows.yaml
```
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Join us to help define the direction and implementation of this project!

| Driver | Compatible Kubernetes | `secrets-store.csi.x-k8s.io` Versions |
| ----------------------------------------------------------------------------------------- | --------------------- | ------------------------------------- |
| [v1.1.1](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.1.1) | 1.19+ | `v1`, `v1alpha1 [DEPRECATED]` |
| [v1.0.1](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.0.1) | 1.19+ | `v1`, `v1alpha1` |
| [v1.2.0](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.2.0) | 1.19+ | `v1`, `v1alpha1 [DEPRECATED]` |
| [v1.1.2](https://github.com/kubernetes-sigs/secrets-store-csi-driver/releases/tag/v1.1.2) | 1.19+ | `v1`, `v1alpha1 [DEPRECATED]` |

See
[Release Management](./release-management.md)
Expand Down

0 comments on commit e195c55

Please sign in to comment.