From 5abd318b2c93622cdb21e00bf1c1219afd78554a Mon Sep 17 00:00:00 2001 From: allenxu404 Date: Mon, 20 Nov 2023 16:30:12 +0800 Subject: [PATCH] Add v1.12.2 changelog Signed-off-by: allenxu404 --- changelogs/CHANGELOG-1.12.md | 30 +++++++++++++++++++ changelogs/unreleased/6997-kaovilai | 1 - .../unreleased/7025-shubham-pampattiwar | 1 - changelogs/unreleased/7033-ywk253100 | 1 - changelogs/unreleased/7049-27149chen | 1 - changelogs/unreleased/7054-kaovilai | 1 - changelogs/unreleased/7058-ywk253100 | 1 - changelogs/unreleased/7060-Lyndon-Li | 1 - changelogs/unreleased/7087-blackpiglet | 1 - changelogs/unreleased/7097-Lyndon-Li | 1 - changelogs/unreleased/7098-yanggangtony | 1 - changelogs/unreleased/7110-allenxu404 | 1 - changelogs/unreleased/7111-kaovilai | 1 - changelogs/unreleased/7114-Lyndon-Li | 1 - 14 files changed, 30 insertions(+), 13 deletions(-) delete mode 100644 changelogs/unreleased/6997-kaovilai delete mode 100644 changelogs/unreleased/7025-shubham-pampattiwar delete mode 100644 changelogs/unreleased/7033-ywk253100 delete mode 100644 changelogs/unreleased/7049-27149chen delete mode 100644 changelogs/unreleased/7054-kaovilai delete mode 100644 changelogs/unreleased/7058-ywk253100 delete mode 100644 changelogs/unreleased/7060-Lyndon-Li delete mode 100644 changelogs/unreleased/7087-blackpiglet delete mode 100644 changelogs/unreleased/7097-Lyndon-Li delete mode 100644 changelogs/unreleased/7098-yanggangtony delete mode 100644 changelogs/unreleased/7110-allenxu404 delete mode 100644 changelogs/unreleased/7111-kaovilai delete mode 100644 changelogs/unreleased/7114-Lyndon-Li diff --git a/changelogs/CHANGELOG-1.12.md b/changelogs/CHANGELOG-1.12.md index 8182b3e8af..348e6db469 100644 --- a/changelogs/CHANGELOG-1.12.md +++ b/changelogs/CHANGELOG-1.12.md @@ -1,3 +1,33 @@ +## v1.12.2 +### 2023-11-20 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.12.2 + +### Container Image +`velero/velero:v1.12.2` + +### Documentation +https://velero.io/docs/v1.12/ + +### Upgrading +https://velero.io/docs/v1.12/upgrade-to-1.12/ + +### All changes +* Fix issue #7068, due to a behavior of CSI external snapshotter, manipulations of VS and VSC may not be handled in the same order inside external snapshotter as the API is called. So add a protection finalizer to ensure the order (#7114, @Lyndon-Li) +* Update Backup.Status.CSIVolumeSnapshotsCompleted during finalize (#7111, @kaovilai) +* Cherry-pick #6917 - Support JSON Merge Patch and Strategic Merge Patch in Resource Modifiers (#7049, @27149chen) +* Bump up Velero base image to latest patch release (#7110, @allenxu404) +* Fix the node-agent missing metrics-address defines. (#7098, @yanggangtony) +* Fix issue #7094, fallback to full backup if previous snapshot is not found (#7097, @Lyndon-Li) +* Add DataUpload Result and CSI VolumeSnapshot check for restore PV. (#7087, @blackpiglet) +* Fix issue #7027, data mover backup exposer should not assume the first volume as the backup volume in backup pod (#7060, @Lyndon-Li) +* Truncate the credential file to avoid the change of secret content messing it up (#7058, @ywk253100) +* restore: Use warning when Create IsAlreadyExist and Get error (#7054, @kaovilai) +* Read information from the credential specified by BSL (#7033, @ywk253100) +* Fix issue 6913: Velero Built-in Datamover: Backup stucks in phase WaitingForPluginOperations when Node Agent pod gets restarted (#7025, @shubham-pampattiwar) +* Fix unified repository (kopia) s3 credentials profile selection (#6997, @kaovilai) + ## v1.12.1 ### 2023-10-20 diff --git a/changelogs/unreleased/6997-kaovilai b/changelogs/unreleased/6997-kaovilai deleted file mode 100644 index ef3ab94066..0000000000 --- a/changelogs/unreleased/6997-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Fix unified repository (kopia) s3 credentials profile selection \ No newline at end of file diff --git a/changelogs/unreleased/7025-shubham-pampattiwar b/changelogs/unreleased/7025-shubham-pampattiwar deleted file mode 100644 index c95688b397..0000000000 --- a/changelogs/unreleased/7025-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Fix issue 6913: Velero Built-in Datamover: Backup stucks in phase WaitingForPluginOperations when Node Agent pod gets restarted \ No newline at end of file diff --git a/changelogs/unreleased/7033-ywk253100 b/changelogs/unreleased/7033-ywk253100 deleted file mode 100644 index b4ce2bbab2..0000000000 --- a/changelogs/unreleased/7033-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Read information from the credential specified by BSL \ No newline at end of file diff --git a/changelogs/unreleased/7049-27149chen b/changelogs/unreleased/7049-27149chen deleted file mode 100644 index 1605d1f5f4..0000000000 --- a/changelogs/unreleased/7049-27149chen +++ /dev/null @@ -1 +0,0 @@ -Cherry-pick #6917 - Support JSON Merge Patch and Strategic Merge Patch in Resource Modifiers \ No newline at end of file diff --git a/changelogs/unreleased/7054-kaovilai b/changelogs/unreleased/7054-kaovilai deleted file mode 100644 index 3b85df1962..0000000000 --- a/changelogs/unreleased/7054-kaovilai +++ /dev/null @@ -1 +0,0 @@ -restore: Use warning when Create IsAlreadyExist and Get error \ No newline at end of file diff --git a/changelogs/unreleased/7058-ywk253100 b/changelogs/unreleased/7058-ywk253100 deleted file mode 100644 index 2a6faffe3f..0000000000 --- a/changelogs/unreleased/7058-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Truncate the credential file to avoid the change of secret content messing it up \ No newline at end of file diff --git a/changelogs/unreleased/7060-Lyndon-Li b/changelogs/unreleased/7060-Lyndon-Li deleted file mode 100644 index f2a3a9ae21..0000000000 --- a/changelogs/unreleased/7060-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #7027, data mover backup exposer should not assume the first volume as the backup volume in backup pod \ No newline at end of file diff --git a/changelogs/unreleased/7087-blackpiglet b/changelogs/unreleased/7087-blackpiglet deleted file mode 100644 index ac965ed13a..0000000000 --- a/changelogs/unreleased/7087-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Add DataUpload Result and CSI VolumeSnapshot check for restore PV. \ No newline at end of file diff --git a/changelogs/unreleased/7097-Lyndon-Li b/changelogs/unreleased/7097-Lyndon-Li deleted file mode 100644 index 7ce3312485..0000000000 --- a/changelogs/unreleased/7097-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #7094, fallback to full backup if previous snapshot is not found \ No newline at end of file diff --git a/changelogs/unreleased/7098-yanggangtony b/changelogs/unreleased/7098-yanggangtony deleted file mode 100644 index 8d63d94a18..0000000000 --- a/changelogs/unreleased/7098-yanggangtony +++ /dev/null @@ -1 +0,0 @@ -Fix the node-agent missing metrics-address defines. \ No newline at end of file diff --git a/changelogs/unreleased/7110-allenxu404 b/changelogs/unreleased/7110-allenxu404 deleted file mode 100644 index 23fcf54c78..0000000000 --- a/changelogs/unreleased/7110-allenxu404 +++ /dev/null @@ -1 +0,0 @@ -Bump up Velero base image to latest patch release \ No newline at end of file diff --git a/changelogs/unreleased/7111-kaovilai b/changelogs/unreleased/7111-kaovilai deleted file mode 100644 index abf6270396..0000000000 --- a/changelogs/unreleased/7111-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Update Backup.Status.CSIVolumeSnapshotsCompleted during finalize \ No newline at end of file diff --git a/changelogs/unreleased/7114-Lyndon-Li b/changelogs/unreleased/7114-Lyndon-Li deleted file mode 100644 index 4b5b81ffdc..0000000000 --- a/changelogs/unreleased/7114-Lyndon-Li +++ /dev/null @@ -1 +0,0 @@ -Fix issue #7068, due to a behavior of CSI external snapshotter, manipulations of VS and VSC may not be handled in the same order inside external snapshotter as the API is called. So add a protection finalizer to ensure the order \ No newline at end of file