Skip to content

Commit ae7f4c7

Browse files
committed
changelog for v4.3.0
1 parent 3f1ac79 commit ae7f4c7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG/CHANGELOG-4.3.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
10+
### Other (Cleanup or Flake)
11+
- 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))
12+
13+
## Dependencies
14+
15+
### Added
16+
_Nothing has changed._
17+
18+
### Changed
19+
- 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)
20+
- github.com/davecgh/go-spew: [v1.1.1 → v1.1.0](https://github.com/davecgh/go-spew/compare/v1.1.1...v1.1.0)
21+
22+
### Removed
23+
- github.com/robertkrimen/otto: [ef014fd](https://github.com/robertkrimen/otto/tree/ef014fd)
24+
- github.com/sirupsen/logrus: [v1.7.0](https://github.com/sirupsen/logrus/tree/v1.7.0)
25+
- gopkg.in/sourcemap.v1: v1.0.5

0 commit comments

Comments
 (0)