-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add minio bucket versioning support #8632
Closed
chrisamti
wants to merge
75
commits into
vmware-tanzu:main
from
chrisamti:add-minio-bucket-versioning-support
Closed
Add minio bucket versioning support #8632
chrisamti
wants to merge
75
commits into
vmware-tanzu:main
from
chrisamti:add-minio-bucket-versioning-support
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
Signed-off-by: Lyndon-Li <[email protected]>
Pin the version of Golang and base image for v1.15.0
Signed-off-by: Xun Jiang <[email protected]>
Signed-off-by: Xun Jiang <[email protected]>
…ration_case_error Fix v1.15.0 migration case error
Signed-off-by: Lyndon-Li <[email protected]>
[1.15] Issue 8394: move closeDataPath outside callbacks
Signed-off-by: Lyndon-Li <[email protected]>
[1.15] Issue 8391: check ErrCancelled from suffix
Signed-off-by: Xun Jiang <[email protected]>
[release-1.15]Add nil check for updating DataUpload VolumeInfo in finalizing phase.
Signed-off-by: Tiger Kaovilai <[email protected]>
…lchainGo.mod release-1.15: Reduce minimum go toolchain in go.mod.
This commit adds SecurityContext that complies with "restricted" level per Pod Security Standards to "restore-helper" initContainer. It ensures the restore won't fail when the cluster enforces PSA. Signed-off-by: Daniel Jiang <[email protected]>
[Cherry-pick-1.15] Add SecurityContext to restore-helper
Signed-off-by: Lyndon-Li <[email protected]>
[1.15] Fix prepare timeout issue
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
[1.15] Issue 8433: add third party labels to data mover pods when the same labels exist in node-agent pods
…fig/aws.go Signed-off-by: Tiger Kaovilai <[email protected]>
…hint-1.15 [Cherry-pick-1.15] Set hinting region to use for GetBucketRegion() in pkg/repository/config/aws.go
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
Signed-off-by: Lyndon-Li <[email protected]>
[1.15] Data mover exposer diagnostic
Fix backup post hook issue Fixes vmware-tanzu#8159 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
[cherry-pick]Fix backup post hook issue
Signed-off-by: Xun Jiang <[email protected]>
…ease_1.15 Bump golang.org/x/crypto to v0.31.0 to fix CVEs.
Bug fix: increase the WaitGroup counter before start the goroutine
Signed-off-by: Xun Jiang <[email protected]>
…n_message Skip the deprecation message for the dry-run install CLI JSON output.
The migration case is verified under the following environments now: * CSI. * CSI data mover. * FSB. Signed-off-by: Xun Jiang <[email protected]>
…ation_release_1.15 [release-1.15] Use the SC mapping cm in all migration cases.
…r statuses Signed-off-by: Mikaël Cluseau <[email protected]>
…job-npe-1.15 [Cherrypick-1.15]fix(pkg/repository/maintenance): don't panic when there's no container statuses
Signed-off-by: Lyndon-Li <[email protected]>
Add 1.15.2 changelog
Signed-off-by: Scott Seago <[email protected]>
release-1.15: Don't include excluded items in ItemBlocks
Signed-off-by: Lyndon-Li <[email protected]>
1.15.2 change-log
…server to avoid API server issue Check the PVB status via podvolume Backupper rather than calling API server to avoid API server issue Fixes vmware-tanzu#8587 Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Check the PVB status via podvolume Backupper rather than calling API server to avoid API server issue
Signed-off-by: Lyndon-Li <[email protected]>
Update 1.15.2 change-log
…inio, if bucket is versioned.
…inio, if bucket is versioned. Signed-off-by: Christian Jürges <[email protected]>
…samti/velero into add-minio-bucket-versioning-support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Dependencies
Pull requests that update a dependency file
has-changelog
has-e2e-2tests
has-unit-tests
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 #8466
Please indicate you've done the following:
make new-changelog
) or comment/kind changelog-not-required
on this PR.site/content/docs/main
.