JenTing Hsiao
63b7e2dbcd
Remove the [insert current year] in the code standards doc
...
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com >
2021-05-27 23:32:12 +08:00
Abigail McCarthy and GitHub
d0f94a2635
Add information about compression in Velero ( #3818 )
...
Signed-off-by: Abigail McCarthy <mabigail@vmware.com >
2021-05-21 21:27:29 +08:00
Scott Seago and GitHub
20eb92f9dd
Add PVC UID label to PVR (as we already have for PVB) ( #3792 )
...
Signed-off-by: Scott Seago <sseago@redhat.com >
2021-05-20 09:16:06 +08:00
Carlisia Thompson and GitHub
7a3bc064ca
Remove nrb from PR review rotation ( #3810 )
...
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
2021-05-19 10:59:45 -04:00
Eric Fried and GitHub
7566962b95
Support pulling plugins by digest ( #3803 )
...
Previously `WithPlugins` only supported passing image URIs "by tag" --
e.g. `gcr.io/my-repo/my-image:v0.1.2`. With this commit, we add support
for pulling "by digest" -- e.g.
`gcr.io/my-repo/my-image@sha256:a75f9e8c3ced3943515f249597be389f8233e1258d289b11184796edceaa7dab`
Signed-off-by: Eric Fried <efried@redhat.com >
2021-05-18 13:27:49 +08:00
Nolan Brubaker and GitHub
5601758723
Update docs to state Kubernetes v1.12 is needed ( #3787 )
...
* Update docs to state Kubernetes v1.12 is needed
Closes : #2856
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Fix spacing on basic-install.md
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2021-05-14 19:12:02 -07:00
Abigail McCarthy and GitHub
6cb7a35eac
Update docs to include schedule backup example ( #3478 )
...
* update docs to include schedule backup example
Signed-off-by: Abigail McCarthy <mabigail@vmware.com >
* update backup name and cron schedule
Signed-off-by: Abigail McCarthy <mabigail@vmware.com >
* Update scheduled backups docs for review comments
Signed-off-by: Abigail McCarthy <mabigail@vmware.com >
* fix typo
Signed-off-by: Abigail McCarthy <mabigail@vmware.com >
2021-05-12 15:43:20 -04:00
Abigail McCarthy and GitHub
0775d2ae54
Add note about updating CRDs during development ( #3784 )
...
Signed-off-by: Abigail McCarthy <mabigail@vmware.com >
2021-05-12 15:41:11 -04:00
Alay Patel and GitHub
31ced582a9
service_action: use unstructured to marshal selective fields ( #3789 )
...
* use unstructured to marshal selective fields
Signed-off-by: Alay Patel <alay1431@gmail.com >
* add a sample test for string port in applied config
Signed-off-by: Alay Patel <alay1431@gmail.com >
* update changelog
Signed-off-by: Alay Patel <alay1431@gmail.com >
2021-05-12 15:40:00 -04:00
Carlisia Thompson and GitHub
8f46d9808b
Fix gh action ( #3743 )
...
* Fix gh action
* Fix it maybe
* Update GH action version
* Set write permission for the job
* Use target
* Remove config that is already default
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
2021-05-12 23:03:49 +08:00
David L. Smith-Uchida and GitHub
4d173d725c
Changed kibishii wait commands to output stdout/stderr, makes for better debugging ( #3762 )
...
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com >
2021-05-10 09:30:41 -04:00
Ashish Amarnath and GitHub
fc8569e9f0
✨ ⚠️ Remove CSI volumesnapshot artifact deletion ( #3734 )
...
This change is incompatible with velero-plugin-for-csi
releases <= v0.1.2
Remove special casing of CSI volumesnapshot artifacts
from backup deletion logic as this has been moved to
a DeleteItemAction plugin in the velero-plugin-for-csi repo
Signed-off-by: Ashish Amarnath <ashisham@vmware.com >
2021-05-04 13:58:41 -04:00
Scott Seago and GitHub
265dd3a7a5
Added site bio/img for maintainer/contributor sseago ( #3750 )
...
Signed-off-by: Scott Seago <sseago@redhat.com >
2021-04-30 19:15:05 -07:00
Srinivasa Vasu and GitHub
ea3e8ff4e8
Storage Supported Providers hyperlink is updated to refer to the correct path ( #3667 )
2021-05-01 09:46:31 +08:00
David L. Smith-Uchida and GitHub
3b3d228507
Design doc for upload progress monitoring ( #3416 )
...
Change to add new plugin SnapshotItemAction, added started/updated fields to UploadProgress
Updated SnapshotItemAction, added additional tasks
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com >
2021-04-30 14:35:24 -07:00
David L. Smith-Uchida and GitHub
c3f08af872
Changes to secrets design ( #3413 )
...
* Changes to secrets design
Removed references to Volume Storage Locations/VSLs
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com >
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com >
* Description of current parallelism points
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com >
2021-04-29 12:39:04 -07:00
Abigail McCarthy and GitHub
74da38b6d4
Merge pull request #3607 from Lirt/docs-plugin/openstack
...
Docs: include OpenStack plugin in community supported providers
2021-04-29 10:25:48 -04:00
Nolan Brubaker and GitHub
19883c2f19
Propose Scott Seago as a maintainer ( #3747 )
...
* Propose Scott Seago as a maintainer
Scott Seago has made a lot of contributions to Velero, including in
testing, coding, and design.
Some examples of his contributions include a [design for plugin
improvements](https://github.com/vmware-tanzu/velero/blob/main/design/wait-for-additional-items.md ),
[added skip support to
RestoreItemActions](https://github.com/vmware-tanzu/velero/pull/1336 ),
and [reporting important
issues](https://github.com/vmware-tanzu/velero/issues/2948 ).
He's also been active in the community meetings for the last few years,
and has had thoughtful feedback.
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Fix up file assignments
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2021-04-28 17:47:25 -07:00
Abigail McCarthy and GitHub
4b0ddacb6a
Merge pull request #3744 from salahalsaleh/patch-1
...
fix on-premise `--plugins` flag documentation
2021-04-28 13:27:50 -04:00
Carlisia Thompson and GitHub
ccac3d4130
A small refactor of the e2e tests ( #3726 )
...
* A small refactor of the e2e tests
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Add copyright header
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Fix CI
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Revert unneeded changes
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Remove file that doesnt belong here
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
2021-04-28 09:54:17 -07:00
Salah Al Saleh
47acaa11e3
update other versions
...
Signed-off-by: Salah Al Saleh <salahalsaleh1993@gmail.com >
2021-04-28 16:15:46 +00:00
Salah Aldeen Al Saleh and Salah Al Saleh
b9ff1794f7
fix on-premise --plugins flag documentation
...
--plugins instead of --plugin
Signed-off-by: Salah Al Saleh <salahalsaleh1993@gmail.com >
2021-04-28 16:09:56 +00:00
Ondrej Vasko
f3f4178f78
Shorten OpenStack plugin documentation link text
...
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com >
2021-04-28 12:10:29 +02:00
Carlisia Thompson and GitHub
02e7d7ac37
Add cpanato as Emeritus Maintainers ( #3725 )
...
* Add cpanato as Emeritus Maintainers
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Fix spaces
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
2021-04-27 19:30:07 -07:00
Arun S M and GitHub
1ed7902d4c
Fix typo in the restic document ( #3728 )
...
Change from sepc to spec.
Signed-off-by: S m, Aruna <arun.s.m.cse@gmail.com >
2021-04-27 09:40:24 +08:00
Abigail McCarthy and GitHub
245ca06770
Merge pull request #3722 from josemaia/patch-1
...
Fix typo in restic documentation
2021-04-22 10:28:52 -04:00
José Maia and José Maia
b443e7c1f6
Fix typo in restic documentation
...
Signed-off-by: José Maia <josecbmaia@hotmail.com >
2021-04-22 14:26:03 +01:00
Ashish Amarnath and GitHub
32c3820b8a
🐛 Fix plugin name derivation from image name ( #3711 )
...
* 🐛 Fix plugin name derivation from image name
Signed-off-by: Ashish Amarnath <ashisham@vmware.com >
* changelog
Signed-off-by: Ashish Amarnath <ashisham@vmware.com >
2021-04-21 20:57:00 -04:00
Carlisia Thompson and GitHub
f988fd1411
Fix misspelled file name ( #3712 )
...
* Fix misspelled file name
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Change placement of line
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Fix configuration setting
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Move comment
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
* Fix lint errors
Signed-off-by: Carlisia <carlisia@grokkingtech.io >
2021-04-21 10:04:04 -07:00
Ondrej Vasko
bd5f5a6a17
Docs: include OpenStack plugin for version 1.6
...
Signed-off-by: Ondrej Vasko <ondrej.vaskoo@gmail.com >
2021-04-21 17:30:38 +02:00
Ondrej Vasko
fba1959195
Merge branch 'main' into docs-plugin/openstack
2021-04-21 17:28:58 +02:00
Nolan Brubaker and GitHub
f2141d05f2
Define a Velero release schedule ( #3551 )
...
* Add a draft of the release schedule
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
* Spelling fix
Signed-off-by: Nolan Brubaker <brubakern@vmware.com >
2021-04-20 19:05:31 -07:00
David L. Smith-Uchida and GitHub
7465f311e8
Added release criteria to release-instructions ( #3598 )
...
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com >
2021-04-21 09:21:18 +08:00
Carlisia Thompson and GitHub
06c5e014d9
Improve plugin release instructions ( #3591 )
...
* Improve plugin release instructions
* Improve the improvement
* Fix broken links
* Add a link to e2e tests documentation
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-21 09:10:15 +08:00
David L. Smith-Uchida and GitHub
9a000c151c
Merge pull request #3666 from carlisia/c-gh-action
...
Add Abbie to PR review requests
2021-04-20 08:57:02 -07:00
Abigail McCarthy and GitHub
dee4d17a66
Merge pull request #3700 from carlisia/c-assets
...
Add logo assets
2021-04-20 11:14:05 -04:00
Carlisia
a6c0a51dc8
Fix format
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 14:33:36 -07:00
Carlisia
ff17066d2d
Fix path
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 14:33:36 -07:00
Carlisia
18a8888e9f
Consolidate config files and fix path
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 14:33:36 -07:00
Carlisia
adaa626457
Add Abbie to PR review requests
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 14:33:36 -07:00
Carlisia
1188a866c5
Add logo assets
...
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-04-19 13:45:09 -07:00
Bridget McErlean and GitHub
f02ae6d112
Fix incorrect links in BSL docs ( #3680 )
...
The link for Kubernetes Secrets was incorrectly pointing at the plugins
documentation.
Signed-off-by: Bridget McErlean <bmcerlean@vmware.com >
2021-04-16 13:25:53 +08:00
eleanor-millman and GitHub
dbd3485808
Added Eleanor to Team Bios and to Maintainers page, removed Tim ( #3593 )
...
Signed-off-by: Eleanor Millman <emillman@vmware.com >
2021-04-15 17:13:53 -07:00
David L. Smith-Uchida and GitHub
cea3f3c3a9
Merge pull request #3567 from zubron/render-fragments-in-markdown
...
Correctly render links with fragments on docs pages
2021-04-15 15:20:03 -07:00
Bridget McErlean and GitHub
f5d29ae3d1
Add blog post for Velero 1.6 ( #3676 )
...
Signed-off-by: Bridget McErlean <bmcerlean@vmware.com >
2021-04-13 11:15:05 -07:00
David L. Smith-Uchida and GitHub
5bd70fd8ee
Merge pull request #3673 from zubron/release-1.6-changelog-docs
...
Add changelog and docs for v1.6.0
v1.6.0
2021-04-12 14:54:26 -07:00
Bridget McErlean
b7c166e019
Add changelog and docs for v1.6.0
...
Signed-off-by: Bridget McErlean <bmcerlean@vmware.com >
2021-04-12 16:00:34 -04:00
Carlisia Thompson and GitHub
9f24587cef
Upgrade docs for v1.6.0-rc2 ( #3662 )
...
* Update changelog for v1.6.0-rc.2
Signed-off-by: Carlisia <carlisia@vmware.com >
* Update docs for v1.6.0-rc.2
Signed-off-by: Carlisia <carlisia@vmware.com >
* Upgrade docs for v1.6.0-rc2
Signed-off-by: Carlisia <carlisia@vmware.com >
v1.6.0-rc.2
2021-04-05 15:31:30 -04:00
Carlisia Thompson and GitHub
c65c17c559
Revert printer columns ( #3652 )
...
* Revert "Add additional printer columns for CRDs (#2881 )"
This reverts commit 4178d9de32 .
Signed-off-by: Carlisia <carlisia@vmware.com >
* Add generated files
Signed-off-by: Carlisia <carlisia@vmware.com >
2021-03-31 14:46:37 -07:00
David L. Smith-Uchida and GitHub
52d4a4693a
Merge pull request #3637 from zubron/release-1.6-rc1
...
Add changelog and docs for v1.6.0-rc.1
v1.6.0-rc.1
2021-03-29 09:32:23 -07:00