Update changelog for v1.8.0 (#4530)

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang
2022-01-14 09:20:53 -05:00
committed by GitHub
parent db466df5e5
commit 459365013c
46 changed files with 92 additions and 58 deletions
-1
View File
@@ -1 +0,0 @@
Handle namespace mapping for PVs without snapshots on restore
-1
View File
@@ -1 +0,0 @@
Add upgrade test in E2E test
-2
View File
@@ -1,2 +0,0 @@
Added ItemSnapshotter plugin definition and plugin framework - addresses #3533.
Part of the Upload Progress enhancement (#3533)
-1
View File
@@ -1 +0,0 @@
Verify group before treating resource as cohabitating
-1
View File
@@ -1 +0,0 @@
Fix plugins incompatible issue in upgrade test
-1
View File
@@ -1 +0,0 @@
Refine tag-release.sh to align with change in release process
-1
View File
@@ -1 +0,0 @@
Fix CVE-2020-29652 and CVE-2020-26160
-1
View File
@@ -1 +0,0 @@
Don't create a backup immediately after creating a schedule
-1
View File
@@ -1 +0,0 @@
fix buggy pager func
-1
View File
@@ -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.
-1
View File
@@ -1 +0,0 @@
Ignore the `provided port is already allocated` error when restoring the `NodePort` service
-1
View File
@@ -1 +0,0 @@
Add init log option for velero controller-runtime manager.
-1
View File
@@ -1 +0,0 @@
Return the error if velero failed to detect S3 region for restic repo
-1
View File
@@ -1 +0,0 @@
Use factory.Namespace() to replace hardcoded velero namespace
-1
View File
@@ -1 +0,0 @@
Read Availability zone from nodeAffinity requirements
-1
View File
@@ -1 +0,0 @@
Modify the timestamp in the name of a backup generated from schedule to use UTC.
-1
View File
@@ -1 +0,0 @@
Fix snapshot e2e test issue of jsonpath
-1
View File
@@ -1 +0,0 @@
Fix statefulsets volumeClaimTemplates storageClassName when use Changing PV/PVC Storage Classes
-1
View File
@@ -1 +0,0 @@
Add the key for GKE zone for AZ collection
-1
View File
@@ -1 +0,0 @@
Delete backups and Restic repos associated with deleted BSL(s)
-4
View File
@@ -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.
-1
View File
@@ -1 +0,0 @@
Adjust structure of e2e test codes
-1
View File
@@ -1 +0,0 @@
Keep the annotation "pv.kubernetes.io/provisioned-by" when restoring PVs
-1
View File
@@ -1 +0,0 @@
Add restoreactionitem plugin to handle admission webhook configurations
-1
View File
@@ -1 +0,0 @@
Fix the issue that the backup cannot be deleted after the application uninstalled
-1
View File
@@ -1 +0,0 @@
Add backup deletion e2e test
-1
View File
@@ -1 +0,0 @@
Add resource filtering test cases
-1
View File
@@ -1 +0,0 @@
Build for darwin-arm64
-2
View File
@@ -1,2 +0,0 @@
Added BackupWithResolvers and RestoreWithResolvers calls. Will eventually replace Backup and Restore methods.
Adds ItemSnapshotters to Backup and Restore workflows.
-2
View File
@@ -1,2 +0,0 @@
Added UploadProgressFeature flag to enable Upload Progress Monitoring and Item
Snapshotters.
-1
View File
@@ -1 +0,0 @@
Migrate backup sync controller from code-generator to kubebuilder.
-8
View File
@@ -1,8 +0,0 @@
Added `<backup name>`-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 `<backup name>`-itemsnapshots.json.gz part of a backup for use by
`velero backup describe`.
-1
View File
@@ -1 +0,0 @@
Bump up Go to 1.17
-1
View File
@@ -1 +0,0 @@
Limit backup namespaces on test resource filtering cases
-1
View File
@@ -1 +0,0 @@
Fix e2e test failures for the inappropriate optimaze of velero install
-1
View File
@@ -1 +0,0 @@
Upgrade e2e test vsphere plugin
-1
View File
@@ -1 +0,0 @@
remove --crds-version in velero install command.
-1
View File
@@ -1 +0,0 @@
Add rbac and annotation test cases
-1
View File
@@ -1 +0,0 @@
Revert #4423 migrate backup sync controller to kubebuilder.
-1
View File
@@ -1 +0,0 @@
Ignore the provided port is already allocated error when restoring the LoadBalancer service
-1
View File
@@ -1 +0,0 @@
Return the error when getting backup store in backup deletion controller
-1
View File
@@ -1 +0,0 @@
Fix e2e 2500 namespaces scale test timeout problem
-1
View File
@@ -1 +0,0 @@
Initialize the labels field of `velero backup-location create` option to avoid #4484
-1
View File
@@ -1 +0,0 @@
Check whether the volume is provisioned by CSI driver or not by the annotation as well
-1
View File
@@ -1 +0,0 @@
E2E test on ssr object with controller namespace mix-ups