Skip to content
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 613 commits into from
Nov 4, 2022
Merged

Update main #10

merged 613 commits into from
Nov 4, 2022

Conversation

danfengliu
Copy link
Owner

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:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

qiuming-best and others added 30 commits July 4, 2022 14:55
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]>
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]>
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]>
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
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]>
…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]>
Lyndon-Li and others added 20 commits November 1, 2022 09:16
…store-in-back-deletion-controller

Add credential file store in the backup deletion controller.
…p-fix

fix restic backup failure with self-signed certification backend storage
…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]>
[cherry-pick]Enhance the restore priorities list to support specifying the low prioritized resources that need to be restored in the last
…ch-1

feat: dependabot workflow automation for updating dependency
Fix pointer deference to string in error message
@danfengliu danfengliu merged commit 331c0f2 into main Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.