|
| 1 | +# Release notes for v5.0.0 |
| 2 | + |
| 3 | +# Changelog since v4.4.0 |
| 4 | + |
| 5 | +## Changes by Kind |
| 6 | + |
| 7 | +### API Changes |
| 8 | + - csi-sanity is now built with Ginkgo v2. All camel case flags |
| 9 | + (e.g. -ginkgo.randomizeAllSpecs) are replaced with kebab case flags |
| 10 | + (e.g. -ginkgo.randomize-all-specs). The camel case versions continue to work but |
| 11 | + emit a deprecation warning. The "junitfile" configuration file option was |
| 12 | + removed because ginkgo now handles JUnit report creation |
| 13 | + itself. "-csi.junitfile" continues to work, but is only an alias for |
| 14 | + "-ginkgo.junit-report" and should be replaced by that. |
| 15 | + ([#366](https://github.com/kubernetes-csi/csi-test/pull/366), |
| 16 | + [@pohly](https://github.com/pohly)) |
| 17 | + |
| 18 | +## Dependencies |
| 19 | + |
| 20 | +### Added |
| 21 | +_Nothing has changed._ |
| 22 | + |
| 23 | +### Changed |
| 24 | +- github.com/google/go-cmp: [v0.5.6 → v0.5.8](https://github.com/google/go-cmp/compare/v0.5.6...v0.5.8) |
| 25 | +- github.com/onsi/ginkgo/v2: [v2.1.3 → v2.1.4](https://github.com/onsi/ginkgo/v2/compare/v2.1.3...v2.1.4) |
| 26 | +- github.com/onsi/ginkgo: [v1.16.5 → v1.16.4](https://github.com/onsi/ginkgo/compare/v1.16.5...v1.16.4) |
| 27 | +- github.com/onsi/gomega: [v1.19.0 → v1.20.0](https://github.com/onsi/gomega/compare/v1.19.0...v1.20.0) |
| 28 | +- github.com/yuin/goldmark: [v1.3.5 → v1.4.1](https://github.com/yuin/goldmark/compare/v1.3.5...v1.4.1) |
| 29 | +- golang.org/x/crypto: 75b2880 → 089bfa5 |
| 30 | +- golang.org/x/mod: v0.4.2 → 9b9b3d8 |
| 31 | +- golang.org/x/net: 27dd868 → 0bcc04d |
| 32 | +- golang.org/x/sys: 1d35b9e → a90be44 |
| 33 | +- golang.org/x/tools: v0.1.1 → v0.1.10 |
| 34 | +- google.golang.org/grpc: v1.47.0 → v1.48.0 |
| 35 | +- google.golang.org/protobuf: v1.27.1 → v1.28.0 |
| 36 | +- gopkg.in/yaml.v3: 9f266ea → v3.0.1 |
| 37 | +- k8s.io/klog/v2: v2.60.1 → v2.70.1 |
| 38 | + |
| 39 | +### Removed |
| 40 | +_Nothing has changed._ |
0 commit comments