From a14eb1320f41c1370cfc09129ce70b2639fb815a Mon Sep 17 00:00:00 2001 From: xing-yang Date: Tue, 25 Aug 2020 21:23:15 +0000 Subject: [PATCH] Add changelog for v4.0.0 --- CHANGELOG-4.0.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG-4.0.md diff --git a/CHANGELOG-4.0.md b/CHANGELOG-4.0.md new file mode 100644 index 00000000..b343554e --- /dev/null +++ b/CHANGELOG-4.0.md @@ -0,0 +1,22 @@ +# Changelog since v3.1.0 + +## New Features + +- Replace logging to klog for mock CSI driver. ([#279](https://github.com/kubernetes-csi/csi-test/pull/279), [@Jiawei0227](https://github.com/Jiawei0227)) +- Add CSI LIST_VOLUMES_PUBLISHED_NODES capability to csi-mock ([#280](https://github.com/kubernetes-csi/csi-test/pull/280), [@yuga711](https://github.com/yuga711)) +- The flag --csi.testvolumeaccesstype=block is now also used by the following tests: ExpandVolume [Controller Server], CreateSnapshot [Controller Server], DeleteSnapshot [Controller Server], ListSnapshots [Controller Server], ControllerPublishVolume, Create Volume from snapshot, Clone Volume ([#269](https://github.com/kubernetes-csi/csi-test/pull/269), [@taaraora](https://github.com/taaraora)) +- Fixes an issue where expand volume RPC requests were failing, since + volume parameters were missing from the test case. ([#245](https://github.com/kubernetes-csi/csi-test/pull/245), [@utkarshmani1997](https://github.com/utkarshmani1997)) + + +### API Changes + +- Rename Cleanup to Resources and unexport cleanup (un-)registration, which is now handled implicitly and automatically. ([#261](https://github.com/kubernetes-csi/csi-test/pull/261), [@timoreimann](https://github.com/timoreimann)) + + +### Other Notable Changes + +- Build with Go 1.15 ([#283](https://github.com/kubernetes-csi/csi-test/pull/283), [@pohly](https://github.com/pohly)) +- Deployment manifests and examples are added for mock CSI driver under `mock/example` ([#277](https://github.com/kubernetes-csi/csi-test/pull/277), [@Jiawei0227](https://github.com/Jiawei0227)) +- Add CSI sanity tests for NodeExpandVolume call. ([#273](https://github.com/kubernetes-csi/csi-test/pull/273), [@gnufied](https://github.com/gnufied)) +- Updates CSI Spec to v1.3.0. Updates the mock driver to support volume health monitoring by implementing ControllerGetVolume and updating ListVolumes and NodeVolumeStats functions. ([#268](https://github.com/kubernetes-csi/csi-test/pull/268), [@fengzixu](https://github.com/fengzixu))