From 1dba32f6791fef106c386467cc222ca99da953c0 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Fri, 27 Dec 2024 18:56:37 +0100 Subject: [PATCH] Prepare release v0.21.0 Signed-off-by: Andrei Kvapil --- content/en/docs/get-started.md | 2 +- content/en/docs/talos/configuration/talos-bootstrap.md | 2 +- content/en/docs/talos/installation/pxe.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/get-started.md b/content/en/docs/get-started.md index aadeb4c..dc1084c 100644 --- a/content/en/docs/get-started.md +++ b/content/en/docs/get-started.md @@ -89,7 +89,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.20.2/manifests/cozystack-installer.yaml +kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.21.0/manifests/cozystack-installer.yaml ``` {{% alert color="info" %}} diff --git a/content/en/docs/talos/configuration/talos-bootstrap.md b/content/en/docs/talos/configuration/talos-bootstrap.md index da817f5..0f2a16a 100644 --- a/content/en/docs/talos/configuration/talos-bootstrap.md +++ b/content/en/docs/talos/configuration/talos-bootstrap.md @@ -44,7 +44,7 @@ machine: - name: zfs - name: spl install: - image: ghcr.io/aenix-io/cozystack/talos:v1.8.3 + image: ghcr.io/aenix-io/cozystack/talos:v1.8.4 files: - content: | [plugins] diff --git a/content/en/docs/talos/installation/pxe.md b/content/en/docs/talos/installation/pxe.md index 6628eee..71088a6 100644 --- a/content/en/docs/talos/installation/pxe.md +++ b/content/en/docs/talos/installation/pxe.md @@ -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.20.2 \ +sudo docker run --name=matchbox -d --net=host ghcr.io/aenix-io/cozystack/matchbox:v0.21.0 \ -address=:8080 \ -log-level=debug ``` @@ -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.20.2 "/matchbox -address=…" 3 minutes ago Up 3 minutes matchbox +6bf638f0808e ghcr.io/aenix-io/cozystack/matchbox:v0.21.0 "/matchbox -address=…" 3 minutes ago Up 3 minutes matchbox ``` Start your servers, now they should automatically boot from your PXE server.