Generate changelogs for v1.9.6

Signed-off-by: Ming <mqiu@vmware.com>
pull/5892/head
Ming 2023-02-21 07:24:16 +00:00
parent c457dea3af
commit 8bf302e5d6
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.