Generate v1.9.3 changelog (#5538)

Signed-off-by: Ming <mqiu@vmware.com>
pull/5558/head v1.9.3-rc.1
qiuming 2022-11-03 14:19:07 +08:00 committed by GitHub
parent 0993a44bab
commit 3ca580b7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 12 deletions

View File

@ -1,3 +1,28 @@
## v1.9.3
### 2022-11-03
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.9.3
### Container Image
`velero/velero:v1.9.3`
### Documentation
https://velero.io/docs/v1.9/
### Upgrading
https://velero.io/docs/v1.9/upgrade-to-1.9/
### All changes
* Enhance the restore priorities list to support specifying the low prioritized resources that need to be restored in the last (#5529, @ywk253100)
* Fix v1.9.3 CSI VolumeSnapshot status duplicate issue. (#5518, @blackpiglet)
* Bump up the distroless image to the latest version (#5500, @ywk253100)
* Add some corner cases checking for CSI snapshot in backup controller. (#5482, @blackpiglet)
* Skip the exclusion check for additional resources returned by BIA (#5406, @reasonerjt)
* Exclude "csinodes.storage.k8s.io" and "volumeattachments.storage.k8s.io" from restore by default. (#5448, @jxun)
* Update the k8s.io dependencies to 0.24.0 and Removed the `WithClusterName` method as it is a "legacy field that was always cleared by the system and never used" as per upstream k8s. (#5472, @kcboyle)
## v1.9.2
### 2022-09-14

View File

@ -1 +0,0 @@
Skip the exclusion check for additional resources returned by BIA

View File

@ -1 +0,0 @@
Exclude "csinodes.storage.k8s.io" and "volumeattachments.storage.k8s.io" from restore by default.

View File

@ -1,6 +0,0 @@
Update the k8s.io dependencies to 0.24.0.
This also required an update to github.com/bombsimon/logrusr/v3.
Removed the `WithClusterName` method
as it is a "legacy field that was
always cleared by the system and never used" as per upstream k8s
https://github.com/kubernetes/apimachinery/blob/release-1.24/pkg/apis/meta/v1/types.go#L257-L259

View File

@ -1 +0,0 @@
Add some corner cases checking for CSI snapshot in backup controller.

View File

@ -1 +0,0 @@
Bump up the distroless image to the latest version

View File

@ -1 +0,0 @@
Fix v1.9.3 CSI VolumeSnapshot status duplicate issue.

View File

@ -1 +0,0 @@
Enhance the restore priorities list to support specifying the low prioritized resources that need to be restored in the last