Skip to content

Commit

Permalink
release(v0.8.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.8.0 release.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Dec 23, 2020
1 parent 3a97ff5 commit cf5226a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

<a name="v0.8.0"></a>
## [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


<a name="v0.8.0-beta.0"></a>
## [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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.8/Reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cf5226a

Please sign in to comment.