Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.23 KB

CHANGELOG-0.7.md

File metadata and controls

41 lines (22 loc) · 1.23 KB

Release notes for v0.7.1

Changelog since v0.7.0

Changes by Kind

Bug or Regression

  • Add process_start_time_seconds into the csi metric lib. (#56, @Jiawei0227)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Release notes for v0.7.0

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