-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rebase: upstream/release-1.14 #322
Conversation
Signed-off-by: Daniel Jiang <[email protected]>
Fix the problems found by codespell
Signed-off-by: Daniel Jiang <[email protected]>
Pin the version of Golang and base image for v1.14.0
When dry-run the tag-release.sh, there's an error "fatal: detected dubious ownership in repository at '/github.com/vmware-tanzu/velero'" This commit works around this issue to make sure "tag-release.sh" can finish successful Signed-off-by: Daniel Jiang <[email protected]>
…issue-1.14 Fix issue in "git status" in goreleaser.sh
Signed-off-by: Lyndon-Li <[email protected]>
Avoid unnecessary repo connect for maintenance
This commit fixes vmware-tanzu#7849. It will use PVC instead of PV to track CSI snapshots to generate restore volume info metadata. So that in the case the PVC is not bound to PV the metadata can be populated correctly. Signed-off-by: Daniel Jiang <[email protected]>
Use PVC to track the CSI snapshot in restore
fixes vmware-tanzu#7874 Signed-off-by: Daniel Jiang <[email protected]>
Signed-off-by: Daniel Jiang <[email protected]>
…h-1.14 Add checks for csisnapshot for vol_info population
Signed-off-by: Xun Jiang <[email protected]>
…ote-1.14 Update release note of 1.14
…1_14 Skip parallel files upload and download test for Restic case
Signed-off-by: allenxu404 <[email protected]>
Signed-off-by: lou <[email protected]> Co-authored-by: lou <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
1. Skip deleting the restore files from storage if the backup/BSL is not found 2. Allow deleting the restore files from storage even though the BSL is readonly Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Add PSA audit and warn labels. Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: allenxu404 <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
Replace the base image with paketobuildpacks image Fixes vmware-tanzu#6851 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: allenxu404 <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Use informer cache with dynamic client for Get calls on restore When enabled, also make the Get call before create. Add server and install parameter to allow disabling this feature, but enable by default Signed-off-by: Scott Seago <[email protected]>
When creating resources with generateName, apimachinery does not guarantee uniqueness when it appends the random suffix to the generateName stub, so if it fails with already exists error, we need to retry. Signed-off-by: Scott Seago <[email protected]>
Signed-off-by: Sebastian Glab <[email protected]>
Signed-off-by: allenxu404 <[email protected]>
PVC block mode backup and restore introduced some OS specific system calls. Those calls are not available for Windows, so add both non Windows version and Windows version code, and return error for block mode on the Windows platform. Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: allenxu404 <[email protected]>
add UBI dockerfiles Use numeric user for velero-restic-restore-helper Enable multiarch builds (vmware-tanzu#135) Use arm64-graviton2 for arm builds (vmware-tanzu#137) Add required keys for arm builds (vmware-tanzu#139) Update Travis build job to work w/o changes on new branches Use a full VM for arm Use numeric non-root user for nonroot SCC compatibility
(cherry picked from commit ccb545f) Update PR-BZ automation mapping (#84) (cherry picked from commit aa2b019) Update PR-BZ automation (#92) Co-authored-by: Rayford Johnson <[email protected]> (cherry picked from commit ecc563f) Add publish workflow (vmware-tanzu#108) (cherry picked from commit f87b779)
Code-gen no longer required on verify due to vmware-tanzu#6039 Signed-off-by: Tiger Kaovilai <[email protected]> oadp-1.2: Update Makefile.prow to velero-restore-helper
…are-tanzu#280) Signed-off-by: Scott Seago <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
Signed-off-by: Mateus Oliveira <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kaovilai The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
@kaovilai: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
should be closer to oadp-1.4...vmware-tanzu:velero:release-1.14 |
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.