Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jan 21, 2022
1 parent b6be476 commit 7182bcf
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,47 @@
## [Talos 0.14.1](https://github.com/talos-systems/talos/releases/tag/v0.14.1) (2022-01-21)

Welcome to the v0.14.1 release of Talos!



Please try out the release binaries and report any issues at
https://github.com/talos-systems/talos/issues.

### Component Updates

* Linux: 5.15.16
* CoreDNS: 1.8.7


### Contributors

* Andrey Smirnov

### Changes
<details><summary>4 commits</summary>
<p>

* [`b6be476b4`](https://github.com/talos-systems/talos/commit/b6be476b47d2347bd97dc190a3b28d7e5fabd2a8) feat: update CoreDNS to 1.8.7
* [`ba39f682c`](https://github.com/talos-systems/talos/commit/ba39f682c30f542c9bea4ed7ce4e4e00f62699fc) test: attempt number on two on proper retries in CLI time tests
* [`c1c5d9e8e`](https://github.com/talos-systems/talos/commit/c1c5d9e8e77c6ffc927226e2816840da9c0df3ac) fix: pass path to conformance retrieve results
* [`4e2b32f98`](https://github.com/talos-systems/talos/commit/4e2b32f98aa2cd41d4ccc19a709a2b6448775800) chore: update Linux to 5.15.16
</p>
</details>

### Changes from talos-systems/pkgs
<details><summary>1 commit</summary>
<p>

* [`447ce75`](https://github.com/talos-systems/pkgs/commit/447ce75a950ef1adfc3f1045d28353d7ce6387cb) feat: update Linux to 5.15.16
</p>
</details>

### Dependency Changes

* **github.com/talos-systems/pkgs** v0.9.0-1-g7a3419a -> v0.9.0-2-g447ce75

Previous release can be found at [v0.14.0](https://github.com/talos-systems/talos/releases/tag/v0.14.0)

## [Talos 0.14.0](https://github.com/talos-systems/talos/releases/tag/v0.14.0) (2021-12-21)

Welcome to the v0.14.0 release of Talos!
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ require (
github.com/talos-systems/grpc-proxy v0.2.0
github.com/talos-systems/net v0.3.1
github.com/talos-systems/siderolink v0.1.0
github.com/talos-systems/talos/pkg/machinery v0.14.0
github.com/talos-systems/talos/pkg/machinery v0.14.1
github.com/u-root/u-root v7.0.0+incompatible
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
github.com/vmware-tanzu/sonobuoy v0.55.1
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/v0.14/Reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ talosctl cluster create [flags]
--bad-rtc launch VM with bad RTC state (QEMU only)
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (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.14.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.14.1/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")
--config-patch string patch generated machineconfigs (applied to all node types)
Expand Down

0 comments on commit 7182bcf

Please sign in to comment.