From 22d57ea5b376969e78494ebe9b1c8f15a59512eb Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Fri, 22 Dec 2023 01:28:16 +0000 Subject: [PATCH] Add changelog for 6.3.2 --- CHANGELOG/CHANGELOG-6.3.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG/CHANGELOG-6.3.md b/CHANGELOG/CHANGELOG-6.3.md index 91986638a..29df33d38 100644 --- a/CHANGELOG/CHANGELOG-6.3.md +++ b/CHANGELOG/CHANGELOG-6.3.md @@ -2,6 +2,39 @@ [Documentation](https://kubernetes-csi.github.io) +## Changes by Kind + +### Bug or Regression + +- Bump google.golang.org/grpc from v1.58.0 to v1.59.0 to fix CVE-2023-44487. ([#954](https://github.com/kubernetes-csi/external-snapshotter/pull/954), [@songjiaxun](https://github.com/songjiaxun)) + +### Uncategorized + +- Cherry-pick from PR 876: Update VolumeSnapshot and VolumeSnapshotContent using JSON patch ([#974](https://github.com/kubernetes-csi/external-snapshotter/pull/974), [@phoenix-bjoern](https://github.com/phoenix-bjoern)) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- cloud.google.com/go/compute: v1.21.0 → v1.23.0 +- github.com/golang/glog: [v1.1.0 → v1.1.2](https://github.com/golang/glog/compare/v1.1.0...v1.1.2) +- github.com/google/uuid: [v1.3.0 → v1.3.1](https://github.com/google/uuid/compare/v1.3.0...v1.3.1) +- github.com/kubernetes-csi/csi-lib-utils: [v0.14.0 → v0.14.1](https://github.com/kubernetes-csi/csi-lib-utils/compare/v0.14.0...v0.14.1) +- golang.org/x/oauth2: v0.10.0 → v0.11.0 +- google.golang.org/genproto/googleapis/api: 782d3b1 → b8732ec +- google.golang.org/genproto/googleapis/rpc: 782d3b1 → b8732ec +- google.golang.org/genproto: 782d3b1 → b8732ec +- google.golang.org/grpc: v1.58.0 → v1.59.0 + +### Removed +_Nothing has changed._ + +# Release notes for v6.3.2 + +[Documentation](https://kubernetes-csi.github.io) + # Changelog since v6.3.1 ## Changes by Kind