Skip to content

Commit

Permalink
v1.0.0 updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Madigan <[email protected]>
  • Loading branch information
jasonmadigan committed Dec 5, 2024
1 parent 48cea2c commit a629b43
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-single-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 10 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extra:
version:
provider: mike
default:
- 0.11.0
- 1.0.x
- latest
theme:
name: material
Expand Down Expand Up @@ -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/*
Expand All @@ -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/*
Expand All @@ -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/*
Expand Down Expand Up @@ -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':
Expand Down

0 comments on commit a629b43

Please sign in to comment.