# Velero v1.18.0 - Product: Velero (https://whatsnew.fyi/product/velero) - Vendor: VMware Tanzu - Date: 2026-03-06 - Version: v1.18.0 - Original notes: https://github.com/velero-io/velero/releases/tag/v1.18.0 - Permalink: https://whatsnew.fyi/product/velero/releases/v1.18.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Velero is capable to process multiple backups concurrently, allowing backups from different users to run simultaneously without interfering with each other - **added** — Users can configure cache volumes for data mover pods during restore for CSI snapshot data movement and fs-backup - **added** — Users can observe the incremental size of data movers backups for CSI snapshot data movement and fs-backup - **added** — Glob regular expressions are supported for namespace filters during backup and restore - **added** — VolumePolicy supports actions by PVC phase to enable special operations for PVCs with specific phases - **added** — Events are recorded into data mover pod diagnostic for troubleshooting when data mover pods fail - **added** — Add --apply flag to install command, allowing usage of Kubernetes apply to make changes to existing installs - **added** — BackupStorageLocation is enhanced with Secret-based CA certificate support - **changed** — Backup repository operations are delay executed out of Velero server to prevent Velero server OOM Kill for large backup repositories - **changed** — VolumePolicy performance is significantly improved for large number of pods and PVCs - **changed** — PVC-to-Pod cache is added to improve volume policy performance - **changed** — Golang runtime updated to 1.25.7 - **changed** — Kopia updated to 0.22.3 - **fixed** — Remove backup from running list when backup fails validation - **fixed** — Fix plugin init container names exceeding DNS-1123 limit - **fixed** — Prevent fake completion notification due to multiple update of single PVR - **fixed** — Fix the Job build error when BackupRepository name longer than 63 - **fixed** — Fix managed fields patch for resources using GenerateName - **deprecated** — PVC selected node feature is deprecated in v1.18 ##### v1.18 ###### Download https://github.com/vmware-tanzu/velero/releases/tag/v1.18.0 ###### Container Image `velero/velero:v1.18.0` ###### Documentation https://velero.io/docs/v1.18/ ###### Upgrading https://velero.io/docs/v1.18/upgrade-to-1.18/ ###### Highlights ###### Concurrent backup In v1.18, Velero is capable to process multiple backups concurrently. This is a significant usability improvement, especially for multiple tenants or multiple users case, backups submitted from different users could run their backups simultaneously without interfering with each other. Check design https://github.com/vmware-tanzu/velero/blob/main/design/Implemented/concurrent-backup-processing.md for more details. ###### Cache volume for data movers In v1.18, Velero allows users to configure cache volumes for data mover pods during restore for CSI snapshot data movement and fs-backup. This brings below benefits: - Solve the problem that data mover pods fail to when pod's ephemeral disk is limited - Solve the problem that multiple data mover pods fail to run concurrently in one node when the node's ephemeral disk is limited - Working together with backup repository's cache limit configuration, cache volume with appropriate size helps to improve the restore throughput Check design https://github.com/vmware-tanzu/velero/blob/main/design/Implemented/backup-repo-cache-volume.md for more details. ###### Incremental size for data movers In v1.18, Velero allows users to observe the incremental size of data movers backups for CSI snapshot data movement and fs-backup, so that users could visually see the data reduction due to incremental backup. ###### Wildcard support for namespaces In v1.18, Velero allows to use Glob regular expressions for namespace filters during backup and restore, so that users could filter namespaces in a batch manner. ###### VolumePolicy for PVC phase In v1.18, Velero VolumePolicy supports actions by PVC phase, which help users to do special operations for PVCs with a specific phase, e.g., skip PVCs in Pending/Lost status from the backup. ###### Scalability and Resiliency improvements ###### Prevent Velero server OOM Kill for large backup repositories In v1.18, some backup repository operations are delay executed out of Velero server, so Velero server won't be OOM Killed. ###### Performance improvement for VolumePolicy In v1.18, VolumePolicy is enhanced for large number of pods/PVCs so that the performance is significantly improved. ###### Events for data mover pod diagnostic In v1.18, events are recorded into data mover pod diagnostic, which allows user to see more information for troubleshooting when the data mover pod fails. ###### Runtime and dependencies Golang runtime: 1.25.7 kopia: 0.22.3 ###### Limitations/Known issues ###### Breaking changes ###### Deprecation of PVC selected node feature According to [Velero deprecation policy](https://github.com/vmware-tanzu/velero/blob/main/GOVERNANCE.md#deprecation-policy), PVC selected node feature is deprecated in v1.18. Velero could appropriately handle PVC's selected-node annotation, so users don't need to do anything particularly. ###### All Changes * Remove backup from running list when backup fails validation (#9498, @sseago) * Maintenance Job only uses the first element of the LoadAffinity array (#9494, @blackpiglet) * Fix issue #9478, add diagnose info on expose peek fails (#9481, @Lyndon-Li) * Add Role, RoleBinding, ClusterRole, and ClusterRoleBinding in restore sequence. (#9474, @blackpiglet) * Add maintenance job and data mover pod's labels and annotations setting. (#9452, @blackpiglet) * Fix plugin init container names exceeding DNS-1123 limit (#9445, @mpryc) * Add PVC-to-Pod cache to improve volume policy performance (#9441, @shubham-pampattiwar) * Remove VolumeSnapshotClass from CSI B/R process. (#9431, @blackpiglet) * Use hookIndex for recording multiple restore exec hooks. (# _[Truncated at 4000 characters — full notes: https://github.com/velero-io/velero/releases/tag/v1.18.0]_