From 798310015b6b5a24e8bea5c6cebb52ff1c73edb1 Mon Sep 17 00:00:00 2001 From: Ming Date: Wed, 14 Sep 2022 07:43:03 +0000 Subject: [PATCH] Amend changelog for v1.9.2 Signed-off-by: Ming --- changelogs/CHANGELOG-1.9.md | 2 +- changelogs/unreleased/5305-anshulahuja98 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 changelogs/unreleased/5305-anshulahuja98 diff --git a/changelogs/CHANGELOG-1.9.md b/changelogs/CHANGELOG-1.9.md index 87a7409254..60d85bbc55 100644 --- a/changelogs/CHANGELOG-1.9.md +++ b/changelogs/CHANGELOG-1.9.md @@ -22,7 +22,7 @@ https://velero.io/docs/v1.9/upgrade-to-1.9/ * check vsc null pointer (#5303, @lilongfeng0902) * Fix edge cases for already exists resources (#5304, @shubham-pampattiwar) * Increase ensure restic repository timeout to 5m (#5336, @shubham-pampattiwar) - + * Added DownloadTargetKindCSIBackupVolumeSnapshots for retrieving the signed URL to download only the ``-csi-volumesnapshots.json.gz and DownloadTargetKindCSIBackupVolumeSnapshotContents to download only ``-csi-volumesnapshotcontents.json.gz in the DownloadRequest CR structure. These files are already present in the backup layout. (#5307, @anshulahuja98) ## v1.9.1 ### 2022-08-03 diff --git a/changelogs/unreleased/5305-anshulahuja98 b/changelogs/unreleased/5305-anshulahuja98 deleted file mode 100644 index f62584f171..0000000000 --- a/changelogs/unreleased/5305-anshulahuja98 +++ /dev/null @@ -1 +0,0 @@ -Added DownloadTargetKindCSIBackupVolumeSnapshots for retrieving the signed URL to download only the ``-csi-volumesnapshots.json.gz and DownloadTargetKindCSIBackupVolumeSnapshotContents to download only ``-csi-volumesnapshotcontents.json.gz in the DownloadRequest CR structure. These files are already present in the backup layout.