Skip to content

Commit 1153a7c

Browse files
authored
Merge pull request #498 from xing-yang/changelog_5.2.0
Add changelog for v5.2.0
2 parents 4fecb35 + eef4e70 commit 1153a7c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG/CHANGELOG-5.2.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Release notes for v5.2.0
2+
3+
# Changelog since v5.1.0
4+
5+
## Changes by Kind
6+
7+
### API Change
8+
9+
- Bumps the CSI spec dependency to v1.9.0 and regenerates the controller mock to account for the new ControllerModifyVolume RPC. ([#492](https://github.com/kubernetes-csi/csi-test/pull/492), [@ConnorJC3](https://github.com/ConnorJC3))
10+
11+
## Dependencies
12+
13+
### Added
14+
_Nothing has changed._
15+
16+
### Changed
17+
- github.com/container-storage-interface/spec: [v1.8.0 → v1.9.0](https://github.com/container-storage-interface/spec/compare/v1.8.0...v1.9.0)
18+
- github.com/go-logr/logr: [v1.2.4 → v1.3.0](https://github.com/go-logr/logr/compare/v1.2.4...v1.3.0)
19+
- github.com/google/go-cmp: [v0.5.9 → v0.6.0](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0)
20+
- github.com/google/uuid: [v1.3.1 → v1.4.0](https://github.com/google/uuid/compare/v1.3.1...v1.4.0)
21+
- github.com/onsi/ginkgo/v2: [v2.12.0 → v2.13.1](https://github.com/onsi/ginkgo/v2/compare/v2.12.0...v2.13.1)
22+
- github.com/onsi/gomega: [v1.27.10 → v1.30.0](https://github.com/onsi/gomega/compare/v1.27.10...v1.30.0)
23+
- golang.org/x/crypto: v0.12.0 → v0.14.0
24+
- golang.org/x/mod: v0.12.0 → v0.13.0
25+
- golang.org/x/net: v0.14.0 → v0.17.0
26+
- golang.org/x/sync: v0.3.0 → v0.4.0
27+
- golang.org/x/sys: v0.11.0 → v0.14.0
28+
- golang.org/x/term: v0.11.0 → v0.13.0
29+
- golang.org/x/text: v0.12.0 → v0.13.0
30+
- golang.org/x/tools: v0.12.0 → v0.14.0
31+
- google.golang.org/genproto/googleapis/rpc: 782d3b1 → f966b18
32+
- google.golang.org/genproto: 782d3b1 → 23370e0
33+
- k8s.io/klog/v2: v2.100.1 → v2.110.1
34+
35+
### Removed
36+
_Nothing has changed._

0 commit comments

Comments
 (0)