Daniel Jiang
700d9dcc36
Update the default reviewers ( #5751 )
...
Update the group members of "maintainers" and "tech-writer" to reflect
the change in the team.
As for the group "tech-writer" I just selected a few members from
maintains team who has been working on velero for a relatively longer
time.
Signed-off-by: Daniel Jiang <jiangd@vmware.com >
2023-01-10 17:25:19 +08:00
Scott Seago
9a54142257
BackupItemAction v2 API implementation
...
Signed-off-by: Scott Seago <sseago@redhat.com >
2023-01-09 18:36:47 -05:00
Scott Seago
70b4238013
Define itemoperations.json format and update DownloadRequest API.
...
This is to support uploading async operation metadata to
object storage to support progress monitoring.
Signed-off-by: Scott Seago <sseago@redhat.com >
2023-01-09 18:19:21 -05:00
Xun Jiang
10a1428e00
Add info about using shell and using environment variables in restore InitContainer/Exec hooks.
...
Signed-off-by: Xun Jiang <blackpiglet@gmail.com >
2023-01-09 20:17:50 +08:00
lyndon
c27c395d50
Merge pull request #5730 from yanggangtony/log
...
fix log info : pkg/util/kube/isProvisionedByCSI
2023-01-09 14:27:42 +08:00
Xun Jiang
b10503b351
Add Trivy nightly scan.
...
Signed-off-by: Xun Jiang <blackpiglet@gmail.com >
2023-01-05 20:06:21 +08:00
dependabot[bot]
95fcd8f63c
Bump github.com/Azure/azure-sdk-for-go ( #5709 )
...
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go ) from 61.4.0+incompatible to 67.2.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v61.4.0...v67.2.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 11:00:05 +08:00
Daniel Jiang
722aead2fd
Merge pull request #5716 from jelipo/fix-json-name
...
fix json serialize name
2023-01-03 13:25:53 +08:00
Daniel Jiang
78682d7cc3
Merge pull request #5710 from sseago/async-cr-phases
...
backup/restore phases for async plugin operations
2023-01-03 13:24:58 +08:00
yanggang
62c00ba841
fix log info : pkg/util/kube/isProvisionedByCSI
...
Signed-off-by: yanggang <gang.yang@daocloud.io >
2023-01-03 10:37:19 +08:00
Daniel Jiang
54427705c7
Merge pull request #5700 from sseago/async-doc-update
...
Minor updates to async action monitoring design
2022-12-22 22:55:37 +08:00
qiuming
5b03da2637
Merge pull request #5715 from Lyndon-Li/issue-fix-5696
...
[Main] Fix issue 5696
2022-12-22 10:49:25 +08:00
Scott Seago
2abb176bd8
backup/restore phases for async plugin operations
...
Signed-off-by: Scott Seago <sseago@redhat.com >
2022-12-21 10:15:32 -05:00
haining.cao
544df59f58
fix json serialize name
...
Signed-off-by: haining.cao <haining.cao@daocloud.io >
2022-12-21 18:54:45 +08:00
Lyndon-Li
32eb8655cc
fix issue 5696
...
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
2022-12-21 12:49:23 +08:00
Xun Jiang/Bruce Jiang
bd370b2215
Merge pull request #5713 from qiuming-best/restic-empty-dir-fix
...
[Cherry-Pick]Fix error with Restic backup empty volumes
2022-12-20 19:23:12 +08:00
Ming
3b903e678f
[Cherry-Pick]Fix error with Restic backup empty volumes
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-12-20 06:33:22 +00:00
Scott Seago
69da593f37
Minor updates to async action monitoring design:
...
1) clarification around Cancel() return values
2) updates to itemoperation json upload to account for progress
3) update to OperationProgress struct to avoid duplicate parameter
4) update new B/R phase name to WaitingForPluginOperationsPartiallyFailed for consistency
Signed-off-by: Scott Seago <sseago@redhat.com >
2022-12-16 17:23:32 -05:00
Lyndon-Li
88a1317f48
fix issue 5043
...
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
2022-12-15 20:00:54 +08:00
Dylan Murray
55873c1c37
Prevent nil panic on exec restore hooks ( #5675 )
...
* Prevent nil panic on exec restore hooks
Signed-off-by: Dylan Murray <dymurray@redhat.com >
2022-12-13 13:45:52 +08:00
Shubham Pampattiwar
ffc9845fb9
Merge pull request #5421 from sseago/vsv2-design
...
VolumeSnapshotter v2 API design
2022-12-12 09:39:33 -05:00
Shubham Pampattiwar
30b7ed8bf1
Merge pull request #5408 from sseago/riav2-design
...
RestoreItemAction v2 design
2022-12-12 09:39:16 -05:00
Scott Seago
09098f879c
Merge pull request #5382 from sseago/biav2-design
...
BackupItemAction v2 design
2022-12-08 14:03:28 -05:00
Scott Seago
2ce46bd50c
Merge pull request #5108 from sseago/progress-design
...
Item action progress monitoring design
2022-12-06 09:16:02 -05:00
lyndon
d7f771d0f7
Merge pull request #5659 from blackpiglet/update_compability_matrix
...
Update Velero and k8s version compatibility matrix.
2022-12-06 10:30:11 +08:00
Xun Jiang
3a9ff2256b
Update Velero and k8s version compatibility matrix.
...
Due to CSIDriver is checked for Restic volume mounting path, and CSIDriver is GA and moved to storage v1 group in k8s v1.18, so update Velero v1.8, v1.9 and v1.10 compatible k8s version to 1.18-latest.
Signed-off-by: Xun Jiang <blackpiglet@gmail.com >
2022-12-05 17:40:38 +08:00
lyndon
00fe0dcaf0
Merge pull request #5648 from lukashass/fix-compatibility-matrix-link
...
Fix links to compatibility matrix
2022-12-05 15:44:50 +08:00
Xun Jiang/Bruce Jiang
24faca31da
Merge pull request #5653 from qiuming-best/trivy-cve-fix
...
Fix CVEs scanned by trivy
2022-12-05 10:56:11 +08:00
Ming
2f3732fa44
Fix CVEs scanned by trivy
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-12-02 06:57:49 +00:00
Lyndon-Li
b51a17138e
fix issue 5458
...
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
2022-12-01 15:12:07 +08:00
Lukas Hass
807ba7e902
Fix links to compatibility matrix
...
Signed-off-by: Lukas Hass <lukas@slucky.de >
2022-11-30 15:23:48 +01:00
lyndon
9c62a9be81
Merge pull request #5647 from danfengliu/add-sleep-for-refresh-crd
...
Add sleep before backing up new born CRD
2022-11-30 10:50:52 +08:00
danfengl
897a5e0bd8
Add sleep before backing up new born CRD
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-11-30 02:24:45 +00:00
lyndon
2a0ed689c8
Merge pull request #5635 from Lyndon-Li/main-cut-1.10-docs
...
[main] cut v1.10 docs
2022-11-25 17:27:41 +08:00
Lyndon-Li
a462bef9c3
cut v1.10 docs on main
...
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
2022-11-25 17:14:52 +08:00
lyndon
d26aaeb41e
Merge pull request #5634 from reasonerjt/fix-api-doc-comment
...
[main]: Update the api-types doc
2022-11-25 15:35:16 +08:00
Daniel Jiang
2dce4a7cb5
Update the api-types doc
...
This commit makes update to the update api-types docs to add missing
fields.
It also includes misc changes to the inline comment, and a change to
Dockerfile to make sure the build-image works on mac
Signed-off-by: Daniel Jiang <jiangd@vmware.com >
2022-11-25 14:39:41 +08:00
qiuming
1f41eb49b1
Merge pull request #5629 from danfengliu/fix-crd-verification-issue
...
Add verification for CRD installation
2022-11-25 11:55:16 +08:00
qiuming
342dc4adf9
Merge pull request #5630 from danfengliu/fix-git-action-issue-for-setup-gcloud
...
Fix git action issue for setup-gcloud
2022-11-25 11:54:24 +08:00
danfengl
3c3f041bc1
Add verification for CRD installation
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-11-25 03:28:50 +00:00
danfengl
fda394744a
Fix git action issue for setup-gcloud
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-11-25 03:15:32 +00:00
lyndon
9dbd9694d8
Merge pull request #5606 from jenting/bump-goreleaser
...
Bump goreleaser to v1.12.3
2022-11-24 16:42:03 +08:00
Xun Jiang/Bruce Jiang
270225e89b
Merge pull request #5628 from Lyndon-Li/remove-versions-from-kind
...
[main] Remove old kubernetes versions from kind CI
2022-11-24 14:24:32 +08:00
Lyndon-Li
33517aedc5
remove versions from kind matrix
...
Signed-off-by: Lyndon-Li <lyonghui@vmware.com >
2022-11-23 18:42:11 +08:00
Scott Seago
82c6ca7304
VolumeSnapshotter v2 API design
...
Signed-off-by: Scott Seago <sseago@redhat.com >
2022-11-22 15:09:59 -05:00
Scott Seago
8a10b9a9e4
RestoreItemAction v2 design
...
Signed-off-by: Scott Seago <sseago@redhat.com >
2022-11-22 14:31:52 -05:00
Scott Seago
73a5ee41fa
BackupItemAction v2 design
...
This includes necessary changes to support async item action monitoring.
Signed-off-by: Scott Seago <sseago@redhat.com >
2022-11-22 14:11:43 -05:00
Daniel Jiang
069c9a0751
Merge pull request #5617 from ywk253100/221122_main_order
...
Restore ClusterBootstrap before Cluster
2022-11-23 00:33:05 +08:00
danfengliu
6eccaa4cf5
Add pause/unpause schedule e2e test ( #5609 )
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-11-22 17:38:41 +08:00
Wenkai Yin(尹文开)
8194e8d723
Restore ClusterBootstrap before Cluster
...
Restore ClusterBootstrap before Cluster otherwise a new default ClusterBootstrap object is create for the cluster
Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com >
2022-11-22 17:25:13 +08:00