Skip to content

Commit

Permalink
Merge pull request #256 from pohly/release-3.1.0
Browse files Browse the repository at this point in the history
CHANGELOG-3.1.md: v3.1.0 release
  • Loading branch information
k8s-ci-robot authored Mar 26, 2020
2 parents 277beab + 60bf859 commit a6fb595
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG-3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## New Features

- "gRPCCall" logs on standard output now include "fullError" with complete error structure. Typically, it contains "code" and "message" with gRPC error. ([#254](https://github.com/kubernetes-csi/csi-test/pull/254), [@jsafrane](https://github.com/jsafrane))
- The CSI mock driver behaviour can be tweaked with JavaScript hooks in the CSI calls. ([#251](https://github.com/kubernetes-csi/csi-test/pull/251), [@tsmetana](https://github.com/tsmetana))
- Added (optional) repeated operations to test idempotency. ([#229](https://github.com/kubernetes-csi/csi-test/pull/229), [@okartau](https://github.com/okartau))
- csi-sanity `--csi.testvolumeaccesstype=block` now runs CSI tests with raw block volumes. ([#246](https://github.com/kubernetes-csi/csi-test/pull/246), [@taaraora](https://github.com/taaraora))
- Add `NodeUnpublishVolume` test for when the volume is missing. ([#242](https://github.com/kubernetes-csi/csi-test/pull/242), [@timoreimann](https://github.com/timoreimann))
- `sanity.NewTestContext` is now exported, which simplifies writing custom tests that reuse the sanity testing infrastructure. ([#253](https://github.com/kubernetes-csi/csi-test/pull/253), [@pohly](https://github.com/pohly))
- Topology support can be enabled in the CSI mock driver with `-enable-topology`. ([#249](https://github.com/kubernetes-csi/csi-test/pull/249), [@pohly](https://github.com/pohly))

## Bug Fixes

- The CSI mock driver now returns OK for requests to detach a deleted volume, as expected by [current external-attacher](https://github.com/kubernetes-csi/external-attacher/pull/165). ([#250](https://github.com/kubernetes-csi/csi-test/pull/250), [@pohly](https://github.com/pohly))

0 comments on commit a6fb595

Please sign in to comment.