Merge pull request #5892 from qiuming-best/release-1.9

Generate changelogs for v1.9.6
pull/6059/head v1.9.6
lyndon 2023-02-22 09:40:19 +08:00 committed by GitHub
commit 2ff46f9539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,25 @@
## v1.9.6
### 2023-02-21
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.9.6
### Container Image
`velero/velero:v1.9.6`
### Documentation
https://velero.io/docs/v1.9/
### Upgrading
https://velero.io/docs/v1.9/upgrade-to-1.9/
### All changes
* Bump up Golang version and fix CVEs. (#5884, @blackpiglet)
* Add labels for velero installed namespace to support PSA. (#5887, @blackpiglet)
* Fix Dockerfile issue. (#5761, @blackpiglet)
* Add PR container build action, which will not push image. Add GOARM parameter. (#5777, @blackpiglet)
* Correct PVB/PVR Failed Phase patching during startup (#5829, @kaovilai)
## v1.9.5
### 2022-12-19

View File

@ -1 +0,0 @@
Fix Dockerfile issue.

View File

@ -1 +0,0 @@
Add PR container build action, which will not push image. Add GOARM parameter.

View File

@ -1 +0,0 @@
Correct PVB/PVR Failed Phase patching during startup

View File

@ -1 +0,0 @@
Bump up Golang version and fix CVEs.

View File

@ -1 +0,0 @@
Add labels for velero installed namespace to support PSA.