diff --git a/site/content/docs/main/upgrade-to-1.4.md b/site/content/docs/main/upgrade-to-1.5.md similarity index 71% rename from site/content/docs/main/upgrade-to-1.4.md rename to site/content/docs/main/upgrade-to-1.5.md index 8c885eec6..3ec0f5ba8 100644 --- a/site/content/docs/main/upgrade-to-1.4.md +++ b/site/content/docs/main/upgrade-to-1.5.md @@ -5,17 +5,18 @@ layout: docs ## Prerequisites -- Velero [v1.3.x][4] installed. +- Velero [v1.4.x][5] installed. -If you're not yet running at least Velero v1.3, see the following: +If you're not yet running at least Velero v1.4, see the following: - [Upgrading to v1.1][1] - [Upgrading to v1.2][2] - [Upgrading to v1.3][3] +- [Upgrading to v1.4][4] ## Instructions -1. Install the Velero v1.4 command-line interface (CLI) by following the [instructions here][0]. +1. Install the Velero v1.5 command-line interface (CLI) by following the [instructions here][0]. Verify that you've properly installed it by running: @@ -27,29 +28,29 @@ If you're not yet running at least Velero v1.3, see the following: ```bash Client: - Version: v1.4.0-beta.1 + Version: v1.5.0-beta.1 Git commit: ``` +1. Update the Velero custom resource definitions (CRDs) to include schema changes across all CRDs that are at the core of the new features in this release: + + ```bash + velero install --crds-only --dry-run -o yaml | kubectl apply -f - + ``` + 1. Update the container image used by the Velero deployment and, optionally, the restic daemon set: ```bash kubectl set image deployment/velero \ - velero=velero/velero:v1.4.0-beta.1 \ + velero=velero/velero:v1.5.0-beta.1 \ --namespace velero # optional, if using the restic daemon set kubectl set image daemonset/restic \ - restic=velero/velero:v1.4.0-beta.1 \ + restic=velero/velero:v1.5.0-beta.1 \ --namespace velero ``` -1. Update the Velero custom resource definitions (CRDs) to include the new backup progress fields: - - ```bash - velero install --crds-only --dry-run -o yaml | kubectl apply -f - - ``` - 1. Confirm that the deployment is up and running with the correct version by running: ```bash @@ -60,7 +61,7 @@ If you're not yet running at least Velero v1.3, see the following: ```bash Client: - Version: v1.4.0-beta.1 + Version: v1.5.0-beta.1 Git commit: Server: @@ -71,4 +72,5 @@ If you're not yet running at least Velero v1.3, see the following: [1]: https://velero.io/docs/v1.1.0/upgrade-to-1.1/ [2]: https://velero.io/docs/v1.2.0/upgrade-to-1.2/ [3]: https://velero.io/docs/v1.3.2/upgrade-to-1.3/ -[4]: https://github.com/vmware-tanzu/velero/releases/tag/v1.3.2 +[4]: https://velero.io/docs/v1.4/upgrade-to-1.4/ +[5]: https://github.com/vmware-tanzu/velero/releases/tag/v1.4.2 diff --git a/site/data/docs/main-toc.yml b/site/data/docs/main-toc.yml index c4adfa523..8799e1c20 100644 --- a/site/data/docs/main-toc.yml +++ b/site/data/docs/main-toc.yml @@ -13,8 +13,8 @@ toc: url: /basic-install - page: Customize Installation url: /customize-installation - - page: Upgrade to 1.3 - url: /upgrade-to-1.3 + - page: Upgrade to 1.5 + url: /upgrade-to-1.5 - page: Supported providers url: /supported-providers - page: Evaluation install