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 Nov 22, 2024
1 parent d283d1e commit a09efc2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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=v1.0.0
```

### Set Up a kind cluster and install Kuadrant
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
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/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/*
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=v0.12.1'
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=v0.10.0'
imports:
- /README.md
- /docs/*
Expand Down

0 comments on commit a09efc2

Please sign in to comment.