From a3bb4d294715042fa77f557694ed3536bf643fcc Mon Sep 17 00:00:00 2001 From: allenxu404 Date: Mon, 26 Feb 2024 10:42:06 +0800 Subject: [PATCH] Add changelogs for v1.12.4 Signed-off-by: allenxu404 --- changelogs/CHANGELOG-1.12.md | 21 +++++++++++++++++++ .../unreleased/7042-shubham-pampattiwar | 1 - changelogs/unreleased/7298-ywk253100 | 1 - changelogs/unreleased/7337-kaovilai | 1 - changelogs/unreleased/7397-kaovilai | 1 - 5 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 changelogs/unreleased/7042-shubham-pampattiwar delete mode 100644 changelogs/unreleased/7298-ywk253100 delete mode 100644 changelogs/unreleased/7337-kaovilai delete mode 100644 changelogs/unreleased/7397-kaovilai diff --git a/changelogs/CHANGELOG-1.12.md b/changelogs/CHANGELOG-1.12.md index 2cc74d6216..10654794b9 100644 --- a/changelogs/CHANGELOG-1.12.md +++ b/changelogs/CHANGELOG-1.12.md @@ -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 diff --git a/changelogs/unreleased/7042-shubham-pampattiwar b/changelogs/unreleased/7042-shubham-pampattiwar deleted file mode 100644 index 4ed72fa6dd..0000000000 --- a/changelogs/unreleased/7042-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Add description markers for dataupload and datadownload CRDs \ No newline at end of file diff --git a/changelogs/unreleased/7298-ywk253100 b/changelogs/unreleased/7298-ywk253100 deleted file mode 100644 index a12df34392..0000000000 --- a/changelogs/unreleased/7298-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Make "disable-informer-cache" option false(enabled) by default to keep it consistent with the help message \ No newline at end of file diff --git a/changelogs/unreleased/7337-kaovilai b/changelogs/unreleased/7337-kaovilai deleted file mode 100644 index 000c28709d..0000000000 --- a/changelogs/unreleased/7337-kaovilai +++ /dev/null @@ -1 +0,0 @@ -Check resource Group Version and Kind is available in cluster before attempting restore to prevent being stuck. \ No newline at end of file diff --git a/changelogs/unreleased/7397-kaovilai b/changelogs/unreleased/7397-kaovilai deleted file mode 100644 index a95fa4db2d..0000000000 --- a/changelogs/unreleased/7397-kaovilai +++ /dev/null @@ -1 +0,0 @@ -BackupRepositories associated with a BSL are invalidated when BSL is (re-)created. \ No newline at end of file