diff --git a/README.md b/README.md index 67201ecf..32ce00bf 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 1d740b12..1521d63e 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=release-v1.0.0 ``` ### Set Up a kind cluster and install Kuadrant diff --git a/mkdocs.yml b/mkdocs.yml index c1089c7c..43cbd071 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ extra: version: provider: mike default: - - 0.11.0 + - 1.0.x - latest theme: name: material @@ -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/release-v1.0.1/&branch=release-v1.0.1' 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=kuadrant-v1.0.0' 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=kuadrant-v1.0.0' 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=kuadrant-v1.0.0' imports: - /README.md - /docs/* @@ -141,6 +141,9 @@ nav: - 'Secure, connect and protect - OpenShift': kuadrant-operator/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md - 'DNS configuration': - 'DNS Providers': dns-operator/docs/provider.md + - 'Basic DNS': kuadrant-operator/doc/user-guides/dns/basic-dns-configuration.md + - 'DNS Load Balancing': kuadrant-operator/doc/user-guides/dns/load-balanced-dns.md + - 'Health Checks': kuadrant-operator/doc/user-guides/dns/dnshealthchecks.md - 'TLS configuration': - 'Gateway TLS for Cluster Operators': kuadrant-operator/doc/user-guides/tls/gateway-tls.md - 'Authentication & Authorization':