Skip to content

Commit

Permalink
Merge pull request #228 from pohly/release-2.3.0
Browse files Browse the repository at this point in the history
CHANGELOG-2.3.md: content for v2.3.0
  • Loading branch information
k8s-ci-robot authored Oct 16, 2019
2 parents 82a10f4 + 86cc0fb commit 6931aed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG-2.3.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 6931aed

Please sign in to comment.