Add v1.11.1 changelog. (#6522)

Signed-off-by: Xun Jiang <jxun@vmware.com>
pull/6528/head v1.11.1
Xun Jiang/Bruce Jiang 2023-07-19 14:46:26 +08:00 committed by GitHub
parent 5afe837f76
commit bdbe7eb242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,26 @@
## v1.11.1
### 2023-07-19
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.11.1
### Container Image
`velero/velero:v1.11.1`
### Documentation
https://velero.io/docs/v1.11/
### Upgrading
https://velero.io/docs/v1.11/upgrade-to-1.11/
### All changes
* Add support for OpenStack CSI drivers topology keys (#6488, @kayrus)
* Enhance the code because of #6297, the return value of GetBucketRegion is not recorded, as a result, when it fails, we have no way to get the cause (#6477, @Lyndon-Li)
* Fixed a bug where status.progress is not getting updated for backups. (#6324, @blackpiglet)
* Restore Endpoints before Services (#6316, @ywk253100)
* Fix issue #6182. If pod is not running, don't treat it as an error, let it go and leave a warning. (#6189, @Lyndon-Li)
## v1.11
### 2023-04-07

View File

@ -1 +0,0 @@
Fix issue #6182. If pod is not running, don't treat it as an error, let it go and leave a warning.

View File

@ -1 +0,0 @@
Restore Endpoints before Services

View File

@ -1 +0,0 @@
Fixed a bug where status.progress is not getting updated for backups.

View File

@ -1 +0,0 @@
Enhance the code because of #6297, the return value of GetBucketRegion is not recorded, as a result, when it fails, we have no way to get the cause

View File

@ -1 +0,0 @@
Add support for OpenStack CSI drivers topology keys