Skip to content

Add changelog for v4.0.0 #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG-4.0.md
Original file line number Diff line number Diff line change
@@ -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))