diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5f4c9a519..bb42a048a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,12 @@
+
+## [v0.8.0](https://github.com/talos-systems/talos/compare/v0.8.0-beta.0...v0.8.0) (2020-12-20)
+
+### Fix
+
+* backport fixes from 0.9 after 0.8-beta.0
+
+
## [v0.8.0-beta.0](https://github.com/talos-systems/talos/compare/v0.8.0-alpha.3...v0.8.0-beta.0) (2020-12-18)
@@ -34,6 +42,10 @@
* remove setup goroutine in etcd service
+### Release
+
+* **v0.8.0-beta.0:** prepare release
+
### Test
* add an extra 'node boot done' health check
diff --git a/website/content/docs/v0.8/Reference/cli.md b/website/content/docs/v0.8/Reference/cli.md
index f7fa0e5ebf..fb80f80855 100644
--- a/website/content/docs/v0.8/Reference/cli.md
+++ b/website/content/docs/v0.8/Reference/cli.md
@@ -78,7 +78,7 @@ talosctl cluster create [flags]
--arch string cluster architecture (default "amd64")
--cidr string CIDR of the cluster network (default "10.5.0.0/24")
--cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
- --cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/talos-systems/talos/releases/download/v0.8.0-beta.0/talosctl-cni-bundle-${ARCH}.tar.gz")
+ --cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/talos-systems/talos/releases/download/v0.8.0/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
--cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
--cpus string the share of CPUs as fraction (each container/VM) (default "2.0")