Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 837 Bytes

CHANGELOG-0.7.md

File metadata and controls

18 lines (9 loc) · 837 Bytes

Changelog since v0.6.1

Breaking Changes

  • 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)
  • Kubernetes dependencies update to v1.17.0