This project is mirrored from https://gitee.com/BiAn-MoShangHuaKai/velero.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 12 Aug, 2021 3 commits
-
-
Scott Seago authored
Cherry-pick and update changelog for v1.6.3
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Scott Seago authored
Skip restore of APIServices managed by Kubernetes
-
- 06 Aug, 2021 1 commit
-
-
Bridget McErlean authored
* Use appropriate CRD API during readiness check (#4015) * Use appropriate CRD API during readiness check The readiness check for the Velero CRDs was still using the v1beta1 API. This would cause the readiness check to fail on 1.22 clusters as the v1beta1 API is no longer available. Previously, this error would be ignored and the installation would proceed, however with #4002, we are no longer ignoring errors from this check. This change modifies the CRD readiness check to check the CRDs using the same API version that was used when submitting the CRDs to the cluster. It also introduces a new CRD builder using the V1 API for testing. This change also fixes a bug that was identified in the polling code where if the CRDs were not ready on the first polling iteration, they would be added again to the list of CRDs to check resulting in duplicates. This would cause the length check to fail on all subsequent polls and the timeout would always be reached. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Remove duplicate V1 CRD builder and update comment Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> * Merge pull request #4012 from jenting/add-k8s-1.22-ci-test Add Kubernetes v1.22 CI test * Update changelog for v1.6.3 Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> Co-authored-by:
Scott Seago <sseago@redhat.com>
-
- 29 Jul, 2021 2 commits
-
-
Bridget McErlean authored
* Merge pull request #3941 from sseago/e2e-crdversion enable e2e tests to choose crd apiVersion * Updated uninstall to remove both v1beta1 and v1 CRDs if present (#3997) * Add changelog for v1.6.3 Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com> Co-authored-by:
Wenkai Yin(尹文开) <yinw@vmware.com> Co-authored-by:
David L. Smith-Uchida <dsmithuchida@vmware.com>
-
Bridget McErlean authored
[cherry-pick]Support both v1beta1 and v1 CRDs for velero
-
- 28 Jul, 2021 3 commits
-
-
Wenkai Yin(尹文开) authored
Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com>
-
JenTing Hsiao authored
Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
Wenkai Yin(尹文开) authored
* Upgrade Velero ClusterRoleBinding to use v1 API Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Add the change log Signed-off-by:
Wenkai Yin(尹文开) <yinw@vmware.com> Co-authored-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
- 20 Jul, 2021 1 commit
-
-
Daniel Jiang authored
Add cherry-pick commits and changelog for v1.6.2
-
- 16 Jul, 2021 3 commits
-
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Bridget McErlean authored
Allow image registry to be configured at build time Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Bridget McErlean authored
Also enforce the use of the latest version of github.com/gogo/protobuf. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 22 Jun, 2021 1 commit
-
-
Bridget McErlean authored
Add cherry-pick commits and changelog for v1.6.1
-
- 21 Jun, 2021 8 commits
-
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Scott Seago authored
Signed-off-by:
Scott Seago <sseago@redhat.com>
-
Bridget McErlean authored
In #3863, it was discovered that volumes from projected sources were being backed up by restic when they should have been skipped. Restoring these volumes triggers a known bug in restic. In #3866, we started skipping volumes from a projected source, however there will exist backups that were taken before this fix was introduced. This change modifies the restore logic to skip the restore of any volume that came from a projected source, allowing backups taken before #3866 to be restored successfully. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
codegold79 authored
* Remove controllers and sleeps in API groups e2e tests Signed-off-by:
F. Gold <fgold@vmware.com> * Print command in AfterEach(...) and check error Signed-off-by:
F. Gold <fgold@vmware.com> * Make change ahead of PR3764 changes in main Signed-off-by:
F. Gold <fgold@vmware.com> * Update go.{mod,sum} files Signed-off-by:
F. Gold <fgold@vmware.com> * Run make update Signed-off-by:
F. Gold <fgold@vmware.com>
-
Scott Seago authored
skip backuping projected volume when using restic Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Carlisia Thompson authored
* Consolidate api clients * Adress Nolan reviews * Adding back output warning for consistency * Remove unnecessary documentation * Address Bridget's reviews * Update go.sum files Signed-off-by:
Carlisia <carlisia@grokkingtech.io> Co-authored-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Carlisia Thompson authored
* A small refactor of the e2e tests Signed-off-by:
Carlisia <carlisia@grokkingtech.io> * Add copyright header Signed-off-by:
Carlisia <carlisia@grokkingtech.io> * Fix CI Signed-off-by:
Carlisia <carlisia@grokkingtech.io> * Revert unneeded changes Signed-off-by:
Carlisia <carlisia@grokkingtech.io> * Remove file that doesnt belong here Signed-off-by:
Carlisia <carlisia@grokkingtech.io>
-
Ashish Amarnath authored
*
🐛 Fix plugin name derivation from image name Signed-off-by:Ashish Amarnath <ashisham@vmware.com> * changelog Signed-off-by:
Ashish Amarnath <ashisham@vmware.com>
-
- 12 Apr, 2021 2 commits
-
-
David L. Smith-Uchida authored
Add changelog and docs for v1.6.0
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 05 Apr, 2021 1 commit
-
-
Carlisia Thompson authored
* Update changelog for v1.6.0-rc.2 Signed-off-by:
Carlisia <carlisia@vmware.com> * Update docs for v1.6.0-rc.2 Signed-off-by:
Carlisia <carlisia@vmware.com> * Upgrade docs for v1.6.0-rc2 Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 31 Mar, 2021 1 commit
-
-
Carlisia Thompson authored
* Revert "Add additional printer columns for CRDs (#2881)" This reverts commit 4178d9de . Signed-off-by:
Carlisia <carlisia@vmware.com> * Add generated files Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 29 Mar, 2021 2 commits
-
-
David L. Smith-Uchida authored
Add changelog and docs for v1.6.0-rc.1
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 27 Mar, 2021 1 commit
-
-
Bridget McErlean authored
For internal builds of Velero, we need to be able to specify an alternative Dockerfile which uses an alternative image registry to pull the base images from. This change adapts our Makefile such that both the main Dockerfile and build image Dockerfile can be overridden. We have some special handling for the build image to only build when the Dockerfile has changed. In this case, we check whether a custom Dockerfile has been provided, and always rebuild in that case. For custom build image Dockerfiles, use a fixed tag rather than the one based on commit SHA of the original file. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
- 26 Mar, 2021 3 commits
-
-
David L. Smith-Uchida authored
Make uninstall more robust and informative
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 25 Mar, 2021 4 commits
-
-
David L. Smith-Uchida authored
Added wait for vSphere plug-in uploads to complete Signed-off-by:
Dave Smith-Uchida <dsmithuchida@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 24 Mar, 2021 1 commit
-
-
Carlisia authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 17 Mar, 2021 1 commit
-
-
David L. Smith-Uchida authored
Snapshot tests can be run with Ginkgo focus "Snapshot" and restic tests with Ginkgo focus "Restic". Restic and volume snapshot tests can now be run simultaneously. Added check for kibishii app start after restore. Consolidated kibishii pod checks into waitForKibishiiPods. Added WaitForPods function to e2e/tests/common.goSnapshot tests are skipped automatically on kind clusters. Fixed issue where velero_utils InstallVeleroServer was looking for the Restic daemon set in the "velero" namespace only (was ignoring io.Namespace) Signed-off-by:
Dave Smith-Uchida <dsmithuchida@vmware.com>
-
- 16 Mar, 2021 2 commits
-
-
David L. Smith-Uchida authored
Upgrade e2e tests to new plugin versions (v1.2)
-
Carlisia Thompson authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-