From f3f4125a1264e92d870e3b87933df406c598fbf4 Mon Sep 17 00:00:00 2001 From: ananth102 Date: Fri, 9 Jun 2023 10:12:14 -0700 Subject: [PATCH] Website changes for release branch (#758) **Which issue is resolved by this Pull Request:** Resolves # **Description of your changes:** - Same as title By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --- website/config.toml | 6 +++--- website/content/en/docs/deployment/prerequisites.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/config.toml b/website/config.toml index 8f1241682..ef1624e30 100644 --- a/website/config.toml +++ b/website/config.toml @@ -119,12 +119,12 @@ disableKinds = ["taxonomy", "taxonomyTerm"] # These entries appear in the drop-down menu at the top of the website. [[params.versions]] version = "latest" - githubbranch = "release-v1.7.0-aws-b1.0.1" + githubbranch = "release-v1.7.0-aws-b1.0.2" url = "https://awslabs.github.io/kubeflow-manifests/docs" [[params.versions]] version = "v1.7" - githubbranch = "release-v1.7.0-aws-b1.0.1" - url = "https://awslabs.github.io/kubeflow-manifests/release-v1.7.0-aws-b1.0.1/docs" + githubbranch = "release-v1.7.0-aws-b1.0.2" + url = "https://awslabs.github.io/kubeflow-manifests/release-v1.7.0-aws-b1.0.2/docs" [[params.versions]] version = "v1.6" githubbranch = "release-v1.6.1-aws-b1.0.2" diff --git a/website/content/en/docs/deployment/prerequisites.md b/website/content/en/docs/deployment/prerequisites.md index b7208d85a..74cae0f9a 100644 --- a/website/content/en/docs/deployment/prerequisites.md +++ b/website/content/en/docs/deployment/prerequisites.md @@ -52,10 +52,10 @@ Launch Ubuntu 18.04 cloud9 instance Clone the [`awslabs/kubeflow-manifests`](https://github.com/awslabs/kubeflow-manifests) and the [`kubeflow/manifests`](https://github.com/kubeflow/manifests) repositories and check out the release branches of your choosing. -Substitute the value for `KUBEFLOW_RELEASE_VERSION`(e.g. v1.7.0) and `AWS_RELEASE_VERSION`(e.g. v1.7.0-aws-b1.0.0) with the tag or branch you want to use below. Read more about [releases and versioning]({{< ref "/docs/about/releases.md" >}}) if you are unsure about what these values should be. +Substitute the value for `KUBEFLOW_RELEASE_VERSION`(e.g. v1.7.0) and `AWS_RELEASE_VERSION`(e.g. v1.7.0-aws-b1.0.2) with the tag or branch you want to use below. Read more about [releases and versioning]({{< ref "/docs/about/releases.md" >}}) if you are unsure about what these values should be. ```bash export KUBEFLOW_RELEASE_VERSION=v1.7.0 -export AWS_RELEASE_VERSION=v1.7.0-aws-b1.0.0 +export AWS_RELEASE_VERSION=v1.7.0-aws-b1.0.2 git clone https://github.com/awslabs/kubeflow-manifests.git && cd kubeflow-manifests git checkout ${AWS_RELEASE_VERSION} git clone --branch ${KUBEFLOW_RELEASE_VERSION} https://github.com/kubeflow/manifests.git upstream