Skip to content

Commit e5f5c6c

Browse files
committed
release(v1.0.2): prepare release
This is the official v1.0.2 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent aae68c9 commit e5f5c6c

File tree

3 files changed

+65
-2
lines changed

3 files changed

+65
-2
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## [Talos 1.0.2](https://github.com/siderolabs/talos/releases/tag/v1.0.2) (2022-04-13)
2+
3+
Welcome to the v1.0.2 release of Talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/talos/issues.
9+
10+
### Component Updates
11+
12+
Talos is built with [Go 1.17.9](https://go.dev/doc/devel/release#go1.17.minor).
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
* Noel Georgi
19+
20+
### Changes
21+
<details><summary>3 commits</summary>
22+
<p>
23+
24+
* [`aae68c92f`](https://github.com/siderolabs/talos/commit/aae68c92f1d4aa11b377d25a35750d8ee262a8c0) fix: avoid panic in DHCPv6 operator on nil dereference
25+
* [`36f60ea70`](https://github.com/siderolabs/talos/commit/36f60ea70f88d72a620b473d220fda7f22441f63) fix: correctly parse tags out of images
26+
* [`05b40075a`](https://github.com/siderolabs/talos/commit/05b40075a5188f38b3a790fd0e77576beadb6d1b) chore: update Go to 1.17.9
27+
</p>
28+
</details>
29+
30+
### Changes from siderolabs/extras
31+
<details><summary>2 commits</summary>
32+
<p>
33+
34+
* [`c5d3ab0`](https://github.com/siderolabs/extras/commit/c5d3ab0725aaf114595c1f67644ce7251deb4564) chore: rename organization
35+
* [`61a6b5f`](https://github.com/siderolabs/extras/commit/61a6b5f1f20d1f8d0b6cad94a0281b9387c5ea21) feat: update pkgs for Go 1.17.9
36+
</p>
37+
</details>
38+
39+
### Changes from siderolabs/pkgs
40+
<details><summary>1 commit</summary>
41+
<p>
42+
43+
* [`e6eb485`](https://github.com/siderolabs/pkgs/commit/e6eb485608ccc6749e575e142d8b83aa139f01ae) feat: update Go to 1.17.9
44+
</p>
45+
</details>
46+
47+
### Changes from siderolabs/tools
48+
<details><summary>2 commits</summary>
49+
<p>
50+
51+
* [`a8fb702`](https://github.com/siderolabs/tools/commit/a8fb702beb2568b2fcdf2ac601772e0015eb9dbc) chore: rename org
52+
* [`5a97af0`](https://github.com/siderolabs/tools/commit/5a97af0902b44e7f20975510a7454e5d869e7d2f) chore: bump go to 1.17.9
53+
</p>
54+
</details>
55+
56+
### Dependency Changes
57+
58+
* **github.com/siderolabs/extras** v1.0.0 -> v1.0.0-2-gc5d3ab0
59+
* **github.com/siderolabs/pkgs** v1.0.0-6-g7c293d5 -> v1.0.0-7-ge6eb485
60+
* **github.com/siderolabs/tools** v1.0.0-1-g4c77d96 -> v1.0.0-3-ga8fb702
61+
62+
Previous release can be found at [v1.0.1](https://github.com/siderolabs/talos/releases/tag/v1.0.1)
63+
164
## [Talos 1.0.1](https://github.com/siderolabs/talos/releases/tag/v1.0.1) (2022-04-04)
265

366
Welcome to the v1.0.1 release of Talos!

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
github.com/talos-systems/grpc-proxy v0.3.0
101101
github.com/talos-systems/net v0.3.2
102102
github.com/talos-systems/siderolink v0.1.0
103-
github.com/talos-systems/talos/pkg/machinery v1.0.1
103+
github.com/talos-systems/talos/pkg/machinery v1.0.2
104104
github.com/u-root/u-root v0.8.0
105105
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54
106106
github.com/vmware-tanzu/sonobuoy v0.56.2

website/content/docs/v1.0/Reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ talosctl cluster create [flags]
9191
--bad-rtc launch VM with bad RTC state (QEMU only)
9292
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
9393
--cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
94-
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.0.1/talosctl-cni-bundle-${ARCH}.tar.gz")
94+
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.0.2/talosctl-cni-bundle-${ARCH}.tar.gz")
9595
--cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
9696
--cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
9797
--config-patch stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file

0 commit comments

Comments
 (0)