Skip to content

Commit 9487a75

Browse files
committed
docs(readme): bump install VERSION to 0.6.0 for the v0.6.0 release
1 parent a7eb491 commit 9487a75

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ On a fresh Debian / Ubuntu VM (`amd64`):
3636

3737
```sh
3838
# 1. Install the server.
39-
VERSION=0.5.0
39+
VERSION=0.6.0
4040
curl -fsSLO "https://github.com/forgekeep/nebula-mesh/releases/download/v${VERSION}/nebula-mgmt_${VERSION}_linux_amd64.deb"
4141
sudo apt install -y "./nebula-mgmt_${VERSION}_linux_amd64.deb"
4242

@@ -122,14 +122,14 @@ nebula-mesh ships **two** static binaries. Install whichever you need on each ma
122122
| `nebula-mgmt` | one server (the control plane) |
123123
| `nebula-agent` | every Nebula host, next to `nebula` |
124124

125-
Pick an install method below. The examples assume `VERSION=0.5.0` — always replace with the latest from the [releases page](https://github.com/forgekeep/nebula-mesh/releases/latest). Each release ships a `checksums.txt` (SHA-256).
125+
Pick an install method below. The examples assume `VERSION=0.6.0` — always replace with the latest from the [releases page](https://github.com/forgekeep/nebula-mesh/releases/latest). Each release ships a `checksums.txt` (SHA-256).
126126

127127
> ⚠️ **Install the latest release.** Versions older than the newest tag may be missing published security fixes — see the [security advisories](https://github.com/forgekeep/nebula-mesh/security/advisories). Do not pin to an old version unless you have verified it carries every advisory fix you need.
128128
129129
### Debian / Ubuntu (`.deb`)
130130

131131
```sh
132-
VERSION=0.5.0
132+
VERSION=0.6.0
133133
ARCH=$(dpkg --print-architecture) # amd64 | arm64 | armhf (agent only)
134134

135135
# Server (control plane):
@@ -144,7 +144,7 @@ sudo apt install -y "./nebula-agent_${VERSION}_linux_${ARCH}.deb"
144144
### RHEL / Fedora / Rocky / Alma (`.rpm`)
145145

146146
```sh
147-
VERSION=0.5.0
147+
VERSION=0.6.0
148148
ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
149149

150150
sudo rpm -i "https://github.com/forgekeep/nebula-mesh/releases/download/v${VERSION}/nebula-mgmt_${VERSION}_linux_${ARCH}.rpm"
@@ -158,7 +158,7 @@ sudo rpm -i "https://github.com/forgekeep/nebula-mesh/releases/download/v${VERSI
158158
Download a tarball from the [releases page](https://github.com/forgekeep/nebula-mesh/releases/latest) and extract:
159159

160160
```sh
161-
VERSION=0.5.0
161+
VERSION=0.6.0
162162
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
163163
ARCH=$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/')
164164

0 commit comments

Comments
 (0)