Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 511 Bytes

CHANGELOG-0.4.md

File metadata and controls

9 lines (5 loc) · 511 Bytes

Changelog since v0.3.0

New Features

  • Add prometheus metrics to CSI external-resizer under the /metrics endpoint. This can be enabled via the "--metrics-address" and "--metrics-path" options. (#67, @saad-ali)

Other Notable Changes

  • Migrated to Go modules, so the source builds also outside of GOPATH. (#60, @pohly)