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