From 6a3a3fbd7919910ee20a41a417bd493ccf8926cf Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Thu, 2 Jan 2020 16:16:57 -0800 Subject: [PATCH] Add CHANGELOG for 0.4 --- CHANGELOG-0.4.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG-0.4.md diff --git a/CHANGELOG-0.4.md b/CHANGELOG-0.4.md new file mode 100644 index 000000000..ef9b5e3bd --- /dev/null +++ b/CHANGELOG-0.4.md @@ -0,0 +1,9 @@ +# 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](https://github.com/kubernetes-csi/external-resizer/pull/67), [@saad-ali](https://github.com/saad-ali)) + +## Other Notable Changes + +- Migrated to Go modules, so the source builds also outside of GOPATH. ([#60](https://github.com/kubernetes-csi/external-resizer/pull/60), [@pohly](https://github.com/pohly))