Skip to content

Commit

Permalink
Merge pull request #211 from pohly/release-2.1.0
Browse files Browse the repository at this point in the history
Add 2.1 changelog
  • Loading branch information
k8s-ci-robot authored Jul 23, 2019
2 parents 5876211 + 3ae424c commit c094d20
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 c094d20

Please sign in to comment.