Tiger Kaovilai
9a5c3aceff
typo initialise -> initialize
...
Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com >
2022-07-18 12:05:10 -04:00
Xun Jiang/Bruce Jiang and GitHub
eaf97e7510
Merge pull request #5110 from reasonerjt/plugin-panic-trace
...
Dump stack trace when the plugin server handles panic
2022-07-11 22:47:17 +08:00
Daniel Jiang
9102f53131
Dump stack trace when the plugin server handles panic
...
Mitigate the issue mentioned in #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 <jiangd@vmware.com >
2022-07-11 02:01:13 +08:00
Scott Seago and GitHub
77c1549d4d
Merge pull request #5101 from ywk253100/220628_bsl
...
Fix bsl validation bug
2022-07-08 15:32:51 -04:00
Wenkai Yin(尹文开)
f550f8e3cd
Fix bsl validation bug
...
Fix bsl validation bug: the BSL is validated continually and doesn't respect the validation period configured
Fixes #5056
Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com >
2022-07-06 14:20:03 +08:00
qiuming and GitHub
267db7a931
Merge pull request #5051 from niulechuan/fix-typo-in-doc
...
Fix typo in doc (https://velero.io/docs/main/restore-reference/ "Restore order" section)
2022-07-04 14:55:07 +08:00
niulechuan and GitHub
fb897471c0
Move 'velero.io/exclude-from-backup' label string to const ( #5053 )
...
* move 'velero.io/exclude-from-backup' label name to const
Signed-off-by: Niu Lechuan <lechuan.niu@daocloud.io >
* add changelog file (in changelogs/unreleased) of this PR
Signed-off-by: Niu Lechuan <lechuan.niu@daocloud.io >
2022-07-04 14:31:20 +08:00
Daniel Jiang and GitHub
ff556c848b
Merge pull request #5065 from reasonerjt/yonghui-as-maintainer
...
Propose Yonghui as a maintainer
2022-07-02 07:40:47 +08:00
Daniel Jiang
c633f68ac0
Propose Yonghui as a maintainer
...
Yonghui joined the velero team earlier this year.
He has been leading the effort for kopia integration, and delivered the
comprehensive comparison report for kopia .vs. restic
https://docs.google.com/document/d/1BMLuRzEpYWYE-Ci_eLg8gWbjDv4DSyqj/edit
and the detailed design for using kopia as the unified repository:
https://github.com/vmware-tanzu/velero/pull/4926
Signed-off-by: Daniel Jiang <jiangd@vmware.com >
2022-06-30 18:14:16 +08:00
Niu Lechuan
c6625d1424
add changelog file for this PR
...
Signed-off-by: Niu Lechuan <lechuan.niu@daocloud.io >
2022-06-30 10:09:29 +08:00
Wenkai Yin(尹文开) and GitHub
2778d54e3f
Merge pull request #5052 from blackpiglet/modify-github-actions
...
Modify Github actions.
2022-06-28 14:02:23 +08:00
Xun Jiang
7b320e71c9
Modify Github actions.
...
1. remove go.sum file from code spell check action.
2. change go version to 1.17 in CRD verify action, and add k8s 1.23 and 1.24 in verification list.
Signed-off-by: Xun Jiang <jxun@vmware.com >
2022-06-27 15:15:19 +08:00
Niu Lechuan
0470c961bf
Fix typo in doc. 'Mamespace' to 'Namespace'
...
Signed-off-by: Niu Lechuan <lechuan.niu@daocloud.io >
2022-06-27 10:11:47 +08:00
Daniel Jiang and GitHub
ec5503fcc6
Merge pull request #5041 from blackpiglet/remove-issue-triage-action
...
Delete opened issues triage action.
2022-06-23 17:27:21 +08:00
Xun Jiang
cb273ae469
Delete opened issues triage action.
...
Because the column and project specified by this action do not exist anymore, and Velero team doesn't use this action to assign issue and triage anymore, remove this action.
Signed-off-by: Xun Jiang <jxun@vmware.com >
2022-06-22 10:46:54 +08:00
qiuming and GitHub
9f379baa52
Merge pull request #5038 from danfengliu/fix-wait-for-pod-func-in-e2e-test
...
Fix wait for pod func in e2e test
2022-06-21 16:13:49 +08:00
danfengl
b9fe1539f0
Wait for pod running status before timeout despite errors of accessing API server
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-06-21 08:03:18 +00:00
danfengl
e07b13ce8e
Merge branch 'main' of https://github.com/vmware-tanzu/velero into main
2022-06-21 06:39:50 +00:00
Scott Seago and GitHub
6378c266c3
Merge pull request #4980 from anshulahuja98/main
...
Add support to download CSI json from object store
v1.9.0-rc.2
2022-06-16 10:37:55 -04:00
Daniel Jiang and GitHub
fb029fdd47
Merge pull request #5008 from sseago/restore-status-fix
...
When spec.RestoreStatus is empty, don't restore status
2022-06-16 14:48:19 +08:00
Scott Seago
79be75e183
When spec.RestoreStatus is empty, don't restore status
...
Signed-off-by: Scott Seago <sseago@redhat.com >
2022-06-15 13:02:31 -04:00
Anshul Ahuja and GitHub
d581ab6571
fix crds.go
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-15 14:17:35 +00:00
Anshul Ahuja and GitHub
a27b74a004
auto generated file
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-15 14:17:35 +00:00
Anshul Ahuja and GitHub
7b51bfe03d
Merge branch 'main' into main
2022-06-15 14:16:38 +05:30
Wenkai Yin(尹文开) and GitHub
c2d1e5f99d
Merge pull request #4999 from qiuming-best/tag-release
...
Fix tag release script error
2022-06-14 18:00:27 +08:00
Ming
ef02113b49
Fix tag release error
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-06-14 09:34:05 +00:00
Xun Jiang/Bruce Jiang and GitHub
d4083fe3e2
Merge pull request #4996 from danfengliu/fix-bsl-deletion-test-bucket-issue
...
Fix wrong bucket issue in BSL deletion E2E test
2022-06-14 16:32:34 +08:00
qiuming and GitHub
c33e8a758a
Merge pull request #4995 from danfengliu/bumpup-plugin-version-for-velero-1.9
...
Bumpup plugin version for Velero 1.9 E2E test
2022-06-14 16:30:32 +08:00
danfengl
0c069b3098
Bumpup plugin version for Velero 1.9 E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-06-14 08:22:31 +00:00
danfengl
0d9af1017b
Fix wrong bucket issue in BSL deletion E2E test
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-06-14 08:14:12 +00:00
Xun Jiang/Bruce Jiang and GitHub
99b7f8f679
Merge pull request #4993 from qiuming-best/pin-images
...
Pin the base and golang images for v1.9.0 release and add explanation for gen-docs
2022-06-14 15:21:03 +08:00
Xun Jiang/Bruce Jiang and GitHub
dde3ea2dcc
Merge pull request #4994 from qiuming-best/make-docs
...
Add more explanation for gen-docs parameters
2022-06-14 15:17:56 +08:00
Ming
3bb6252d15
Pin the base image and golang image for v1.9.0 release
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-06-14 07:07:52 +00:00
Ming
feb411cc3f
Add more explanation for gen-docs parameters
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-06-14 07:06:27 +00:00
Ming
c78b10e150
Add more explanation for gen-docs parameters
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-06-14 06:47:18 +00:00
Xun Jiang/Bruce Jiang and GitHub
0224816714
Merge pull request #4991 from qiuming-best/v1.9-doc-fix
...
Amend doc 1.9 version
2022-06-14 11:02:06 +08:00
Ming
8a8b9d07db
Amend doc 1.9 version
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-06-14 10:22:27 +08:00
Anshul Ahuja and GitHub
fad4b0e99f
auto generated file
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-13 16:00:17 +00:00
Xun Jiang/Bruce Jiang and GitHub
03e3401c96
Merge pull request #4989 from danfengliu/enhance-checkpoint-for-bsl-deletion
...
Enhance checkpoint of bsl deletion
2022-06-13 23:43:59 +08:00
Anshul Ahuja and GitHub
a30b61b3d7
Add changelog
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-13 13:37:47 +00:00
Anshul Ahuja and GitHub
a0ff46a3de
Add kubebuilder annotation for autogen
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-13 13:28:26 +00:00
Anshul Ahuja and GitHub
735d506a7d
Add support to download CSI json from object store
...
Signed-off-by: GitHub <noreply@github.com >
2022-06-13 13:28:26 +00:00
Daniel Jiang and GitHub
5bb1cf550f
Merge pull request #4990 from qiuming-best/docs-v1.9
...
Add Changelog and Docs for v1.9
2022-06-13 20:24:17 +08:00
Ming
423e7f9f63
Add Changelog and Docs for v1.9
...
Signed-off-by: Ming <mqiu@vmware.com >
2022-06-13 09:25:59 +00:00
danfengl
463202951d
Enhance checkpoint of bsl deletion
...
Signed-off-by: danfengl <danfengl@vmware.com >
2022-06-13 08:32:31 +00:00
qiuming and GitHub
7519014125
Merge pull request #4988 from blackpiglet/add-more-info-for-get-path-or-snapshot-fail-by-restic
...
Add more information for failing to get path or snapshot in restic ba…
2022-06-13 14:38:41 +08:00
Xun Jiang
806234e043
Add more information for failing to get path or snapshot in restic backup and restore.
...
Signed-off-by: Xun Jiang <jxun@vmware.com >
2022-06-13 11:32:55 +08:00
qiuming and GitHub
fee46d4f38
Merge pull request #4986 from reasonerjt/update-release-instruction
...
Update release instruction
2022-06-13 10:08:06 +08:00
Xun Jiang/Bruce Jiang and GitHub
778bbffc35
Merge pull request #4981 from ywk253100/220610_status
...
Bugs fixing: use patch to update status and set default GC period
2022-06-13 09:20:01 +08:00
Daniel Jiang
dd984031f4
Update release instruction
...
Update the release steps to reflect the change in the `tag-release.sh`,
that the release branch must be created manually before RC is tagged.
Signed-off-by: Daniel Jiang <jiangd@vmware.com >
2022-06-13 01:13:16 +08:00