Skip to content
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
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think #217 is worthy of a release note. I updated the PR with one. Could you add it here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. While looking at the changelog again I noticed that capitalization and past vs. present tense was inconsistent; it's a bit better now.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still don't see it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Darn, missing -a in git commit --amend. Done now.


- 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))