From bb8160a4b183ad635e35f39ed799932bcbfa4d8e Mon Sep 17 00:00:00 2001 From: Lyndon-Li Date: Thu, 18 Jun 2026 13:15:12 +0800 Subject: [PATCH] 1.18.2 change-log Signed-off-by: Lyndon-Li --- changelogs/CHANGELOG-1.18.md | 19 +++++++++++++++++++ .../unreleased/9842-christian-schlichtherle | 1 - .../unreleased/9870-shubham-pampattiwar | 1 - .../unreleased/9900-shubham-pampattiwar | 1 - 4 files changed, 19 insertions(+), 3 deletions(-) delete mode 100644 changelogs/unreleased/9842-christian-schlichtherle delete mode 100644 changelogs/unreleased/9870-shubham-pampattiwar delete mode 100644 changelogs/unreleased/9900-shubham-pampattiwar diff --git a/changelogs/CHANGELOG-1.18.md b/changelogs/CHANGELOG-1.18.md index 31fee4e9c..fd1f3f566 100644 --- a/changelogs/CHANGELOG-1.18.md +++ b/changelogs/CHANGELOG-1.18.md @@ -1,3 +1,22 @@ +## v1.18.2 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.18.2 + +### Container Image +`velero/velero:v1.18.2` + +### Documentation +https://velero.io/docs/v1.18/ + +### Upgrading +https://velero.io/docs/v1.18/upgrade-to-1.18/ + +### All Changes + * Skip VGS cleanup when backup did not use VolumeGroupSnapshots (#9900, @shubham-pampattiwar) + * Fix backup performance regression when using includedNamespaces ["*"] by restoring cross-namespace API listing optimization (#9870, @shubham-pampattiwar) + * Fix DataUploadDeleteAction creating snapshot-info ConfigMaps labeled with the wrong backup name when a DataUpload CR from another backup is incidentally captured in the backup tarball, which caused Kopia snapshots to be leaked in object storage on expiry of the real owning backup. (#9842, @christian-schlichtherle) + ## v1.18.1 ### Download diff --git a/changelogs/unreleased/9842-christian-schlichtherle b/changelogs/unreleased/9842-christian-schlichtherle deleted file mode 100644 index 069423559..000000000 --- a/changelogs/unreleased/9842-christian-schlichtherle +++ /dev/null @@ -1 +0,0 @@ -Fix DataUploadDeleteAction creating snapshot-info ConfigMaps labeled with the wrong backup name when a DataUpload CR from another backup is incidentally captured in the backup tarball, which caused Kopia snapshots to be leaked in object storage on expiry of the real owning backup. diff --git a/changelogs/unreleased/9870-shubham-pampattiwar b/changelogs/unreleased/9870-shubham-pampattiwar deleted file mode 100644 index 76e44931c..000000000 --- a/changelogs/unreleased/9870-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Fix backup performance regression when using includedNamespaces ["*"] by restoring cross-namespace API listing optimization diff --git a/changelogs/unreleased/9900-shubham-pampattiwar b/changelogs/unreleased/9900-shubham-pampattiwar deleted file mode 100644 index 034507c1f..000000000 --- a/changelogs/unreleased/9900-shubham-pampattiwar +++ /dev/null @@ -1 +0,0 @@ -Skip VGS cleanup when backup did not use VolumeGroupSnapshots