Skip to content

Commit 5f48a39

Browse files
authored
Merge pull request #285 from xing-yang/changelog
Add changelog for v4.0.0
2 parents 0708d16 + a14eb13 commit 5f48a39

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG-4.0.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog since v3.1.0
2+
3+
## New Features
4+
5+
- Replace logging to klog for mock CSI driver. ([#279](https://github.com/kubernetes-csi/csi-test/pull/279), [@Jiawei0227](https://github.com/Jiawei0227))
6+
- 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))
7+
- 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))
8+
- Fixes an issue where expand volume RPC requests were failing, since
9+
volume parameters were missing from the test case. ([#245](https://github.com/kubernetes-csi/csi-test/pull/245), [@utkarshmani1997](https://github.com/utkarshmani1997))
10+
11+
12+
### API Changes
13+
14+
- 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))
15+
16+
17+
### Other Notable Changes
18+
19+
- Build with Go 1.15 ([#283](https://github.com/kubernetes-csi/csi-test/pull/283), [@pohly](https://github.com/pohly))
20+
- 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))
21+
- Add CSI sanity tests for NodeExpandVolume call. ([#273](https://github.com/kubernetes-csi/csi-test/pull/273), [@gnufied](https://github.com/gnufied))
22+
- 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 commit comments

Comments
 (0)