Skip to content

Commit 26e5f22

Browse files
authored
Merge pull request #353 from songjiaxun/release-2.9
Add changelog for v2.9.1
2 parents cf98b38 + 0f29286 commit 26e5f22

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG/CHANGELOG-2.9.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
# Release notes for v2.9.1
2+
3+
[Documentation](https://kubernetes-csi.github.io)
4+
5+
# Changelog since v2.9.0
6+
7+
## Changes by Kind
8+
9+
### Bug or Regression
10+
11+
- Bump google.golang.org/grpc from v1.58.0 to v1.59.0 to fix CVE-2023-44487. ([#352](https://github.com/kubernetes-csi/node-driver-registrar/pull/352), [@songjiaxun](https://github.com/songjiaxun))
12+
13+
### Uncategorized
14+
15+
- CVE fixes: CVE-2023-3978 ([#345](https://github.com/kubernetes-csi/node-driver-registrar/pull/345), [@dannawang0221](https://github.com/dannawang0221))
16+
17+
## Dependencies
18+
19+
### Added
20+
_Nothing has changed._
21+
22+
### Changed
23+
- cloud.google.com/go/compute: v1.21.0 → v1.23.0
24+
- github.com/golang/glog: [v1.1.0 → v1.1.2](https://github.com/golang/glog/compare/v1.1.0...v1.1.2)
25+
- github.com/google/uuid: [v1.3.0 → v1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)
26+
- golang.org/x/crypto: v0.11.0 → v0.14.0
27+
- golang.org/x/net: v0.13.0 → v0.17.0
28+
- golang.org/x/oauth2: v0.10.0 → v0.11.0
29+
- golang.org/x/sys: v0.12.0 → v0.13.0
30+
- golang.org/x/term: v0.10.0 → v0.13.0
31+
- golang.org/x/text: v0.11.0 → v0.13.0
32+
- google.golang.org/genproto/googleapis/api: 782d3b1 → b8732ec
33+
- google.golang.org/genproto/googleapis/rpc: 782d3b1 → b8732ec
34+
- google.golang.org/genproto: 782d3b1 → b8732ec
35+
- google.golang.org/grpc: v1.58.0 → v1.59.0
36+
37+
### Removed
38+
_Nothing has changed._
39+
140
# Release notes for v2.9.0
241

342
[Documentation](https://kubernetes-csi.github.io)

0 commit comments

Comments
 (0)