You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updates VolumeSnapshot CRD to v1beta1. v1alpha1 is no longer upported. ([#335](https://github.com/kubernetes-csi/external-provisioner/pull/335), [@xing-yang](https://github.com/xing-yang))
6
+
7
+
## New Features
8
+
9
+
- Add prometheus metrics to CSI external-provisioner under the /metrics endpoint. This can be enabled via the "--metrics-address" and "--metrics-path" options. ([#388](https://github.com/kubernetes-csi/external-provisioner/pull/388), [@saad-ali](https://github.com/saad-ali))
10
+
- Updates VolumeSnapshot CRD to v1beta1. v1alpha1 is no longer upported. ([#335](https://github.com/kubernetes-csi/external-provisioner/pull/335), [@xing-yang](https://github.com/xing-yang))
11
+
12
+
## Other Notable Changes
13
+
14
+
- Migrated to Go modules, so the source builds also outside of GOPATH. ([#369](https://github.com/kubernetes-csi/external-provisioner/pull/369), [@pohly](https://github.com/pohly))
- Use informers for Node objects. ([#337](https://github.com/kubernetes-csi/external-provisioner/pull/337), [@muchahitkurt](https://github.com/muchahitkurt))
17
+
- Use informers for CSINode objects. ([#327](https://github.com/kubernetes-csi/external-provisioner/pull/327), [@muchahitkurt](https://github.com/muchahitkurt))
0 commit comments