Skip to content

Commit

Permalink
Showing 5 changed files with 57 additions and 34 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG-1.1.md
Original file line number Diff line number Diff line change
@@ -26,9 +26,7 @@
* filter resizer related params from storageclass before passing them to the driver ([#248](https://github.com/kubernetes-csi/external-provisioner/pull/248))
* Cache driver capabilities ([#241](https://github.com/kubernetes-csi/external-provisioner/pull/241))
* Use distroless as base image ([#247](https://github.com/kubernetes-csi/external-provisioner/pull/247))
* Fix rbac ([#236](https://github.com/kubernetes-csi/external-provisioner/pull/236))
* Fix retry loop issues ([#216](https://github.com/kubernetes-csi/external-provisioner/pull/216))
* Cache driver name ([#215](https://github.com/kubernetes-csi/external-provisioner/pull/215))
* Fix issue with PV protection ([#209](https://github.com/kubernetes-csi/external-provisioner/pull/209))
* Add prune to gopkg.toml ([#196](https://github.com/kubernetes-csi/external-provisioner/pull/196))
* Don't provide access to Secrets in default RBAC ([#188](https://github.com/kubernetes-csi/external-provisioner/pull/188))
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@

[[constraint]]
name = "sigs.k8s.io/sig-storage-lib-external-provisioner"
version = "v3.0.0"
version = "v3.1.0"

# TODO: remove when released
[[constraint]]
2 changes: 1 addition & 1 deletion deploy/kubernetes/rbac.yaml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ rules:
# verbs: ["get", "list"]
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "update", "create", "delete"]
verbs: ["get", "list", "watch", "create", "delete"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch", "update"]

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f84fe9

Please sign in to comment.