This project is mirrored from https://gitee.com/BiAn-MoShangHuaKai/velero.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 20 Oct, 2020 6 commits
-
-
Nolan Brubaker authored
Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Carlisia Thompson authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Antony S Bett authored
Signed-off-by:
Bett, Antony <antony.bett@dell.com>
-
Alay Patel authored
* create CRB with velero-<namespace> This will allow creating multiple instances of velero, across two different namespaces Signed-off-by:
Alay Patel <alay1431@gmail.com> * add changelog Signed-off-by:
Alay Patel <alay1431@gmail.com> * add package var DefaultVeleroNamespace and use it wherever needed Signed-off-by:
Alay Patel <alay1431@gmail.com>
-
Scott Seago authored
* restore proper lowercase/plural CRD resource This commit restores the proper resource string "customresourcedefinitions" for CRD. The prior change to "CustomResourceDefinition" was made because this was being used in another place to populate the CRD "Kind" field in remap_crd_version_action.go -- there, just use the correct Kind string instead of pulling from Resource. Signed-off-by:
Scott Seago <sseago@redhat.com> * add changelog Signed-off-by:
Scott Seago <sseago@redhat.com>
-
Nolan Brubaker authored
* Only remove the UID from a PV's claimRef The UID is the only part of a claimRef that might prevent it from being rebound correctly on a restore. The namespace and name within the claimRef should be preserved in order to ensure that the PV is claimed by the correct PVC on restore. Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Remap PVs claimRef.namespace on relevant restores When remapping namespaces, any included PVs need to have their claimRef updated to point remapped namespaces to the new namespace name in order to be bound to the correct PVC. Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Update tests and ensure claimRef namespace remaps Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Remove lowercased uid field from unstructured PV Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Fix issues that prevented PVs from being restored Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Add changelog Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Dynamically reprovision volumes without snapshots Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Update test for lower case uid field Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Remove stray debugging print statement Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Fix typo, remove extra code, add tests. Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
- 16 Sep, 2020 2 commits
-
-
Nolan Brubaker authored
* Add changelog and docs for v1.5 release Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Fix markdown indentation Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Fix URLs with patch version Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Fix example link Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
Carlisia Thompson authored
* Update tag-release script Signed-off-by:
Carlisia <carlisia@vmware.com> * Reorg release instructions Signed-off-by:
Carlisia <carlisia@vmware.com> * Move "troubleshooting" to proper section Signed-off-by:
Carlisia <carlisia@vmware.com> * Better formatting Signed-off-by:
Carlisia <carlisia@vmware.com> * Fix sorcery Signed-off-by:
Carlisia <carlisia@vmware.com> * Address code review Signed-off-by:
Carlisia <carlisia@vmware.com> * More code reviews Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 11 Sep, 2020 3 commits
-
-
Carlisia Thompson authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia Thompson authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Carlisia Thompson authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 10 Sep, 2020 5 commits
-
-
Ashish Amarnath authored
Signed-off-by:
Ashish Amarnath <ashisham@vmware.com>
-
Bridget McErlean authored
Now that Exec restore hooks have been added in #2804 and are available in 1.5.0-rc1, we can remove the line that states that they are coming soon. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Ashish Amarnath authored
*
fix typo in resource-filtering page Signed-off-by:Ashish Amarnath <ashisham@vmware.com> *
fix markdown formatting Signed-off-by:Ashish Amarnath <ashisham@vmware.com>
-
Ashish Amarnath authored
Signed-off-by:
Ashish Amarnath <ashisham@vmware.com>
-
Andrew Reed authored
Signed-off-by:
Andrew Reed <andrew@replicated.com>
-
- 09 Sep, 2020 4 commits
-
-
Carlisia Thompson authored
* v1.5.0-rc.1 release Signed-off-by:
Carlisia <carlisia@vmware.com> * Reviews Signed-off-by:
Carlisia <carlisia@vmware.com> * Re-generate docs Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Bridget McErlean authored
A number of links still pointed to the old master branch and resulted in 404s. This updates those links to point to the new main branch. Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Bridget McErlean authored
Signed-off-by:
Bridget McErlean <bmcerlean@vmware.com>
-
Ashish Amarnath authored
Signed-off-by:
Ashish Amarnath <ashisham@vmware.com>
-
- 08 Sep, 2020 2 commits
-
-
JenTing Hsiao authored
* Show format version on velero backup describe Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com> * Add changelog Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
Andrew Reed authored
* Exec hooks in restored pods Signed-off-by:
Andrew Reed <andrew@replicated.com> * WaitExecHookHandler implements ItemHookHandler This required adding a context.Context argument to the ItemHookHandler interface which is unused by the DefaultItemHookHandler implementation. It also means passing nil for the []ResourceHook argument since that holds BackupResourceHook. Signed-off-by:
Andrew Reed <andrew@replicated.com> * WaitExecHookHandler unit tests Signed-off-by:
Andrew Reed <andrew@replicated.com> * Changelog and go fmt Signed-off-by:
Andrew Reed <andrew@replicated.com> * Fix double import Signed-off-by:
Andrew Reed <andrew@replicated.com> * Default to first contaienr in pod Signed-off-by:
Andrew Reed <andrew@replicated.com> * Use constants for hook error modes in tests Signed-off-by:
Andrew Reed <andrew@replicated.com> * Revert to separate WaitExecHookHandler interface Signed-off-by:
Andrew Reed <andrew@replicated.com> * Negative tests for invalid timeout annotations Signed-off-by:
Andrew Reed <andrew@replicated.com> * Rename NamedExecRestoreHook PodExecRestoreHook Also make field names more descriptive. Signed-off-by:
Andrew Reed <andrew@replicated.com> * Cleanup test names Signed-off-by:
Andrew Reed <andrew@replicated.com> * Separate maxHookWait and add unit tests Signed-off-by:
Andrew Reed <andrew@replicated.com> * Comment on maxWait <= 0 Also info log container is not running for hooks to execute in. Also add context error to hooks not executed errors. Signed-off-by:
Andrew Reed <andrew@replicated.com> * Remove log about default for invalid timeout There is no default wait or exec timeout. Signed-off-by:
Andrew Reed <andrew@replicated.com> * Linting Signed-off-by:
Andrew Reed <andrew@replicated.com> * Fix log message and rename controller to podWatcher Signed-off-by:
Andrew Reed <andrew@replicated.com> * Comment on exactly-once semantics for handler Signed-off-by:
Andrew Reed <andrew@replicated.com> * Fix logging and comments Use filed logger for pod in handler. Add comment about pod changes in unit tests. Use kube util NamespaceAndName in messages. Signed-off-by:
Andrew Reed <andrew@replicated.com> * Fix maxHookWait Signed-off-by:
Andrew Reed <andrew@replicated.com>
-
- 02 Sep, 2020 3 commits
-
-
Jonas Rosland authored
* Fixing redirects Signed-off-by:
jonasrosland <jrosland@vmware.com> * Fix netlify config Signed-off-by:
jonasrosland <jrosland@vmware.com> * Add previous redirects Signed-off-by:
jonasrosland <jrosland@vmware.com> * Change netlify publish path Signed-off-by:
jonasrosland <jrosland@vmware.com> * Add new redirect for restic Signed-off-by:
jonasrosland <jrosland@vmware.com>
-
Carlisia Thompson authored
* Refactor BSL related code Signed-off-by:
Carlisia <carlisia@vmware.com> * Increase # of max concurrent reconciles Signed-off-by:
Carlisia <carlisia@vmware.com> * Clean up for better, more precise interfaces Signed-off-by:
Carlisia <carlisia@vmware.com> * Minor clean up - code reviews Signed-off-by:
Carlisia <carlisia@vmware.com> * Address code review Signed-off-by:
Carlisia <carlisia@vmware.com> * Add import and fix CI Signed-off-by:
Carlisia <carlisia@vmware.com>
-
Ashish Amarnath authored
Signed-off-by:
Ashish Amarnath <ashisham@vmware.com>
-
- 01 Sep, 2020 4 commits
-
-
Pawan Prakash Sharma authored
* fix: rename the PV if VolumeSnapshotter has modified the PV name When VolumeSnapshotter sets the PV name via SetVolumeID and PV is not there in the cluster, velero does not rename the PV. Which causes the pvc to be in the lost state as pvc points to the old PV but pv object has been renamed by VolumeSnapshotter. Signed-off-by:
Pawan <pawan@mayadata.io> * adding a test case for pv rename Signed-off-by:
Pawan <pawan@mayadata.io>
-
Carlisia Campos authored
* Convert ServerStatusRequest controller to controller-runtime Signed-off-by:
Carlisia <carlisia@vmware.com> * Add select stm Signed-off-by:
Carlisia <carlisia@vmware.com> * Fixed status patch bug Signed-off-by:
Carlisia <carlisia@vmware.com> * Add mgr start Signed-off-by:
Carlisia <carlisia@vmware.com> * Trying to sync Signed-off-by:
Carlisia <carlisia@vmware.com> * Clean async now Signed-off-by:
Carlisia <carlisia@vmware.com> * Clean up + move context out Signed-off-by:
Carlisia <carlisia@vmware.com> * Bug: not closing the channel Signed-off-by:
Carlisia <carlisia@vmware.com> * Clean up some tests Signed-off-by:
Carlisia <carlisia@vmware.com> * Much better way to fetch an update using a backoff loop Signed-off-by:
Carlisia <carlisia@vmware.com> * Even better way to retry: use apimachinery lib Signed-off-by:
Carlisia <carlisia@vmware.com> * Refactor controller + add test Signed-off-by:
Carlisia <carlisia@vmware.com> * partially fix unit tests Signed-off-by:
Ashish Amarnath <ashisham@vmware.com> * Fix and add tests Signed-off-by:
Carlisia <carlisia@vmware.com> * Add changelog Signed-off-by:
Carlisia <carlisia@vmware.com> * Add ability to disable the controller + cleanups Signed-off-by:
Carlisia <carlisia@vmware.com> * Fix bug w/ disabling controllers + fix test + clean up Signed-off-by:
Carlisia <carlisia@vmware.com> * Move role.yaml to the correct folder Signed-off-by:
Carlisia <carlisia@vmware.com> * Add sample serverstatusrequest.yaml Signed-off-by:
Carlisia <carlisia@vmware.com> * Add requeue + better formatting Signed-off-by:
Carlisia <carlisia@vmware.com> * Increase # of max concurrent reconciles Signed-off-by:
Carlisia <carlisia@vmware.com> Co-authored-by:
Ashish Amarnath <ashisham@vmware.com>
-
Nolan Brubaker authored
* Fix git commands and add missing comment Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Add dry-run mode to tag-release.sh Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Make if statement formatting more consistent Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Add documentaion for dry-run mode Signed-off-by:
Nolan Brubaker <brubakern@vmware.com> * Better support for dry-run Signed-off-by:
Nolan Brubaker <brubakern@vmware.com>
-
JenTing Hsiao authored
Signed-off-by:
JenTing Hsiao <jenting.hsiao@suse.com>
-
- 31 Aug, 2020 2 commits
-
-
Jonas Rosland authored
Signed-off-by:
jonasrosland <jrosland@vmware.com>
-
Jonas Rosland authored
Signed-off-by:
jonasrosland <jrosland@vmware.com>
-
- 28 Aug, 2020 2 commits
-
-
Abigail McCarthy authored
* add hugo default TOC Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * point contributors to style guide (#2872) Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * add hugo default TOC Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * remove unused links Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
Abigail McCarthy authored
* add new table shortcode Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * fix typo Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * update shortcode commentn Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * fix messed up table Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * fixing 2 more tables Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * update 1.4 supporteed providers Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * add note about links in tables Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
- 27 Aug, 2020 1 commit
-
-
Abigail McCarthy authored
Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
- 25 Aug, 2020 4 commits
-
-
Ashish Amarnath authored
Signed-off-by:
Ashish Amarnath <ashisham@vmware.com>
-
Abigail McCarthy authored
* Update release checklist to include more info around blog posts and release announcements Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * updating links Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * update from review Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
Abigail McCarthy authored
* update docs to match style guide Signed-off-by:
Abigail McCarthy <mabigail@vmware.com> * update web site guide Signed-off-by:
Abigail McCarthy <mabigail@vmware.com>
-
Dylan Murray authored
* Check for errors on restic backup command Signed-off-by:
Dylan Murray <dymurray@redhat.com> * Add changelog Signed-off-by:
Dylan Murray <dymurray@redhat.com>
-
- 24 Aug, 2020 1 commit
-
-
Carlisia Campos authored
Signed-off-by:
Carlisia <carlisia@vmware.com>
-
- 21 Aug, 2020 1 commit
-
-
Nolan Brubaker authored
fix passing LDFLAGS across build stages
-