update 1.18.3 changelog

Signed-off-by: Yonghui Li <lyonghui@vmware.com>
This commit is contained in:
Yonghui Li
2026-09-08 16:10:42 +08:00
parent 31acdc02d8
commit 1433dc2717
3 changed files with 2 additions and 2 deletions
+2
View File
@@ -34,6 +34,8 @@ https://velero.io/docs/v1.18/upgrade-to-1.18/
* Add fine-grained filters for restore via resource policy, introduced resourcePolicy field for restoreSpec, which contains ClusterScopedFilterPolicy and NamespacedFilterPolicy section (#10015, @adam-jian-zhang)
* Add support for matching PVCs by volume mode and access mode in resource policies, and introduce the `--global-backup-volume-policies-configmap` server flag to merge cluster-wide backup volume policies into every backup. (#10012, @chlins)
* Add fine-grained filters for backup via resource policy, introduced ClusterScopedFilterPolicy and NamespacedFilterPolicy section for resource policy (#10011, @adam-jian-zhang)
* Add operation context to user-facing error messages in CR statuses and CLI output (#10474, @chlins)
* Fix issue 10454, enforce resource filter policies in memory in stage 1 to fix wildcard namespace bypassing issue (#10473, @adam-jian-zhang)
## v1.18.2
@@ -1 +0,0 @@
Fix issue 10454, enforce resource filter policies in memory in stage 1 to fix wildcard namespace bypassing issue
-1
View File
@@ -1 +0,0 @@
Add operation context to user-facing error messages in CR statuses and CLI output