From 459365013ca5d03fe647a15e2cbf2d4e8e594edf Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Fri, 14 Jan 2022 22:20:53 +0800 Subject: [PATCH] Update changelog for v1.8.0 (#4530) Signed-off-by: Daniel Jiang --- changelogs/CHANGELOG-1.8.md | 92 +++++++++++++++++++++++++ changelogs/unreleased/3708-sseago | 1 - changelogs/unreleased/4058-danfengliu | 1 - changelogs/unreleased/4077-dsmithuchida | 2 - changelogs/unreleased/4126-sseago | 1 - changelogs/unreleased/4141-danfengliu | 1 - changelogs/unreleased/4185-reasonerjt | 1 - changelogs/unreleased/4274-ywk253100 | 1 - changelogs/unreleased/4281-ywk253100 | 1 - changelogs/unreleased/4306-alaypatel07 | 1 - changelogs/unreleased/4322-zubron | 1 - changelogs/unreleased/4336-ywk253100 | 1 - changelogs/unreleased/4341-jxun | 1 - changelogs/unreleased/4343-reasonerjt | 1 - changelogs/unreleased/4346-half-life666 | 1 - changelogs/unreleased/4350-reasonerjt | 1 - changelogs/unreleased/4353-jxun | 1 - changelogs/unreleased/4372-danfengliu | 1 - changelogs/unreleased/4375-Box-Cube | 1 - changelogs/unreleased/4376-reasonerjt | 1 - changelogs/unreleased/4377-codegold79 | 1 - changelogs/unreleased/4382-jxun | 4 -- changelogs/unreleased/4386-mqiu | 1 - changelogs/unreleased/4391-ywk253100 | 1 - changelogs/unreleased/4397-reasonerjt | 1 - changelogs/unreleased/4398-ywk253100 | 1 - changelogs/unreleased/4401-danfengliu | 1 - changelogs/unreleased/4404-mqiu | 1 - changelogs/unreleased/4409-epk | 1 - changelogs/unreleased/4410-dsu | 2 - changelogs/unreleased/4416-dsmithuchida | 2 - changelogs/unreleased/4423-jxun | 1 - changelogs/unreleased/4429-dsmithuchida | 8 --- changelogs/unreleased/4431-reasonerjt | 1 - changelogs/unreleased/4437-mqiu | 1 - changelogs/unreleased/4438-mqiu | 1 - changelogs/unreleased/4440-mqiu | 1 - changelogs/unreleased/4446-jxun | 1 - changelogs/unreleased/4455-mqiu | 1 - changelogs/unreleased/4457-jxun | 1 - changelogs/unreleased/4462-ywk253100 | 1 - changelogs/unreleased/4465-reasonerjt | 1 - changelogs/unreleased/4480-mqiu | 1 - changelogs/unreleased/4491-ywk253100 | 1 - changelogs/unreleased/4513-ywk253100 | 1 - changelogs/unreleased/4521-mqiu | 1 - 46 files changed, 92 insertions(+), 58 deletions(-) create mode 100644 changelogs/CHANGELOG-1.8.md delete mode 100644 changelogs/unreleased/3708-sseago delete mode 100644 changelogs/unreleased/4058-danfengliu delete mode 100644 changelogs/unreleased/4077-dsmithuchida delete mode 100644 changelogs/unreleased/4126-sseago delete mode 100644 changelogs/unreleased/4141-danfengliu delete mode 100644 changelogs/unreleased/4185-reasonerjt delete mode 100644 changelogs/unreleased/4274-ywk253100 delete mode 100644 changelogs/unreleased/4281-ywk253100 delete mode 100644 changelogs/unreleased/4306-alaypatel07 delete mode 100644 changelogs/unreleased/4322-zubron delete mode 100644 changelogs/unreleased/4336-ywk253100 delete mode 100644 changelogs/unreleased/4341-jxun delete mode 100644 changelogs/unreleased/4343-reasonerjt delete mode 100644 changelogs/unreleased/4346-half-life666 delete mode 100644 changelogs/unreleased/4350-reasonerjt delete mode 100644 changelogs/unreleased/4353-jxun delete mode 100644 changelogs/unreleased/4372-danfengliu delete mode 100644 changelogs/unreleased/4375-Box-Cube delete mode 100644 changelogs/unreleased/4376-reasonerjt delete mode 100644 changelogs/unreleased/4377-codegold79 delete mode 100644 changelogs/unreleased/4382-jxun delete mode 100644 changelogs/unreleased/4386-mqiu delete mode 100644 changelogs/unreleased/4391-ywk253100 delete mode 100644 changelogs/unreleased/4397-reasonerjt delete mode 100644 changelogs/unreleased/4398-ywk253100 delete mode 100644 changelogs/unreleased/4401-danfengliu delete mode 100644 changelogs/unreleased/4404-mqiu delete mode 100644 changelogs/unreleased/4409-epk delete mode 100644 changelogs/unreleased/4410-dsu delete mode 100644 changelogs/unreleased/4416-dsmithuchida delete mode 100644 changelogs/unreleased/4423-jxun delete mode 100644 changelogs/unreleased/4429-dsmithuchida delete mode 100644 changelogs/unreleased/4431-reasonerjt delete mode 100644 changelogs/unreleased/4437-mqiu delete mode 100644 changelogs/unreleased/4438-mqiu delete mode 100644 changelogs/unreleased/4440-mqiu delete mode 100644 changelogs/unreleased/4446-jxun delete mode 100644 changelogs/unreleased/4455-mqiu delete mode 100644 changelogs/unreleased/4457-jxun delete mode 100644 changelogs/unreleased/4462-ywk253100 delete mode 100644 changelogs/unreleased/4465-reasonerjt delete mode 100644 changelogs/unreleased/4480-mqiu delete mode 100644 changelogs/unreleased/4491-ywk253100 delete mode 100644 changelogs/unreleased/4513-ywk253100 delete mode 100644 changelogs/unreleased/4521-mqiu diff --git a/changelogs/CHANGELOG-1.8.md b/changelogs/CHANGELOG-1.8.md new file mode 100644 index 000000000..94e94a687 --- /dev/null +++ b/changelogs/CHANGELOG-1.8.md @@ -0,0 +1,92 @@ +## v1.8.0 +### 2022-01-14 + +### Download +https://github.com/vmware-tanzu/velero/releases/tag/v1.8.0 + +### Container Image +`velero/velero:v1.8.0` + +### Documentation +https://velero.io/docs/v1.8 + +### Upgrading +https://velero.io/docs/v1.8/upgrade-to-1.8/ + +### Highlights + +#### The plugins to support handling volumes created by the AWS CSI driver +The new versions of plugins for AWS, Azure and GCP will be released with the support of snapshotting and restoring the persistent volumes provisioned by CSI driver via the APIs of the cloud providers. With this enhancement, users can backup and restore the persistent volumes on these could providers without using the CSI plugin, which will remain beta and the feature flag `EnableCSI` will be disabled by default. + +For the version of the plugins and the CSI drivers they support respectively please see the table: + +| Plugin | Version | CSI Driver | +| --- | ----------- | ---------- | +| velero-plugin-for-aws | v1.4.0 | ebs.csi.aws.com | +| 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 +Starting v1.8 velero will only support v1 CRD, therefore, it will only run on Kubernetes v1.16+ + +### All changes + +* E2E test on ssr object with controller namespace mix-ups (#4521, @mqiu) +* Check whether the volume is provisioned by CSI driver or not by the annotation as well (#4513, @ywk253100) +* Initialize the labels field of `velero backup-location create` option to avoid #4484 (#4491, @ywk253100) +* Fix e2e 2500 namespaces scale test timeout problem (#4480, @mqiu) +* Add backup deletion e2e test (#4401, @danfengliu) +* Return the error when getting backup store in backup deletion controller (#4465, @reasonerjt) +* Ignore the provided port is already allocated error when restoring the LoadBalancer service (#4462, @ywk253100) +* Revert #4423 migrate backup sync controller to kubebuilder. (#4457, @jxun) +* Add rbac and annotation test cases (#4455, @mqiu) +* remove --crds-version in velero install command. (#4446, @jxun) +* Upgrade e2e test vsphere plugin (#4440, @mqiu) +* Fix e2e test failures for the inappropriate optimaze of velero install (#4438, @mqiu) +* Limit backup namespaces on test resource filtering cases (#4437, @mqiu) +* Bump up Go to 1.17 (#4431, @reasonerjt) +* Added ``-itemsnapshots.json.gz to the backup format. This file exists + when item snapshots are taken and contains an array of volume.Itemsnapshots + containing the information about the snapshots. This will not be used unless + upload progress monitoring and item snapshots are enabled and an ItemSnapshot + plugin is used to take snapshots. + +Also added DownloadTargetKindBackupItemSnapshots for retrieving the signed URL to download only the ``-itemsnapshots.json.gz part of a backup for use by +`velero backup describe`. (#4429, @dsmithuchida) +* Migrate backup sync controller from code-generator to kubebuilder. (#4423, @jxun) +* Added UploadProgressFeature flag to enable Upload Progress Monitoring and Item + Snapshotters. (#4416, @dsmithuchida) +* Added BackupWithResolvers and RestoreWithResolvers calls. Will eventually replace Backup and Restore methods. + Adds ItemSnapshotters to Backup and Restore workflows. (#4410, @dsu) +* Build for darwin-arm64 (#4409, @epk) +* Add resource filtering test cases (#4404, @mqiu) +* Fix the issue that the backup cannot be deleted after the application uninstalled (#4398, @ywk253100) +* Add restoreactionitem plugin to handle admission webhook configurations (#4397, @reasonerjt) +* Keep the annotation "pv.kubernetes.io/provisioned-by" when restoring PVs (#4391, @ywk253100) +* Adjust structure of e2e test codes (#4386, @mqiu) +* feat: migrate velero controller from kubebuilder v2 to v3 + From Velero v1.8, apiextesions.k8s.io/v1beta1 is no longer supported, + which means only CRD of apiextensions.k8s.io/v1 is supported, + and the supported Kubernetes version is updated to v1.16 and later. (#4382, @jxun) +* Delete backups and Restic repos associated with deleted BSL(s) (#4377, @codegold79) +* Add the key for GKE zone for AZ collection (#4376, @reasonerjt) +* Fix statefulsets volumeClaimTemplates storageClassName when use Changing PV/PVC Storage Classes (#4375, @Box-Cube) +* Fix snapshot e2e test issue of jsonpath (#4372, @danfengliu) +* Modify the timestamp in the name of a backup generated from schedule to use UTC. (#4353, @jxun) +* Read Availability zone from nodeAffinity requirements (#4350, @reasonerjt) +* Use factory.Namespace() to replace hardcoded velero namespace (#4346, @half-life666) +* Return the error if velero failed to detect S3 region for restic repo (#4343, @reasonerjt) +* Add init log option for velero controller-runtime manager. (#4341, @jxun) +* Ignore the `provided port is already allocated` error when restoring the `NodePort` service (#4336, @ywk253100) +* Fixed an issue with the `backup-location create` command where the BSL Credential field would be set to an invalid empty SecretKeySelector when no credential details were provided. (#4322, @zubron) +* fix buggy pager func (#4306, @alaypatel07) +* Don't create a backup immediately after creating a schedule (#4281, @ywk253100) +* Fix CVE-2020-29652 and CVE-2020-26160 (#4274, @ywk253100) +* Refine tag-release.sh to align with change in release process (#4185, @reasonerjt) +* Fix plugins incompatible issue in upgrade test (#4141, @danfengliu) +* Verify group before treating resource as cohabitating (#4126, @sseago) +* Added ItemSnapshotter plugin definition and plugin framework - addresses #3533. + 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) + diff --git a/changelogs/unreleased/3708-sseago b/changelogs/unreleased/3708-sseago deleted file mode 100644 index 96c9f3cef..000000000 --- a/changelogs/unreleased/3708-sseago +++ /dev/null @@ -1 +0,0 @@ -Handle namespace mapping for PVs without snapshots on restore diff --git a/changelogs/unreleased/4058-danfengliu b/changelogs/unreleased/4058-danfengliu deleted file mode 100644 index b1cdb0245..000000000 --- a/changelogs/unreleased/4058-danfengliu +++ /dev/null @@ -1 +0,0 @@ -Add upgrade test in E2E test \ No newline at end of file diff --git a/changelogs/unreleased/4077-dsmithuchida b/changelogs/unreleased/4077-dsmithuchida deleted file mode 100644 index 3c15e4da3..000000000 --- a/changelogs/unreleased/4077-dsmithuchida +++ /dev/null @@ -1,2 +0,0 @@ -Added ItemSnapshotter plugin definition and plugin framework - addresses #3533. -Part of the Upload Progress enhancement (#3533) diff --git a/changelogs/unreleased/4126-sseago b/changelogs/unreleased/4126-sseago deleted file mode 100644 index baefcbf48..000000000 --- a/changelogs/unreleased/4126-sseago +++ /dev/null @@ -1 +0,0 @@ -Verify group before treating resource as cohabitating diff --git a/changelogs/unreleased/4141-danfengliu b/changelogs/unreleased/4141-danfengliu deleted file mode 100644 index 1cce90f13..000000000 --- a/changelogs/unreleased/4141-danfengliu +++ /dev/null @@ -1 +0,0 @@ -Fix plugins incompatible issue in upgrade test \ No newline at end of file diff --git a/changelogs/unreleased/4185-reasonerjt b/changelogs/unreleased/4185-reasonerjt deleted file mode 100644 index bc6926806..000000000 --- a/changelogs/unreleased/4185-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Refine tag-release.sh to align with change in release process \ No newline at end of file diff --git a/changelogs/unreleased/4274-ywk253100 b/changelogs/unreleased/4274-ywk253100 deleted file mode 100644 index 19b1e6b32..000000000 --- a/changelogs/unreleased/4274-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Fix CVE-2020-29652 and CVE-2020-26160 \ No newline at end of file diff --git a/changelogs/unreleased/4281-ywk253100 b/changelogs/unreleased/4281-ywk253100 deleted file mode 100644 index 29ff20281..000000000 --- a/changelogs/unreleased/4281-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Don't create a backup immediately after creating a schedule \ No newline at end of file diff --git a/changelogs/unreleased/4306-alaypatel07 b/changelogs/unreleased/4306-alaypatel07 deleted file mode 100644 index e11c33039..000000000 --- a/changelogs/unreleased/4306-alaypatel07 +++ /dev/null @@ -1 +0,0 @@ -fix buggy pager func \ No newline at end of file diff --git a/changelogs/unreleased/4322-zubron b/changelogs/unreleased/4322-zubron deleted file mode 100644 index fed1addc8..000000000 --- a/changelogs/unreleased/4322-zubron +++ /dev/null @@ -1 +0,0 @@ -Fixed an issue with the `backup-location create` command where the BSL Credential field would be set to an invalid empty SecretKeySelector when no credential details were provided. diff --git a/changelogs/unreleased/4336-ywk253100 b/changelogs/unreleased/4336-ywk253100 deleted file mode 100644 index 7efb628bb..000000000 --- a/changelogs/unreleased/4336-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Ignore the `provided port is already allocated` error when restoring the `NodePort` service \ No newline at end of file diff --git a/changelogs/unreleased/4341-jxun b/changelogs/unreleased/4341-jxun deleted file mode 100644 index ae3c58538..000000000 --- a/changelogs/unreleased/4341-jxun +++ /dev/null @@ -1 +0,0 @@ -Add init log option for velero controller-runtime manager. diff --git a/changelogs/unreleased/4343-reasonerjt b/changelogs/unreleased/4343-reasonerjt deleted file mode 100644 index 1a8e548e6..000000000 --- a/changelogs/unreleased/4343-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Return the error if velero failed to detect S3 region for restic repo \ No newline at end of file diff --git a/changelogs/unreleased/4346-half-life666 b/changelogs/unreleased/4346-half-life666 deleted file mode 100644 index 09807f4b8..000000000 --- a/changelogs/unreleased/4346-half-life666 +++ /dev/null @@ -1 +0,0 @@ -Use factory.Namespace() to replace hardcoded velero namespace diff --git a/changelogs/unreleased/4350-reasonerjt b/changelogs/unreleased/4350-reasonerjt deleted file mode 100644 index 7fb91ec87..000000000 --- a/changelogs/unreleased/4350-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Read Availability zone from nodeAffinity requirements \ No newline at end of file diff --git a/changelogs/unreleased/4353-jxun b/changelogs/unreleased/4353-jxun deleted file mode 100644 index 310a9e632..000000000 --- a/changelogs/unreleased/4353-jxun +++ /dev/null @@ -1 +0,0 @@ -Modify the timestamp in the name of a backup generated from schedule to use UTC. diff --git a/changelogs/unreleased/4372-danfengliu b/changelogs/unreleased/4372-danfengliu deleted file mode 100644 index ca34a1b46..000000000 --- a/changelogs/unreleased/4372-danfengliu +++ /dev/null @@ -1 +0,0 @@ -Fix snapshot e2e test issue of jsonpath \ No newline at end of file diff --git a/changelogs/unreleased/4375-Box-Cube b/changelogs/unreleased/4375-Box-Cube deleted file mode 100644 index fd1b1b231..000000000 --- a/changelogs/unreleased/4375-Box-Cube +++ /dev/null @@ -1 +0,0 @@ -Fix statefulsets volumeClaimTemplates storageClassName when use Changing PV/PVC Storage Classes \ No newline at end of file diff --git a/changelogs/unreleased/4376-reasonerjt b/changelogs/unreleased/4376-reasonerjt deleted file mode 100644 index 73406dade..000000000 --- a/changelogs/unreleased/4376-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Add the key for GKE zone for AZ collection \ No newline at end of file diff --git a/changelogs/unreleased/4377-codegold79 b/changelogs/unreleased/4377-codegold79 deleted file mode 100644 index 27bc88d2f..000000000 --- a/changelogs/unreleased/4377-codegold79 +++ /dev/null @@ -1 +0,0 @@ -Delete backups and Restic repos associated with deleted BSL(s) \ No newline at end of file diff --git a/changelogs/unreleased/4382-jxun b/changelogs/unreleased/4382-jxun deleted file mode 100644 index c2dd49743..000000000 --- a/changelogs/unreleased/4382-jxun +++ /dev/null @@ -1,4 +0,0 @@ -feat: migrate velero controller from kubebuilder v2 to v3 -From Velero v1.8, apiextesions.k8s.io/v1beta1 is no longer supported, -which means only CRD of apiextensions.k8s.io/v1 is supported, -and the supported Kubernetes version is updated to v1.16 and later. \ No newline at end of file diff --git a/changelogs/unreleased/4386-mqiu b/changelogs/unreleased/4386-mqiu deleted file mode 100644 index 568a1af77..000000000 --- a/changelogs/unreleased/4386-mqiu +++ /dev/null @@ -1 +0,0 @@ -Adjust structure of e2e test codes diff --git a/changelogs/unreleased/4391-ywk253100 b/changelogs/unreleased/4391-ywk253100 deleted file mode 100644 index 99a1ae5fa..000000000 --- a/changelogs/unreleased/4391-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Keep the annotation "pv.kubernetes.io/provisioned-by" when restoring PVs \ No newline at end of file diff --git a/changelogs/unreleased/4397-reasonerjt b/changelogs/unreleased/4397-reasonerjt deleted file mode 100644 index 243350200..000000000 --- a/changelogs/unreleased/4397-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Add restoreactionitem plugin to handle admission webhook configurations \ No newline at end of file diff --git a/changelogs/unreleased/4398-ywk253100 b/changelogs/unreleased/4398-ywk253100 deleted file mode 100644 index ae700d49b..000000000 --- a/changelogs/unreleased/4398-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Fix the issue that the backup cannot be deleted after the application uninstalled \ No newline at end of file diff --git a/changelogs/unreleased/4401-danfengliu b/changelogs/unreleased/4401-danfengliu deleted file mode 100644 index e0982ae12..000000000 --- a/changelogs/unreleased/4401-danfengliu +++ /dev/null @@ -1 +0,0 @@ -Add backup deletion e2e test \ No newline at end of file diff --git a/changelogs/unreleased/4404-mqiu b/changelogs/unreleased/4404-mqiu deleted file mode 100644 index 99fa88dca..000000000 --- a/changelogs/unreleased/4404-mqiu +++ /dev/null @@ -1 +0,0 @@ -Add resource filtering test cases diff --git a/changelogs/unreleased/4409-epk b/changelogs/unreleased/4409-epk deleted file mode 100644 index be9792451..000000000 --- a/changelogs/unreleased/4409-epk +++ /dev/null @@ -1 +0,0 @@ -Build for darwin-arm64 diff --git a/changelogs/unreleased/4410-dsu b/changelogs/unreleased/4410-dsu deleted file mode 100644 index 7762509c0..000000000 --- a/changelogs/unreleased/4410-dsu +++ /dev/null @@ -1,2 +0,0 @@ -Added BackupWithResolvers and RestoreWithResolvers calls. Will eventually replace Backup and Restore methods. -Adds ItemSnapshotters to Backup and Restore workflows. diff --git a/changelogs/unreleased/4416-dsmithuchida b/changelogs/unreleased/4416-dsmithuchida deleted file mode 100644 index 60e4a30fa..000000000 --- a/changelogs/unreleased/4416-dsmithuchida +++ /dev/null @@ -1,2 +0,0 @@ -Added UploadProgressFeature flag to enable Upload Progress Monitoring and Item -Snapshotters. diff --git a/changelogs/unreleased/4423-jxun b/changelogs/unreleased/4423-jxun deleted file mode 100644 index d2274476e..000000000 --- a/changelogs/unreleased/4423-jxun +++ /dev/null @@ -1 +0,0 @@ -Migrate backup sync controller from code-generator to kubebuilder. \ No newline at end of file diff --git a/changelogs/unreleased/4429-dsmithuchida b/changelogs/unreleased/4429-dsmithuchida deleted file mode 100644 index 4e4c6b5a4..000000000 --- a/changelogs/unreleased/4429-dsmithuchida +++ /dev/null @@ -1,8 +0,0 @@ -Added ``-itemsnapshots.json.gz to the backup format. This file exists -when item snapshots are taken and contains an array of volume.Itemsnapshots -containing the information about the snapshots. This will not be used unless -upload progress monitoring and item snapshots are enabled and an ItemSnapshot -plugin is used to take snapshots. - -Also added DownloadTargetKindBackupItemSnapshots for retrieving the signed URL to download only the ``-itemsnapshots.json.gz part of a backup for use by -`velero backup describe`. diff --git a/changelogs/unreleased/4431-reasonerjt b/changelogs/unreleased/4431-reasonerjt deleted file mode 100644 index 4e9dd6900..000000000 --- a/changelogs/unreleased/4431-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Bump up Go to 1.17 \ No newline at end of file diff --git a/changelogs/unreleased/4437-mqiu b/changelogs/unreleased/4437-mqiu deleted file mode 100644 index 75c03a143..000000000 --- a/changelogs/unreleased/4437-mqiu +++ /dev/null @@ -1 +0,0 @@ -Limit backup namespaces on test resource filtering cases diff --git a/changelogs/unreleased/4438-mqiu b/changelogs/unreleased/4438-mqiu deleted file mode 100644 index 5166acfcc..000000000 --- a/changelogs/unreleased/4438-mqiu +++ /dev/null @@ -1 +0,0 @@ -Fix e2e test failures for the inappropriate optimaze of velero install diff --git a/changelogs/unreleased/4440-mqiu b/changelogs/unreleased/4440-mqiu deleted file mode 100644 index 0d8a196bd..000000000 --- a/changelogs/unreleased/4440-mqiu +++ /dev/null @@ -1 +0,0 @@ -Upgrade e2e test vsphere plugin diff --git a/changelogs/unreleased/4446-jxun b/changelogs/unreleased/4446-jxun deleted file mode 100644 index 43b2c5836..000000000 --- a/changelogs/unreleased/4446-jxun +++ /dev/null @@ -1 +0,0 @@ -remove --crds-version in velero install command. \ No newline at end of file diff --git a/changelogs/unreleased/4455-mqiu b/changelogs/unreleased/4455-mqiu deleted file mode 100644 index 84aba9797..000000000 --- a/changelogs/unreleased/4455-mqiu +++ /dev/null @@ -1 +0,0 @@ -Add rbac and annotation test cases diff --git a/changelogs/unreleased/4457-jxun b/changelogs/unreleased/4457-jxun deleted file mode 100644 index 5d90eaf80..000000000 --- a/changelogs/unreleased/4457-jxun +++ /dev/null @@ -1 +0,0 @@ -Revert #4423 migrate backup sync controller to kubebuilder. \ No newline at end of file diff --git a/changelogs/unreleased/4462-ywk253100 b/changelogs/unreleased/4462-ywk253100 deleted file mode 100644 index e02b9ed34..000000000 --- a/changelogs/unreleased/4462-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Ignore the provided port is already allocated error when restoring the LoadBalancer service \ No newline at end of file diff --git a/changelogs/unreleased/4465-reasonerjt b/changelogs/unreleased/4465-reasonerjt deleted file mode 100644 index f6f15ec62..000000000 --- a/changelogs/unreleased/4465-reasonerjt +++ /dev/null @@ -1 +0,0 @@ -Return the error when getting backup store in backup deletion controller \ No newline at end of file diff --git a/changelogs/unreleased/4480-mqiu b/changelogs/unreleased/4480-mqiu deleted file mode 100644 index 0bde027ec..000000000 --- a/changelogs/unreleased/4480-mqiu +++ /dev/null @@ -1 +0,0 @@ -Fix e2e 2500 namespaces scale test timeout problem diff --git a/changelogs/unreleased/4491-ywk253100 b/changelogs/unreleased/4491-ywk253100 deleted file mode 100644 index 5f8a3bff8..000000000 --- a/changelogs/unreleased/4491-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Initialize the labels field of `velero backup-location create` option to avoid #4484 \ No newline at end of file diff --git a/changelogs/unreleased/4513-ywk253100 b/changelogs/unreleased/4513-ywk253100 deleted file mode 100644 index 62118cb61..000000000 --- a/changelogs/unreleased/4513-ywk253100 +++ /dev/null @@ -1 +0,0 @@ -Check whether the volume is provisioned by CSI driver or not by the annotation as well \ No newline at end of file diff --git a/changelogs/unreleased/4521-mqiu b/changelogs/unreleased/4521-mqiu deleted file mode 100644 index 495b9fb21..000000000 --- a/changelogs/unreleased/4521-mqiu +++ /dev/null @@ -1 +0,0 @@ -E2E test on ssr object with controller namespace mix-ups