Skip to content

Commit bc457f9

Browse files
authored
Merge pull request #340 from pohly/changelog-4.2.0
changelog for v4.2.0
2 parents f2a4ecd + ea8e78f commit bc457f9

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG/CHANGELOG-4.2.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Release notes for v4.2.0
2+
3+
*Note:* The mock driver is deprecated and will be removed in the next
4+
release. It gets replaced by the
5+
[csi-driver-host-path](https://github.com/kubernetes-csi/csi-driver-host-path/). Error
6+
injection via JavaScript gets replaced with proxying CSI requests and
7+
[Go callbacks inside E2E
8+
tests](https://github.com/kubernetes/kubernetes/blob/5ad79eae2dcbf33df3b35c48ec993d30fbda46dd/test/e2e/storage/csi_mock_volume.go#L110).
9+
10+
# Changelog since v4.1.0
11+
12+
## Changes by Kind
13+
14+
### Enhancements
15+
- 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](https://github.com/kubernetes-csi/csi-test/pull/338), [@dobsonj](https://github.com/dobsonj))
16+
- Better error messages in csi-sanity when encountering unexpected gRPC status codes. ([#334](https://github.com/kubernetes-csi/csi-test/pull/334), [@avorima](https://github.com/avorima))
17+
18+
### Uncategorized
19+
- Updated runtime (Go 1.16) and dependencies ([#330](https://github.com/kubernetes-csi/csi-test/pull/330), [@pohly](https://github.com/pohly))
20+
21+
## Dependencies
22+
23+
### Added
24+
_Nothing has changed._
25+
26+
### Changed
27+
_Nothing has changed._
28+
29+
### Removed
30+
_Nothing has changed._

0 commit comments

Comments
 (0)