From 03bad256b0e5646f50352ca2a860e99361c1c6eb Mon Sep 17 00:00:00 2001 From: allenxu404 Date: Tue, 9 Jan 2024 10:10:05 +0800 Subject: [PATCH] Add v1.12.3 changelog Signed-off-by: allenxu404 --- changelogs/CHANGELOG-1.12.md | 22 ++++++++++++++++++++++ changelogs/unreleased/7130-qiuming-best | 1 - changelogs/unreleased/7202-blackpiglet | 2 -- changelogs/unreleased/7203-Lyndon-Li | 1 - changelogs/unreleased/7247-Lyndon-Li | 1 - 5 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 changelogs/unreleased/7130-qiuming-best delete mode 100644 changelogs/unreleased/7202-blackpiglet delete mode 100644 changelogs/unreleased/7203-Lyndon-Li delete mode 100644 changelogs/unreleased/7247-Lyndon-Li diff --git a/changelogs/CHANGELOG-1.12.md b/changelogs/CHANGELOG-1.12.md index 348e6db469..e0f7b8e754 100644 --- a/changelogs/CHANGELOG-1.12.md +++ b/changelogs/CHANGELOG-1.12.md @@ -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 diff --git a/changelogs/unreleased/7130-qiuming-best b/changelogs/unreleased/7130-qiuming-best deleted file mode 100644 index f6f6c6f74f..0000000000 --- a/changelogs/unreleased/7130-qiuming-best +++ /dev/null @@ -1 +0,0 @@ -Node agent restart enhancement diff --git a/changelogs/unreleased/7202-blackpiglet b/changelogs/unreleased/7202-blackpiglet deleted file mode 100644 index ac5d180119..0000000000 --- a/changelogs/unreleased/7202-blackpiglet +++ /dev/null @@ -1,2 +0,0 @@ -Update CSIVolumeSnapshotsCompleted in backup's status and the metric -during backup finalize stage according to async operations content. \ No newline at end of file diff --git a/changelogs/unreleased/7203-Lyndon-Li b/changelogs/unreleased/7203-Lyndon-Li deleted file mode 100644 index 21ea28c9c3..0000000000 --- a/changelogs/unreleased/7203-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #7189, data mover generic restore - don't assume the first volume as the restore volume \ No newline at end of file diff --git a/changelogs/unreleased/7247-Lyndon-Li b/changelogs/unreleased/7247-Lyndon-Li deleted file mode 100644 index edb945ec34..0000000000 --- a/changelogs/unreleased/7247-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #7244. By the end of the upload, check the outstanding incomplete snapshots and delete them by calling ApplyRetentionPolicy \ No newline at end of file