Skip to content

Commit

Permalink
Add 2.1 changelog
Browse files Browse the repository at this point in the history
The goal is to release v2.1.0 after merging this.
  • Loading branch information
pohly committed Jul 23, 2019
1 parent 5876211 commit 3ae424c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG-2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog since v2.0.1

## New Features

- the sanity volume code can be used concurrently and avoids a potential volume leak because of an incorrect target path ([#210](https://github.com/kubernetes-csi/csi-test/pull/210), [@pohly](https://github.com/pohly))
- csi-mock driver now supports relaxing the target path check (--permissive-target-path) and ephemeral inline volumes ([#209](https://github.com/kubernetes-csi/csi-test/pull/209), [@pohly](https://github.com/pohly))


## Bug Fixes

- Remove volume listing tests that assumed tokens were integers and replace them with one that confirms pagination works when adding/deleting volumes between page requests. ([#205](https://github.com/kubernetes-csi/csi-test/pull/205), [@Akrog](https://github.com/Akrog))


## Other Notable Changes

- Added tests for ControllerExpandVolume ([#203](https://github.com/kubernetes-csi/csi-test/pull/203), [@Ntr0](https://github.com/Ntr0))

0 comments on commit 3ae424c

Please sign in to comment.