Skip to content

Commit b9a7786

Browse files
authored
Merge pull request #352 from pohly/release-4.3.0
changelog for v4.3.0
2 parents 3f1ac79 + 5aec50e commit b9a7786

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG/CHANGELOG-4.3.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Release notes for v4.3.0
2+
3+
# Changelog since v4.2.0
4+
5+
## Changes by Kind
6+
7+
### Failing Test
8+
- Avoid test failures when a CSI driver advertises the `VOLUME_MOUNT_GROUP` capability from CSI 1.5 ([#349](https://github.com/kubernetes-csi/csi-test/pull/349), [@andyzhangx](https://github.com/andyzhangx))
9+
- Avoid test failures when a CSI driver advertises the `SINGLE_NODE_MULTI_WRITER` capability from CSI 1.5 ([#342](https://github.com/kubernetes-csi/csi-test/pull/342), [@chrishenzie](https://github.com/chrishenzie))
10+
11+
### Other (Cleanup or Flake)
12+
- The mock driver gets removed. https://github.com/kubernetes-csi/csi-driver-host-path should be used instead. ([#351](https://github.com/kubernetes-csi/csi-test/pull/351), [@pohly](https://github.com/pohly))
13+
14+
## Dependencies
15+
16+
### Added
17+
_Nothing has changed._
18+
19+
### Changed
20+
- github.com/container-storage-interface/spec: [v1.3.0 → v1.5.0](https://github.com/container-storage-interface/spec/compare/v1.3.0...v1.5.0)
21+
- github.com/davecgh/go-spew: [v1.1.1 → v1.1.0](https://github.com/davecgh/go-spew/compare/v1.1.1...v1.1.0)
22+
23+
### Removed
24+
- github.com/robertkrimen/otto: [ef014fd](https://github.com/robertkrimen/otto/tree/ef014fd)
25+
- github.com/sirupsen/logrus: [v1.7.0](https://github.com/sirupsen/logrus/tree/v1.7.0)
26+
- gopkg.in/sourcemap.v1: v1.0.5

0 commit comments

Comments
 (0)