From 86cc0fb6df1a0033d41b057c6931bbd207fe0ea2 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Tue, 15 Oct 2019 16:51:17 +0200 Subject: [PATCH] CHANGELOG-2.3.md: content for v2.3.0 --- CHANGELOG-2.3.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG-2.3.md diff --git a/CHANGELOG-2.3.md b/CHANGELOG-2.3.md new file mode 100644 index 00000000..08696e43 --- /dev/null +++ b/CHANGELOG-2.3.md @@ -0,0 +1,18 @@ +# Changelog since v2.2.0 + +## New Features + +- add '--csi.testvolumeexpandsize` flag ([#219](https://github.com/kubernetes-csi/csi-test/pull/219), [@wnxn](https://github.com/wnxn)) +- pass ControllerExpandVolumeSecret to volume expansion tests ([#217](https://github.com/kubernetes-csi/csi-test/pull/217), [@suneeth51](https://github.com/suneeth51)) + + +## Bug Fixes + +- fix nil pointer error when Config.IDGen is not set ([#220](https://github.com/kubernetes-csi/csi-test/pull/220), [@pohly](https://github.com/pohly)) +- fix cloning of first volume in mock CSI driver([#227](https://github.com/kubernetes-csi/csi-test/pull/227), [@avalluri](https://github.com/avalluri)) + + +## Other Notable Changes + +- add Go module support and thus can be built also outside of GOPATH ([#224](https://github.com/kubernetes-csi/csi-test/pull/224), [@pohly](https://github.com/pohly)) +- disable unreliable ListVolume pagination test ([#226](https://github.com/kubernetes-csi/csi-test/pull/226), [@avalluri](https://github.com/avalluri))