Merge pull request #7289 from allenxu404/release-1.12

Add v1.12.3 changelog
This commit is contained in:
Xun Jiang/Bruce Jiang
2024-01-09 10:44:00 +08:00
committed by GitHub
5 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
## v1.12.3
### 2024-01-09
### Download
https://github.com/vmware-tanzu/velero/releases/tag/v1.12.3
### Container Image
`velero/velero:v1.12.3`
### Documentation
https://velero.io/docs/v1.12/
### Upgrading
https://velero.io/docs/v1.12/upgrade-to-1.12/
### All changes
* Fix issue #7244. By the end of the upload, check the outstanding incomplete snapshots and delete them by calling ApplyRetentionPolicy (#7247, @Lyndon-Li)
* Fix issue #7189, data mover generic restore - don't assume the first volume as the restore volume (#7203, @Lyndon-Li)
* Update CSIVolumeSnapshotsCompleted in backup's status and the metric
during backup finalize stage according to async operations content. (#7202, @blackpiglet)
* Node agent restart enhancement (#7130, @qiuming-best)
## v1.12.2
### 2023-11-20

View File

@@ -1 +0,0 @@
Node agent restart enhancement

View File

@@ -1,2 +0,0 @@
Update CSIVolumeSnapshotsCompleted in backup's status and the metric
during backup finalize stage according to async operations content.

View File

@@ -1 +0,0 @@
Fix issue #7189, data mover generic restore - don't assume the first volume as the restore volume

View File

@@ -1 +0,0 @@
Fix issue #7244. By the end of the upload, check the outstanding incomplete snapshots and delete them by calling ApplyRetentionPolicy