mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 06:54:32 +00:00
Merge pull request #4107 from zubron/release-1.7-rc.1
Generate docs and changelog for v1.7
This commit is contained in:
@@ -1 +0,0 @@
|
||||
Install Kubernetes preferred CRDs API version (v1beta1/v1).
|
||||
@@ -1 +0,0 @@
|
||||
Add Label to BackupSpec so that labels can explicitly be provided to Schedule.Spec.Template.Metadata.Labels which will be reflected on the backups created.
|
||||
@@ -1 +0,0 @@
|
||||
🐛 Fix plugin name derivation from image name
|
||||
@@ -1,4 +0,0 @@
|
||||
✨ ⚠️ Remove CSI volumesnapshot artifact deletion
|
||||
|
||||
This change requires https://github.com/vmware-tanzu/velero-plugin-for-csi/pull/86 for Velero to continue
|
||||
deleting of CSI volumesnapshots when the corresponding backups are deleted.
|
||||
@@ -1 +0,0 @@
|
||||
use unstructured to marshal selective fields for service restore action
|
||||
@@ -1 +0,0 @@
|
||||
Add PVC UID label to PodVolumeRestore
|
||||
@@ -1 +0,0 @@
|
||||
Support pulling plugin images by digest
|
||||
@@ -1,16 +0,0 @@
|
||||
Added BackupPhaseUploading and BackupPhaseUploadingPartialFailure backup phases as part of Upload Progress Monitoring
|
||||
|
||||
Uploading (new)
|
||||
The "Uploading" phase signifies that the main part of the backup, including
|
||||
snapshotting has completed successfully and uploading is continuing. In
|
||||
the event of an error during uploading, the phase will change to
|
||||
UploadingPartialFailure. On success, the phase changes to Completed. The
|
||||
backup cannot be restored from when it is in the Uploading state.
|
||||
|
||||
UploadingPartialFailure (new)
|
||||
The "UploadingPartialFailure" phase signifies that the main part of the backup,
|
||||
including snapshotting has completed, but there were partial failures either
|
||||
during the main part or during the uploading. The backup cannot be restored
|
||||
from when it is in the UploadingPartialFailure state.
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
Add --client-page-size flag to server to allow chunking Kubernetes API LIST calls across multiple requests on large clusters
|
||||
@@ -1 +0,0 @@
|
||||
Fix CR restore regression introduced in 1.6 restore progress.
|
||||
@@ -1 +0,0 @@
|
||||
Use region specified in the BackupStorageLocation spec when getting restic repo identifier. Originally fixed by @jala-dx in #3617.
|
||||
@@ -1 +0,0 @@
|
||||
skip backuping projected volume when using restic
|
||||
@@ -1 +0,0 @@
|
||||
Skip the restore of volumes that originally came from a projected volume when using restic.
|
||||
@@ -1 +0,0 @@
|
||||
Run the E2E test with kind(provision various versions of k8s cluster) and MinIO on Github Action
|
||||
@@ -1 +0,0 @@
|
||||
Fix -install-velero flag for e2e tests
|
||||
@@ -1 +0,0 @@
|
||||
Upgrade Velero ClusterRoleBinding to use v1 API
|
||||
@@ -1 +0,0 @@
|
||||
enable e2e tests to choose crd apiVersion
|
||||
@@ -1 +0,0 @@
|
||||
Fixing multipleNamespaceTest bug - Missing expect statement in test
|
||||
@@ -1 +0,0 @@
|
||||
Bump up Go to 1.16
|
||||
@@ -1 +0,0 @@
|
||||
Fix restic error when volume is emptyDir and Pod not running
|
||||
@@ -1 +0,0 @@
|
||||
Select the velero deployment with both label and container name
|
||||
@@ -1 +0,0 @@
|
||||
Wait for the namespace to be deleted before removing the CRDs during uninstall. This deprecates the `--wait` flag of the `uninstall` command
|
||||
@@ -1 +0,0 @@
|
||||
Use the cluster preferred CRD API version when polling for Velero CRD readiness.
|
||||
@@ -1 +0,0 @@
|
||||
Implement velero debug
|
||||
@@ -1 +0,0 @@
|
||||
Distinguish between different unnamed node ports when preserving
|
||||
@@ -1 +0,0 @@
|
||||
Add a RestoreItemAction plugin (`velero.io/apiservice`) which skips the restore of any `APIService` which is managed by Kubernetes. These are identified using the `kube-aggregator.kubernetes.io/automanaged` label.
|
||||
@@ -1 +0,0 @@
|
||||
Change the base image to distroless
|
||||
@@ -1 +0,0 @@
|
||||
Validate namespace in Velero backup create command
|
||||
@@ -1 +0,0 @@
|
||||
Updated the version of velero/velero-plugin-for-aws version from v1.2.0 to v1.2.1
|
||||
@@ -1 +0,0 @@
|
||||
Skip the backup and restore of DownwardAPI volumes when using restic.
|
||||
@@ -1 +0,0 @@
|
||||
Empty the "ClusterIPs" along with "ClusterIP" when "ClusterIP" isn't "None"
|
||||
Reference in New Issue
Block a user