Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.46 KB

CHANGELOG-3.0.md

File metadata and controls

19 lines (11 loc) · 1.46 KB

Changelog since v2.3.0

New Features

  • go get github.com/kubernetes-csi/csi-test/cmd/csi-sanity now works (#234, @pohly)
  • Add '--csi.testsnapshotparameters' flag (#236, @wnxn)

API Changes

  • gRPC keepalive is no longer enabled by default and must be added to dial options in TestConfig if needed (#239, @pohly)
  • revised sanity API: more consistent naming, NewTestConfig must be used (#233, @pohly)
  • 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 golang/dep#1963 or the workaround described in v3/README.md. (#232, @Ntr0)

Other Notable Changes

  • Update CSI Spec to v1.2.0 1.13.3 (#230, @davidz627)
  • 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, @pohly)