Skip to content

Commit

Permalink
Merge pull request #285 from xing-yang/changelog
Browse files Browse the repository at this point in the history
Add changelog for v4.0.0
  • Loading branch information
k8s-ci-robot committed Aug 28, 2020
2 parents 0708d16 + a14eb13 commit 5f48a39
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions 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))

0 comments on commit 5f48a39

Please sign in to comment.