Skip to content

Commit

Permalink
Prepare release v0.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed Jan 17, 2025
1 parent e481eef commit f641a84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Create namespace and install Cozystack system components:
```bash
kubectl create ns cozy-system
kubectl apply -f cozystack-config.yaml
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.22.0/manifests/cozystack-installer.yaml
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.23.0/manifests/cozystack-installer.yaml
```

{{% alert color="warning" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/talos/configuration/talos-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ machine:
- name: zfs
- name: spl
install:
image: ghcr.io/aenix-io/cozystack/talos:v1.8.4
image: ghcr.io/aenix-io/cozystack/talos:v1.9.2
files:
- content: |
[plugins]
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/talos/installation/pxe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ weight: 10
Start matchbox with prebuilt Talos image for Cozystack:

```bash
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.22.0 \
sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.23.0 \
-address=:8080 \
-log-level=debug
```
Expand Down Expand Up @@ -60,7 +60,7 @@ example output:
```console
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
06115f09e689 quay.io/poseidon/dnsmasq:v0.5.0-32-g4327d60-amd64 "/usr/sbin/dnsmasq -…" 47 seconds ago Up 46 seconds dnsmasq
6bf638f0808e ghcr.io/aenix-io/cozystack/matchbox:v0.22.0 "/matchbox -address=…" 3 minutes ago Up 3 minutes matchbox
6bf638f0808e ghcr.io/aenix-io/cozystack/matchbox:v0.23.0 "/matchbox -address=…" 3 minutes ago Up 3 minutes matchbox
```

Start your servers, now they should automatically boot from your PXE server.
Expand Down

0 comments on commit f641a84

Please sign in to comment.