From a09efc2358bcb3b287bec57a7d2b089bbe33e7e0 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Fri, 22 Nov 2024 15:14:31 +0000 Subject: [PATCH] v1.0.0 updates Signed-off-by: Jason Madigan --- README.md | 4 ++-- docs/getting-started-single-cluster.md | 2 +- mkdocs.yml | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b156b644..986f9dff 100644 --- a/README.md +++ b/README.md @@ -211,8 +211,8 @@ For reference: | Workflow Source | Version to Deploy | Source Branch | Notes | |-----------------|-------------------|---------------|---------------------| -| main | 0.10.0 | 0.10.0 | Latest Stable | -| main | 0.8.0 | 0.8 | | +| main | 1.0.0 | v1.0.x | Latest Stable | +| main | 0.10.0 | 0.11.0 | | | main | dev | main | Development - Unstable | ### Manual Re-release diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index cd5a1ac4..9d1f7235 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -51,7 +51,7 @@ If you want to make use of the Kuadrant `DNSPolicy` you should setup the followi ### Set the release you want to use ```bash -export KUADRANT_REF=main +export KUADRANT_REF=v1.0.0 ``` ### Set Up a kind cluster and install Kuadrant diff --git a/mkdocs.yml b/mkdocs.yml index 93c3fa39..c75401b6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,25 +58,25 @@ plugins: keep_docs_dir: true nav_repos: - name: kuadrant-operator - import_url: 'https://github.com/kuadrant/kuadrant-operator?edit_uri=/blob/main/&branch=main' + import_url: 'https://github.com/kuadrant/kuadrant-operator?edit_uri=/blob/main/&branch=v1.0.0-rc7' imports: - /README.md - /doc/* - /config/samples/* - /examples/* - name: authorino - import_url: 'https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=main' + import_url: 'https://github.com/kuadrant/authorino?edit_uri=/blob/main/&branch=v0.20.0' imports: - /README.md - /docs/* - /docs/user-guides/* - /install/crd/* - name: authorino-operator - import_url: 'https://github.com/kuadrant/authorino-operator?edit_uri=/blob/main/&branch=main' + import_url: 'https://github.com/kuadrant/authorino-operator?edit_uri=/blob/main/&branch=v0.15.1' imports: - /README.md - name: limitador - import_url: 'https://github.com/kuadrant/limitador?edit_uri=/blob/main/&branch=main' + import_url: 'https://github.com/kuadrant/limitador?edit_uri=/blob/main/&branch=v1.6.0' imports: - /README.md - /doc/* @@ -87,7 +87,7 @@ plugins: - /limitador-server/sandbox/* - /LICENSE - name: limitador-operator - import_url: 'https://github.com/kuadrant/limitador-operator?edit_uri=/blob/main/&branch=main' + import_url: 'https://github.com/kuadrant/limitador-operator?edit_uri=/blob/main/&branch=v0.12.1' imports: - /README.md - /doc/* @@ -107,7 +107,7 @@ plugins: - /README.md - /doc/* - name: dns-operator - import_url: 'https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=main' + import_url: 'https://github.com/kuadrant/dns-operator?edit_uri=/blob/main/&branch=v0.10.0' imports: - /README.md - /docs/*