Add delete BSL cleanup highlight and fixed grammar in heading

Signed-off-by: F. Gold <fgold@vmware.com>
pull/4653/head
F. Gold 2022-02-15 10:53:46 -08:00
parent 491942cf2d
commit e3685786fa
No known key found for this signature in database
GPG Key ID: DB33E71F09A5BF25
1 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,11 @@ For the version of the plugins and the CSI drivers they support respectively ple
| velero-plugin-for-microsoft-azure | v1.4.0 | disk.csi.azure.com |
| velero-plugin-for-gcp | v1.4.0 | pd.csi.storage.gke.io |
#### Break change
#### Deleting BSLs also cleans up related resources
When a Backup Storage Location (BSL) is deleted, backup and Restic repository resources will also be deleted.
#### Breaking changes
Starting v1.8 velero will only support v1 CRD, therefore, it will only run on Kubernetes v1.16+
### All changes
@ -89,4 +93,3 @@ Also added DownloadTargetKindBackupItemSnapshots for retrieving the signed URL t
Part of the Upload Progress enhancement (#3533) (#4077, @dsmithuchida)
* Add upgrade test in E2E test (#4058, @danfengliu)
* Handle namespace mapping for PVs without snapshots on restore (#3708, @sseago)