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
Update main #10
Merged
Merged
Update main #10
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
Fix typo in doc (https://velero.io/docs/main/restore-reference/ "Restore order" section)
Fix bsl validation bug: the BSL is validated continually and doesn't respect the validation period configured Fixes vmware-tanzu#5056 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Signed-off-by: danfengl <[email protected]>
Fix bsl validation bug
Mitigate the issue mentioned in vmware-tanzu#4782 When there's a bug or misconfiguration that causes nil pointer there will be more stack trace information to help us debug. Signed-off-by: Daniel Jiang <[email protected]>
Dump stack trace when the plugin server handles panic
…-resource-filtering Fix resource filtering command issue in Doc
This commit mitigates the issue for running "make update" locally when the network is not friendly for accessing the default "proxy.golang.org" Signed-off-by: Daniel Jiang <[email protected]>
Pass in a new copy of the map of config values rather than modifying the BSL Spec.Config and then pass in that field. Signed-off-by: Scott Seago <[email protected]>
Signed-off-by: Tiger Kaovilai <[email protected]>
Let "make shell xxx" respect GOPROXY
Modify BackupStoreGetter to avoid BSL spec changes
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Unified Repository Design
This commit adds additional fields to podvolumebackup and podvolumerestore. The resticrepository will be renamed to backuprepository Signed-off-by: Daniel Jiang <[email protected]>
…opia Update the CRD for kopia integration
Fix vmware-tanzu#5140. Signed-off-by: Xun Jiang <[email protected]>
comment typo initialise -> initialize
1. modify VSL CRD API file name. Add kubebuilder related marker. 2. Add Labels init code for VSL create command. Signed-off-by: Xun Jiang <[email protected]>
…-backup-with-customize-CA Delay CA file deletion in PVB controller
Signed-off-by: OrlinVasilev <[email protected]>
Fix zoom link for new meeting
Signed-off-by: Xun Jiang <[email protected]>
…g-check-action-condition Add labeled and unlabeled events for PR changelog check action.
* unified repo storge config Signed-off-by: Lyndon-Li <[email protected]> * add UT Signed-off-by: Lyndon-Li <[email protected]>
VolumeSnapshotLocation refactor with kubebuilder.
…-tanzu#5165) "EnableAPIGroupVersions" is set The crd-remap-version plugin will always backup v1b1 resource for some CRD. It impacts the feature flag `EnableAPIGroupVersions` which means to backup all versions, and make migration fail. In this commit the featureSet was removed from plugin server struct b/c it blocks the parm `--features` to be populated correctly. This change should not have negative impact b/c the attribute in server struct is never used. Fixes vmware-tanzu#5146 Signed-off-by: Daniel Jiang <[email protected]>
…store-in-back-deletion-controller Add credential file store in the backup deletion controller.
Signed-off-by: Ming <[email protected]>
…p-fix fix restic backup failure with self-signed certification backend storage
vmware-tanzu#5091 Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
…vider Issue fix 5477
Issue fix 5505
vmware-tanzu#5091 Signed-off-by: OrlinVasilev <[email protected]>
Signed-off-by: Ming <[email protected]>
fix restic backup progress error
vmware-tanzu#5091 Signed-off-by: OrlinVasilev <[email protected]>
vmware-tanzu#5091 Signed-off-by: OrlinVasilev <[email protected]>
…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]>
…e-tanzu#5536) Signed-off-by: Xun Jiang <[email protected]> Signed-off-by: Xun Jiang <[email protected]> Co-authored-by: Xun Jiang <[email protected]>
[cherry-pick]Enhance the restore priorities list to support specifying the low prioritized resources that need to be restored in the last
Signed-off-by: Scott Seago <[email protected]>
…ch-1 feat: dependabot workflow automation for updating dependency
Fix pointer deference to string in error message
add VSL credentials documentation.
github-actions
bot
added
Area/Design
Dependencies
documentation
Improvements or additions to documentation
has-changelog
has-e2e-2tests
has-unit-tests
Website
labels
Nov 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area/Design
Dependencies
documentation
Improvements or additions to documentation
has-changelog
has-e2e-2tests
has-unit-tests
Website
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.
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
.