Skip to content

Commit 6e5433b

Browse files
authored
Merge pull request #241 from pohly/release-3.0.0
CHANGELOG-3.0.md: document v3.0.0
2 parents b9c750e + 6a328eb commit 6e5433b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG-3.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog since v2.3.0
2+
3+
## New Features
4+
5+
- `go get github.com/kubernetes-csi/csi-test/cmd/csi-sanity` now works ([#234](https://github.com/kubernetes-csi/csi-test/pull/234), [@pohly](https://github.com/pohly))
6+
- Add '--csi.testsnapshotparameters' flag ([#236](https://github.com/kubernetes-csi/csi-test/pull/236), [@wnxn](https://github.com/wnxn))
7+
8+
9+
## API Changes
10+
11+
- gRPC keepalive is no longer enabled by default and must be added to dial options in `TestConfig` if needed ([#239](https://github.com/kubernetes-csi/csi-test/pull/239), [@pohly](https://github.com/pohly))
12+
- revised sanity API: more consistent naming, NewTestConfig must be used ([#233](https://github.com/kubernetes-csi/csi-test/pull/233), [@pohly](https://github.com/pohly))
13+
- Update package path to v3, i.e. imports must be changed to `github.com/kubernetes-csi/csi-test/v3/pkg/sanity`. Vendoring with dep depends on https://github.com/golang/dep/pull/1963 or the workaround described in [v3/README.md](./v3/README.md). ([#232](https://github.com/kubernetes-csi/csi-test/pull/232), [@Ntr0](https://github.com/Ntr0))
14+
15+
16+
## Other Notable Changes
17+
18+
- Update CSI Spec to v1.2.0 1.13.3 ([#230](https://github.com/kubernetes-csi/csi-test/pull/230), [@davidz627](https://github.com/davidz627))
19+
- csi-test is now built and tested with Go 1.13.3 and uses the latest releases of all dependencies. It should still build with older releases. ([#240](https://github.com/kubernetes-csi/csi-test/pull/240), [@pohly](https://github.com/pohly))

0 commit comments

Comments
 (0)