Skip to content

Commit 47607c2

Browse files
authored
Merge pull request #350 from songjiaxun/release-1.9
Add changelog for v1.9.2
2 parents 4e584ea + 87e8e58 commit 47607c2

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG/CHANGELOG-1.9.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Release notes for 1.9.2
2+
3+
[Documentation](https://kubernetes-csi.github.io)
4+
5+
# Changelog since 1.9.1
6+
7+
## Changes by Kind
8+
9+
### Bug or Regression
10+
11+
- Bump google.golang.org/grpc from v1.54.0 to v1.59.0 to fix CVE-2023-44487. ([#349](https://github.com/kubernetes-csi/external-resizer/pull/349), [@songjiaxun](https://github.com/songjiaxun))
12+
13+
## Dependencies
14+
15+
### Added
16+
_Nothing has changed._
17+
18+
### Changed
19+
- cloud.google.com/go/compute: v1.15.1 → v1.23.0
20+
- github.com/cncf/xds/go: [06c439d → e9ce688](https://github.com/cncf/xds/go/compare/06c439d...e9ce688)
21+
- github.com/envoyproxy/go-control-plane: [v0.10.3 → v0.11.1](https://github.com/envoyproxy/go-control-plane/compare/v0.10.3...v0.11.1)
22+
- github.com/envoyproxy/protoc-gen-validate: [v0.9.1 → v1.0.2](https://github.com/envoyproxy/protoc-gen-validate/compare/v0.9.1...v1.0.2)
23+
- github.com/golang/glog: [v1.0.0 → v1.1.2](https://github.com/golang/glog/compare/v1.0.0...v1.1.2)
24+
- github.com/google/uuid: [v1.3.0 → v1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)
25+
- golang.org/x/oauth2: v0.8.0 → v0.11.0
26+
- golang.org/x/sync: v0.2.0 → v0.3.0
27+
- google.golang.org/genproto/googleapis/api: dd9d682 → b8732ec
28+
- google.golang.org/genproto/googleapis/rpc: 28d5490 → b8732ec
29+
- google.golang.org/genproto: 0005af6 → b8732ec
30+
- google.golang.org/grpc: v1.54.0 → v1.59.0
31+
- google.golang.org/protobuf: v1.30.0 → v1.31.0
32+
33+
### Removed
34+
_Nothing has changed._
35+
136
# Release notes for 1.9.1
237

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

0 commit comments

Comments
 (0)