forked from vmware-tanzu/velero
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fork Sync: Update from parent repository #59
Open
github-actions
wants to merge
91
commits into
kaovilai:oadp-1.1
Choose a base branch
from
openshift:oadp-1.1
base: oadp-1.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit provides a simple contract that if the BackupItemAction plugin sets an annotation in a resource it has handled, the additional items will considered "must include" i.e. each of them will skip the "include-exclude" filter, such that the plugin developer can make sure they are included in the backup disregarding the filter setting in the bakcup CR. Signed-off-by: Daniel Jiang <[email protected]>
…resources-poc-1.9 [1.9.x] - Skip the exclusion check for additional resources returned by BIA
…io" from backup and restore by default. Signed-off-by: Xun Jiang <[email protected]> Signed-off-by: Xun Jiang <[email protected]>
[cherry-pick][release-1.9] Exclude "csinodes.storage.k8s.io" and "volumeattachments.storage.k8s.…
* This also required an update to use github.com/bombsimon/logrusr/v3 * 'WithClusterName' removed as per the k8s doc reasoning: * https://github.com/kubernetes/apimachinery/blob/release-1.24/pkg/apis/meta/v1/types.go\#L257-L259 * ('ClusterName was a legacy field that was always cleared by the system and never used') * Test was updated accordingly Signed-off-by: Kira Boyle <[email protected]>
Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
[cherry-pick]update k8s.io dependencies to 0.24.0
https://nvd.nist.gov/vuln/detail/CVE-2022-27191 update to: * golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd add: * golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 Signed-off-by: Wesley Hayutin <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
Bump up the distroless image to the latest version Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
Fix v1.9.3 CSI VolumeSnapshot status duplicate issue.
…oritized resources that need to be restored in the last Enhance the restore priorities list to support specifying the low prioritized resources that need to be r estored in the last Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Enhance the restore priorities list to support specifying the low prioritized resources that need to be restored in the last
Signed-off-by: Ming <[email protected]>
Signed-off-by: Ming <[email protected]>
Bump up golang version to 1.18.8
Signed-off-by: Ming <[email protected]>
…-fix Fix controller problematic log output
Signed-off-by: Ming <[email protected]>
Add compile restic binary for CVE fix
Signed-off-by: Ming <[email protected]>
Fix restic cross platform compile problem
Restore ClusterBootstrap before Cluster otherwise a new default ClusterBootstrap object is create for the cluster Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Restore ClusterBootstrap before Cluster
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Ming <[email protected]>
Fix CVE for trivy scan
Signed-off-by: Ming <[email protected]>
(cherry picked from commit 6d7629c)
* improve datamover backup performance * remove minor logs * remove unrelated changes * add vol-snap-mover deps * fix logrusr dep issue * fix via go mod tidy Co-authored-by: Shubham Pampattiwar <[email protected]>
* make datamover timeout configurable * conform to time string as duration Co-authored-by: Shubham Pampattiwar <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
oadp-1.1: Makefile.prow
Use /tmp/prowbin instead of /usr/local/bin Use go 1.18 for oadp-1.1 replace kubectl add newline update replace-kubectl to use sed add newline update comment to go1.18 chmod +x hack/update-generated-crd-code.sh add undo-replace-kubectl remove duplicate call to verify-all.sh, remove replace-kubectl target move code to GOSRC before running verify
Signed-off-by: Tiger Kaovilai <[email protected]>
oadp-1.1: Makefile.prow: implement verify & `make update`
Co-authored-by: Emily McMullan <[email protected]>
Signed-off-by: Matthew Arnold <[email protected]>
OADP-1711 Upgrade golang.org/x/net to 0.7.0.
…nown Signed-off-by: Tiger Kaovilai <[email protected]>
…88-to-oadp-1.1 [oadp-1.1] oadp-1.2: OADP-2530: Handle 1.27 k8s job label changes
* go1.19 build Signed-off-by: Tiger Kaovilai <[email protected]> * go1.19 requires code-generator to be owned by script runner Signed-off-by: Tiger Kaovilai <[email protected]> * `make update` Signed-off-by: Tiger Kaovilai <[email protected]> * Makefile.prow: move code-generator to update-generated-crd-code.sh Signed-off-by: Tiger Kaovilai <[email protected]> --------- Signed-off-by: Tiger Kaovilai <[email protected]>
❌ Deploy Preview for velero-k failed.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.