Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.19 KB

CHANGELOG-4.2.md

File metadata and controls

30 lines (21 loc) · 1.19 KB

Release notes for v4.2.0

Note: The mock driver is deprecated and will be removed in the next release. It gets replaced by the csi-driver-host-path. Error injection via JavaScript gets replaced with proxying CSI requests and Go callbacks inside E2E tests.

Changelog since v4.1.0

Changes by Kind

Enhancements

  • Removal of the CSI nodepublish path by the kubelet is deprecated. This must be done by the CSI plugin according to the CSI spec. (#338, @dobsonj)
  • Better error messages in csi-sanity when encountering unexpected gRPC status codes. (#334, @avorima)

Uncategorized

  • Updated runtime (Go 1.16) and dependencies (#330, @pohly)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.