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.
  1. 12 Aug, 2021 3 commits
  2. 06 Aug, 2021 1 commit
    • Bridget McErlean's avatar
      Cherry-pick and update changelog for v1.6.3 (#4018) · b090b272
      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: default avatarBridget McErlean <bmcerlean@vmware.com>
      
      * Remove duplicate V1 CRD builder and update comment
      Signed-off-by: default avatarBridget 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: default avatarBridget McErlean <bmcerlean@vmware.com>
      Co-authored-by: default avatarScott Seago <sseago@redhat.com>
      b090b272
  3. 29 Jul, 2021 2 commits
  4. 28 Jul, 2021 3 commits
  5. 20 Jul, 2021 1 commit
  6. 16 Jul, 2021 3 commits
  7. 22 Jun, 2021 1 commit
  8. 21 Jun, 2021 8 commits
  9. 12 Apr, 2021 2 commits
  10. 05 Apr, 2021 1 commit
  11. 31 Mar, 2021 1 commit
  12. 29 Mar, 2021 2 commits
  13. 27 Mar, 2021 1 commit
    • Bridget McErlean's avatar
      Allow Dockerfiles to be configurable (#3634) · 9a952572
      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: default avatarBridget McErlean <bmcerlean@vmware.com>
      9a952572
  14. 26 Mar, 2021 3 commits
  15. 25 Mar, 2021 4 commits
  16. 24 Mar, 2021 1 commit
  17. 17 Mar, 2021 1 commit
    • David L. Smith-Uchida's avatar
      Added volume snapshot test for backup/restore. (#3592) · e9c99783
      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: default avatarDave Smith-Uchida <dsmithuchida@vmware.com>
      e9c99783
  18. 16 Mar, 2021 2 commits