Skip to content

Commit 27ff7d5

Browse files
authored
Release 0.29.0 and applying upgrade manifest from release files (#127)
* docs: update versions for release 0.29.0 Resolve #126 Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com> * docs: apply cozystack-installer.yml from release bundle files, not from tree Resolve #125 Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com> --------- Signed-off-by: Nick Volynkin <nick.volynkin@gmail.com>
1 parent 4773505 commit 27ff7d5

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

content/en/docs/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Create namespace and install Cozystack system components:
108108
```bash
109109
kubectl create ns cozy-system
110110
kubectl apply -f cozystack-config.yaml
111-
kubectl apply -f https://github.com/cozystack/cozystack/releases/download/v0.28.2/cozystack-installer.yaml
111+
kubectl apply -f https://github.com/cozystack/cozystack/releases/download/v0.29.0/cozystack-installer.yaml
112112
```
113113

114114
{{% alert color="warning" %}}

content/en/docs/talos/installation/pxe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 10
1717
Start matchbox with prebuilt Talos image for Cozystack:
1818

1919
```bash
20-
sudo docker run --name=matchbox -d --net=host ghcr.io/cozystack/cozystack/matchbox:v0.28.2 \
20+
sudo docker run --name=matchbox -d --net=host ghcr.io/cozystack/cozystack/matchbox:v0.29.0 \
2121
-address=:8080 \
2222
-log-level=debug
2323
```

content/en/docs/upgrade.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ kind: ConfigMap
3535
```
3636
And add missing key: value data.
3737

38-
### Apply new version
38+
### Apply new manifest file
39+
40+
Each Cozystack release includes a manifest file `cozystack-installer.yml`.
41+
Download and apply it, or apply directly from GitHub:
3942
```bash
43+
# note the 'v' before version numbers
4044
version=vX.Y.Z
41-
kubectl apply -f https://github.com/cozystack/cozystack/raw/$version/manifests/cozystack-installer.yaml
45+
kubectl apply -f https://github.com/cozystack/cozystack/releases/download/$version/cozystack-installer.yaml
4246
```
4347

4448
### Check cozystack status

0 commit comments

Comments
 (0)