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
The rpc and connection package had duplicate code removed from connection package. #31, @Madhu-1)
The connection package requires the new metrics.CSIMetricsManager.
New Features
Introduce a CSI Metrics package (github.com/kubernetes-csi/csi-lib-utils/metrics) that can be used to automatically record prometheus metrics for every CSI gRPC call. (#35, @saad-ali)
Other Notable Changes
Switch to vendoring and dependencies managed with "go mod" (#33, @pohly)