Merge pull request #7466 from allenxu404/release-1.12

Add changelogs for v1.12.4
release-1.12 v1.12.4
Xun Jiang/Bruce Jiang 2024-02-26 16:51:01 +08:00 committed by GitHub
commit 7d8417b2c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,24 @@
## v1.12.4
### 2024-02-26
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.12.4
### Container Image
`velero/velero:v1.12.4`
### Documentation
https://velero.io/docs/v1.12/
### Upgrading
https://velero.io/docs/v1.12/upgrade-to-1.12/
### All changes
* BackupRepositories associated with a BSL are invalidated when BSL is (re-)created. (#7397, @kaovilai)
* Check resource Group Version and Kind is available in cluster before attempting restore to prevent being stuck. (#7337, @kaovilai)
* Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message (#7298, @ywk253100)
* Add description markers for dataupload and datadownload CRDs (#7042, @shubham-pampattiwar)
## v1.12.3
### 2024-01-09

View File

@ -1 +0,0 @@
Add description markers for dataupload and datadownload CRDs

View File

@ -1 +0,0 @@
Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message

View File

@ -1 +0,0 @@
Check resource Group Version and Kind is available in cluster before attempting restore to prevent being stuck.

View File

@ -1 +0,0 @@
BackupRepositories associated with a BSL are invalidated when BSL is (re-)created.