diff --git a/site/_config.yml b/site/_config.yml index fb11ce2de..2f6081524 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -56,10 +56,10 @@ defaults: gh: https://github.com/vmware-tanzu/velero/tree/master layout: "docs" - scope: - path: docs/v1.3.0-beta.2 + path: docs/v1.3.0 values: - version: v1.3.0-beta.2 - gh: https://github.com/vmware-tanzu/velero/tree/v1.3.0-beta.2 + version: v1.3.0 + gh: https://github.com/vmware-tanzu/velero/tree/v1.3.0 layout: "docs" - scope: path: docs/v1.2.0 @@ -157,10 +157,10 @@ collections: - casestudies versioning: true -latest: v1.2.0 +latest: v1.3.0 versions: - master -- v1.3.0-beta.2 +- v1.3.0 - v1.2.0 - v1.1.0 - v1.0.0 diff --git a/site/_data/master-toc.yml b/site/_data/master-toc.yml index 0a8abfa2a..2aefca5df 100644 --- a/site/_data/master-toc.yml +++ b/site/_data/master-toc.yml @@ -13,8 +13,8 @@ toc: url: /basic-install - page: Customize Installation url: /customize-installation - - page: Upgrade to 1.2 - url: /upgrade-to-1.2 + - page: Upgrade to 1.3 + url: /upgrade-to-1.3 - page: Supported providers url: /supported-providers - page: Evaluation install diff --git a/site/_data/toc-mapping.yml b/site/_data/toc-mapping.yml index ec582d41e..b954d11ad 100644 --- a/site/_data/toc-mapping.yml +++ b/site/_data/toc-mapping.yml @@ -3,7 +3,7 @@ # that the navigation for older versions still work. master: master-toc -v1.3.0-beta.2: v1-3-0-beta-2-toc +v1.3.0: v1-3-0-toc v1.2.0: v1-2-0-toc v1.1.0: v1-1-0-toc v1.0.0: v1-0-0-toc diff --git a/site/_data/v1-3-0-beta-2-toc.yml b/site/_data/v1-3-0-toc.yml similarity index 95% rename from site/_data/v1-3-0-beta-2-toc.yml rename to site/_data/v1-3-0-toc.yml index 7b64debca..2aefca5df 100644 --- a/site/_data/v1-3-0-beta-2-toc.yml +++ b/site/_data/v1-3-0-toc.yml @@ -13,8 +13,8 @@ toc: url: /basic-install - page: Customize Installation url: /customize-installation - - page: Upgrade to 1.2 - url: /upgrade-to-1.2 + - page: Upgrade to 1.3 + url: /upgrade-to-1.3 - page: Supported providers url: /supported-providers - page: Evaluation install @@ -39,6 +39,8 @@ toc: url: /namespace - page: Extend with hooks url: /hooks + - page: CSI Support (beta) + url: /csi - title: Plugins subfolderitems: - page: Overview diff --git a/site/docs/v1.3.0-beta.2/README.md b/site/docs/v1.3.0/README.md similarity index 94% rename from site/docs/v1.3.0-beta.2/README.md rename to site/docs/v1.3.0/README.md index 68f7b2ae9..7983df722 100644 --- a/site/docs/v1.3.0-beta.2/README.md +++ b/site/docs/v1.3.0/README.md @@ -27,7 +27,7 @@ If you encounter issues, review the [troubleshooting docs][30], [file an issue][ ## Contributing -If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our [Start contributing](https://velero.io/docs/v1.3.0-beta.2/start-contributing/) documentation for guidance on how to setup Velero for development. +If you are ready to jump in and test, add code, or help with documentation, follow the instructions on our [Start contributing](https://velero.io/docs/v1.3.0/start-contributing/) documentation for guidance on how to setup Velero for development. ## Changelog diff --git a/site/docs/v1.3.0-beta.2/api-types/README.md b/site/docs/v1.3.0/api-types/README.md similarity index 100% rename from site/docs/v1.3.0-beta.2/api-types/README.md rename to site/docs/v1.3.0/api-types/README.md diff --git a/site/docs/v1.3.0-beta.2/api-types/backup.md b/site/docs/v1.3.0/api-types/backup.md similarity index 100% rename from site/docs/v1.3.0-beta.2/api-types/backup.md rename to site/docs/v1.3.0/api-types/backup.md diff --git a/site/docs/v1.3.0-beta.2/api-types/backupstoragelocation.md b/site/docs/v1.3.0/api-types/backupstoragelocation.md similarity index 100% rename from site/docs/v1.3.0-beta.2/api-types/backupstoragelocation.md rename to site/docs/v1.3.0/api-types/backupstoragelocation.md diff --git a/site/docs/v1.3.0-beta.2/api-types/restore.md b/site/docs/v1.3.0/api-types/restore.md similarity index 100% rename from site/docs/v1.3.0-beta.2/api-types/restore.md rename to site/docs/v1.3.0/api-types/restore.md diff --git a/site/docs/v1.3.0-beta.2/api-types/schedule.md b/site/docs/v1.3.0/api-types/schedule.md similarity index 100% rename from site/docs/v1.3.0-beta.2/api-types/schedule.md rename to site/docs/v1.3.0/api-types/schedule.md diff --git a/site/docs/v1.3.0-beta.2/api-types/volumesnapshotlocation.md b/site/docs/v1.3.0/api-types/volumesnapshotlocation.md similarity index 100% rename from site/docs/v1.3.0-beta.2/api-types/volumesnapshotlocation.md rename to site/docs/v1.3.0/api-types/volumesnapshotlocation.md diff --git a/site/docs/v1.3.0-beta.2/backup-reference.md b/site/docs/v1.3.0/backup-reference.md similarity index 100% rename from site/docs/v1.3.0-beta.2/backup-reference.md rename to site/docs/v1.3.0/backup-reference.md diff --git a/site/docs/v1.3.0-beta.2/basic-install.md b/site/docs/v1.3.0/basic-install.md similarity index 100% rename from site/docs/v1.3.0-beta.2/basic-install.md rename to site/docs/v1.3.0/basic-install.md diff --git a/site/docs/v1.3.0-beta.2/build-from-source.md b/site/docs/v1.3.0/build-from-source.md similarity index 100% rename from site/docs/v1.3.0-beta.2/build-from-source.md rename to site/docs/v1.3.0/build-from-source.md diff --git a/site/docs/v1.3.0-beta.2/code-standards.md b/site/docs/v1.3.0/code-standards.md similarity index 98% rename from site/docs/v1.3.0-beta.2/code-standards.md rename to site/docs/v1.3.0/code-standards.md index 0448d3138..c59c5d3ea 100644 --- a/site/docs/v1.3.0-beta.2/code-standards.md +++ b/site/docs/v1.3.0/code-standards.md @@ -52,7 +52,7 @@ Example: We use a package to generate mocks for our interfaces. -Example: if you want to change this mock: https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/pkg/restic/mocks/restorer.go +Example: if you want to change this mock: https://github.com/vmware-tanzu/velero/blob/v1.3.0/pkg/restic/mocks/restorer.go Run: diff --git a/site/docs/v1.3.0-beta.2/contributions/ibm-config.md b/site/docs/v1.3.0/contributions/ibm-config.md similarity index 100% rename from site/docs/v1.3.0-beta.2/contributions/ibm-config.md rename to site/docs/v1.3.0/contributions/ibm-config.md diff --git a/site/docs/v1.3.0-beta.2/contributions/minio.md b/site/docs/v1.3.0/contributions/minio.md similarity index 100% rename from site/docs/v1.3.0-beta.2/contributions/minio.md rename to site/docs/v1.3.0/contributions/minio.md diff --git a/site/docs/v1.3.0-beta.2/contributions/oracle-config.md b/site/docs/v1.3.0/contributions/oracle-config.md similarity index 99% rename from site/docs/v1.3.0-beta.2/contributions/oracle-config.md rename to site/docs/v1.3.0/contributions/oracle-config.md index 74d7a648f..ca12e8b93 100644 --- a/site/docs/v1.3.0-beta.2/contributions/oracle-config.md +++ b/site/docs/v1.3.0/contributions/oracle-config.md @@ -241,5 +241,5 @@ After creating the Velero server in your cluster, try this example: ## Additional Reading -* [Official Velero Documentation](https://velero.io/docs/v1.3.0-beta.2/) +* [Official Velero Documentation](https://velero.io/docs/v1.3.0/) * [Oracle Cloud Infrastructure Documentation](https://docs.cloud.oracle.com/) diff --git a/site/docs/v1.3.0/csi.md b/site/docs/v1.3.0/csi.md new file mode 100644 index 000000000..12476096e --- /dev/null +++ b/site/docs/v1.3.0/csi.md @@ -0,0 +1,15 @@ +# Container Storage Interface Snapshot Support in Velero + +_This feature is under development. Documentation may not be up-to-date and features may not work as expected._ + +Velero supports taking Container Storage Interface (CSI) snapshots as a beta feature on clusters that meet the following prerequisites. + + 1. The cluster is Kubernetes version 1.17 or greater. + 1. The cluster is running a CSI driver capable of support volume snapshots at the [v1beta1 API level](https://kubernetes.io/blog/2019/12/09/kubernetes-1-17-feature-cis-volume-snapshot-beta/). + 1. The Velero server is running with the `--features EnableCSI` feature flag to enable CSI logic in Velero's core. + 1. The Velero [CSI plugin](https://github.com/vmware-tanzu/velero-plugin-for-csi/) is installed to integrate with the CSI volume snapshot APIs. + +# Roadmap + +Velero's support level for CSI volume snapshotting will follow upstream Kubernetes support for it, and will reach general availability sometime +after volume snapshotting is GA in upstream Kubernetes. Beta support is expected to launch in Velero v1.4. diff --git a/site/docs/v1.3.0-beta.2/custom-plugins.md b/site/docs/v1.3.0/custom-plugins.md similarity index 95% rename from site/docs/v1.3.0-beta.2/custom-plugins.md rename to site/docs/v1.3.0/custom-plugins.md index c44181e69..564dfd5b7 100644 --- a/site/docs/v1.3.0-beta.2/custom-plugins.md +++ b/site/docs/v1.3.0/custom-plugins.md @@ -87,5 +87,5 @@ Once parsed into a `[]string`, the features can then be registered using the `Ne Velero adds the `LD_LIBRARY_PATH` into the list of environment variables to provide the convenience for plugins that requires C libraries/extensions in the runtime. [1]: https://github.com/vmware-tanzu/velero-plugin-example -[2]: https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/pkg/plugin/logger.go -[3]: https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/pkg/restore/restic_restore_action.go +[2]: https://github.com/vmware-tanzu/velero/blob/v1.3.0/pkg/plugin/logger.go +[3]: https://github.com/vmware-tanzu/velero/blob/v1.3.0/pkg/restore/restic_restore_action.go diff --git a/site/docs/v1.3.0-beta.2/customize-installation.md b/site/docs/v1.3.0/customize-installation.md similarity index 100% rename from site/docs/v1.3.0-beta.2/customize-installation.md rename to site/docs/v1.3.0/customize-installation.md diff --git a/site/docs/v1.3.0-beta.2/debugging-install.md b/site/docs/v1.3.0/debugging-install.md similarity index 100% rename from site/docs/v1.3.0-beta.2/debugging-install.md rename to site/docs/v1.3.0/debugging-install.md diff --git a/site/docs/v1.3.0-beta.2/debugging-restores.md b/site/docs/v1.3.0/debugging-restores.md similarity index 100% rename from site/docs/v1.3.0-beta.2/debugging-restores.md rename to site/docs/v1.3.0/debugging-restores.md diff --git a/site/docs/v1.3.0-beta.2/development.md b/site/docs/v1.3.0/development.md similarity index 100% rename from site/docs/v1.3.0-beta.2/development.md rename to site/docs/v1.3.0/development.md diff --git a/site/docs/v1.3.0-beta.2/disaster-case.md b/site/docs/v1.3.0/disaster-case.md similarity index 100% rename from site/docs/v1.3.0-beta.2/disaster-case.md rename to site/docs/v1.3.0/disaster-case.md diff --git a/site/docs/v1.3.0-beta.2/examples.md b/site/docs/v1.3.0/examples.md similarity index 100% rename from site/docs/v1.3.0-beta.2/examples.md rename to site/docs/v1.3.0/examples.md diff --git a/site/docs/v1.3.0-beta.2/faq.md b/site/docs/v1.3.0/faq.md similarity index 98% rename from site/docs/v1.3.0-beta.2/faq.md rename to site/docs/v1.3.0/faq.md index d76710107..7402489fa 100644 --- a/site/docs/v1.3.0-beta.2/faq.md +++ b/site/docs/v1.3.0/faq.md @@ -22,7 +22,7 @@ Examples of cases where Velero is useful: Yes, with some exceptions. For example, when Velero restores pods it deletes the `nodeName` from the pod so that it can be scheduled onto a new node. You can see some more examples of the differences -in [pod_action.go](https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/pkg/restore/pod_action.go) +in [pod_action.go](https://github.com/vmware-tanzu/velero/blob/v1.3.0/pkg/restore/pod_action.go) ## I'm using Velero in multiple clusters. Should I use the same bucket to store all of my backups? diff --git a/site/docs/v1.3.0-beta.2/hooks.md b/site/docs/v1.3.0/hooks.md similarity index 97% rename from site/docs/v1.3.0-beta.2/hooks.md rename to site/docs/v1.3.0/hooks.md index e6ca581e3..46c568fb5 100644 --- a/site/docs/v1.3.0-beta.2/hooks.md +++ b/site/docs/v1.3.0/hooks.md @@ -77,5 +77,5 @@ velero backup logs nginx-hook-test | grep hookCommand [1]: api-types/backup.md -[2]: https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/examples/nginx-app/with-pv.yaml +[2]: https://github.com/vmware-tanzu/velero/blob/v1.3.0/examples/nginx-app/with-pv.yaml [3]: cloud-common.md diff --git a/site/docs/v1.3.0-beta.2/how-velero-works.md b/site/docs/v1.3.0/how-velero-works.md similarity index 100% rename from site/docs/v1.3.0-beta.2/how-velero-works.md rename to site/docs/v1.3.0/how-velero-works.md diff --git a/site/docs/v1.3.0-beta.2/image-tagging.md b/site/docs/v1.3.0/image-tagging.md similarity index 100% rename from site/docs/v1.3.0-beta.2/image-tagging.md rename to site/docs/v1.3.0/image-tagging.md diff --git a/site/docs/v1.3.0-beta.2/img/README.md b/site/docs/v1.3.0/img/README.md similarity index 100% rename from site/docs/v1.3.0-beta.2/img/README.md rename to site/docs/v1.3.0/img/README.md diff --git a/site/docs/v1.3.0-beta.2/img/backup-process.png b/site/docs/v1.3.0/img/backup-process.png similarity index 100% rename from site/docs/v1.3.0-beta.2/img/backup-process.png rename to site/docs/v1.3.0/img/backup-process.png diff --git a/site/docs/v1.3.0-beta.2/img/velero.png b/site/docs/v1.3.0/img/velero.png similarity index 100% rename from site/docs/v1.3.0-beta.2/img/velero.png rename to site/docs/v1.3.0/img/velero.png diff --git a/site/docs/v1.3.0-beta.2/locations.md b/site/docs/v1.3.0/locations.md similarity index 100% rename from site/docs/v1.3.0-beta.2/locations.md rename to site/docs/v1.3.0/locations.md diff --git a/site/docs/v1.3.0-beta.2/migration-case.md b/site/docs/v1.3.0/migration-case.md similarity index 100% rename from site/docs/v1.3.0-beta.2/migration-case.md rename to site/docs/v1.3.0/migration-case.md diff --git a/site/docs/v1.3.0-beta.2/namespace.md b/site/docs/v1.3.0/namespace.md similarity index 100% rename from site/docs/v1.3.0-beta.2/namespace.md rename to site/docs/v1.3.0/namespace.md diff --git a/site/docs/v1.3.0-beta.2/on-premises.md b/site/docs/v1.3.0/on-premises.md similarity index 100% rename from site/docs/v1.3.0-beta.2/on-premises.md rename to site/docs/v1.3.0/on-premises.md diff --git a/site/docs/v1.3.0-beta.2/output-file-format.md b/site/docs/v1.3.0/output-file-format.md similarity index 99% rename from site/docs/v1.3.0-beta.2/output-file-format.md rename to site/docs/v1.3.0/output-file-format.md index 04420be91..a4b462614 100644 --- a/site/docs/v1.3.0-beta.2/output-file-format.md +++ b/site/docs/v1.3.0/output-file-format.md @@ -22,7 +22,7 @@ rootBucket/ "metadata": { "name": "test-backup", "namespace": "velero", - "selfLink": "/apis/velero.io/v1/namespaces/velero/backups/testtest", + "selfLink": "/apis/velero.io/v1/namespaces/velero/backups/test-backup", "uid": "a12345cb-75f5-11e7-b4c2-abcdef123456", "resourceVersion": "337075", "creationTimestamp": "2017-07-31T13:39:15Z" diff --git a/site/docs/v1.3.0-beta.2/overview-plugins.md b/site/docs/v1.3.0/overview-plugins.md similarity index 100% rename from site/docs/v1.3.0-beta.2/overview-plugins.md rename to site/docs/v1.3.0/overview-plugins.md diff --git a/site/docs/v1.3.0-beta.2/rbac.md b/site/docs/v1.3.0/rbac.md similarity index 100% rename from site/docs/v1.3.0-beta.2/rbac.md rename to site/docs/v1.3.0/rbac.md diff --git a/site/docs/v1.3.0-beta.2/release-instructions.md b/site/docs/v1.3.0/release-instructions.md similarity index 100% rename from site/docs/v1.3.0-beta.2/release-instructions.md rename to site/docs/v1.3.0/release-instructions.md diff --git a/site/docs/v1.3.0-beta.2/restic.md b/site/docs/v1.3.0/restic.md similarity index 100% rename from site/docs/v1.3.0-beta.2/restic.md rename to site/docs/v1.3.0/restic.md diff --git a/site/docs/v1.3.0-beta.2/restore-reference.md b/site/docs/v1.3.0/restore-reference.md similarity index 100% rename from site/docs/v1.3.0-beta.2/restore-reference.md rename to site/docs/v1.3.0/restore-reference.md diff --git a/site/docs/v1.3.0-beta.2/run-locally.md b/site/docs/v1.3.0/run-locally.md similarity index 100% rename from site/docs/v1.3.0-beta.2/run-locally.md rename to site/docs/v1.3.0/run-locally.md diff --git a/site/docs/v1.3.0-beta.2/start-contributing.md b/site/docs/v1.3.0/start-contributing.md similarity index 88% rename from site/docs/v1.3.0-beta.2/start-contributing.md rename to site/docs/v1.3.0/start-contributing.md index 44a468fcf..f221ac3b8 100644 --- a/site/docs/v1.3.0-beta.2/start-contributing.md +++ b/site/docs/v1.3.0/start-contributing.md @@ -17,5 +17,5 @@ Please browse our list of resources, including a playlist of past online communi If you are ready to jump in and test, add code, or help with documentation, please use the navigation on the left under `Contribute`. -[1]: https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/CODE_OF_CONDUCT.md -[2]: https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/CONTRIBUTING.md +[1]: https://github.com/vmware-tanzu/velero/blob/v1.3.0/CODE_OF_CONDUCT.md +[2]: https://github.com/vmware-tanzu/velero/blob/v1.3.0/CONTRIBUTING.md diff --git a/site/docs/v1.3.0-beta.2/support-process.md b/site/docs/v1.3.0/support-process.md similarity index 100% rename from site/docs/v1.3.0-beta.2/support-process.md rename to site/docs/v1.3.0/support-process.md diff --git a/site/docs/v1.3.0-beta.2/supported-providers.md b/site/docs/v1.3.0/supported-providers.md similarity index 100% rename from site/docs/v1.3.0-beta.2/supported-providers.md rename to site/docs/v1.3.0/supported-providers.md diff --git a/site/docs/v1.3.0-beta.2/troubleshooting.md b/site/docs/v1.3.0/troubleshooting.md similarity index 100% rename from site/docs/v1.3.0-beta.2/troubleshooting.md rename to site/docs/v1.3.0/troubleshooting.md diff --git a/site/docs/v1.3.0-beta.2/uninstalling.md b/site/docs/v1.3.0/uninstalling.md similarity index 100% rename from site/docs/v1.3.0-beta.2/uninstalling.md rename to site/docs/v1.3.0/uninstalling.md diff --git a/site/docs/v1.3.0-beta.2/upgrade-to-1.3.md b/site/docs/v1.3.0/upgrade-to-1.3.md similarity index 87% rename from site/docs/v1.3.0-beta.2/upgrade-to-1.3.md rename to site/docs/v1.3.0/upgrade-to-1.3.md index 207f76b5f..528852e25 100644 --- a/site/docs/v1.3.0-beta.2/upgrade-to-1.3.md +++ b/site/docs/v1.3.0/upgrade-to-1.3.md @@ -23,7 +23,7 @@ If you're not yet running Velero v1.2, see the following: ```bash Client: - Version: v1.3.0-beta.2 + Version: v1.3.0 Git commit: ``` @@ -31,12 +31,12 @@ If you're not yet running Velero v1.2, see the following: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.3.0-beta.2 \ + velero=velero/velero:v1.3.0 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.3.0-beta.2 \ + restic=velero/velero:v1.3.0 \ --namespace velero ``` @@ -50,11 +50,11 @@ If you're not yet running Velero v1.2, see the following: ```bash Client: - Version: v1.3.0-beta.2 + Version: v1.3.0 Git commit: Server: - Version: v1.3.0-beta.2 + Version: v1.3.0 ``` [0]: basic-install.md#install-the-cli diff --git a/site/docs/v1.3.0-beta.2/velero-install.md b/site/docs/v1.3.0/velero-install.md similarity index 100% rename from site/docs/v1.3.0-beta.2/velero-install.md rename to site/docs/v1.3.0/velero-install.md diff --git a/site/docs/v1.3.0-beta.2/vendoring-dependencies.md b/site/docs/v1.3.0/vendoring-dependencies.md similarity index 100% rename from site/docs/v1.3.0-beta.2/vendoring-dependencies.md rename to site/docs/v1.3.0/vendoring-dependencies.md diff --git a/site/docs/v1.3.0-beta.2/website-guidelines.md b/site/docs/v1.3.0/website-guidelines.md similarity index 96% rename from site/docs/v1.3.0-beta.2/website-guidelines.md rename to site/docs/v1.3.0/website-guidelines.md index 3c5743fcc..0d6c115c5 100644 --- a/site/docs/v1.3.0-beta.2/website-guidelines.md +++ b/site/docs/v1.3.0/website-guidelines.md @@ -18,7 +18,7 @@ Alternatively, for quickly loading the website, under the `velero/site/` directo bundle exec jekyll serve --livereload --future ``` -For more information on how to run the website locally, please see our [jekyll documentation](https://github.com/vmware-tanzu/velero/blob/v1.3.0-beta.2/site/README-JEKYLL.md). +For more information on how to run the website locally, please see our [jekyll documentation](https://github.com/vmware-tanzu/velero/blob/v1.3.0/site/README-JEKYLL.md). ## Adding a blog post diff --git a/site/docs/v1.3.0-beta.2/zenhub.md b/site/docs/v1.3.0/zenhub.md similarity index 100% rename from site/docs/v1.3.0-beta.2/zenhub.md rename to site/docs/v1.3.0/zenhub.md