Skip to content

Commit 5b6176d

Browse files
committed
release(v1.3.6): prepare release
This is the official v1.3.6 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent 4776c43 commit 5b6176d

File tree

4 files changed

+90
-3
lines changed

4 files changed

+90
-3
lines changed

CHANGELOG.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,90 @@
1+
## [Talos 1.3.6](https://github.com/siderolabs/talos/releases/tag/v1.3.6) (2023-03-14)
2+
3+
Welcome to the v1.3.6 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+
* Linux: 5.15.102
13+
* Kubernetes: v1.26.2
14+
15+
Talos is built with Go 1.19.7.
16+
17+
18+
### Contributors
19+
20+
* Andrey Smirnov
21+
* Dmitriy Matrenichev
22+
* Tim Jones
23+
24+
### Changes
25+
<details><summary>7 commits</summary>
26+
<p>
27+
28+
* [`4776c433c`](https://github.com/siderolabs/talos/commit/4776c433caac3bf8b984de56686249ae39132b05) fix: successful ACPI shutdown in maintenance mode
29+
* [`042adbf8a`](https://github.com/siderolabs/talos/commit/042adbf8a3bf8bc71b106c89f4176685b0c81e50) feat: update Kubernetes to v1.26.2
30+
* [`dacbee43d`](https://github.com/siderolabs/talos/commit/dacbee43d2fc2f16c2d617efebfae49b8dc6a216) fix: improve etcd leave on reset process
31+
* [`eee9f5d43`](https://github.com/siderolabs/talos/commit/eee9f5d439be50338c5e93afabb5925823a7edca) chore: handle grub option - "wipe"
32+
* [`7f2d04336`](https://github.com/siderolabs/talos/commit/7f2d04336e538936a449001330a98ad76d7c769c) fix: update go-smbios library with Hyper-V data fix
33+
* [`59b705b01`](https://github.com/siderolabs/talos/commit/59b705b011eec23c60c1b6f75080eadc0c0d58c1) feat: update Linux to 5.15.102
34+
* [`c0e349f1c`](https://github.com/siderolabs/talos/commit/c0e349f1c6793b2f5e5a5de85aa2afad698d20ac) chore: update Go to 1.19.7
35+
</p>
36+
</details>
37+
38+
### Changes from siderolabs/extras
39+
<details><summary>1 commit</summary>
40+
<p>
41+
42+
* [`cb97438`](https://github.com/siderolabs/extras/commit/cb9743896f0553ec9f58ea0eb4e9dee2020cef9f) feat: update Go to 1.19.7
43+
</p>
44+
</details>
45+
46+
### Changes from siderolabs/go-smbios
47+
<details><summary>1 commit</summary>
48+
<p>
49+
50+
* [`c526764`](https://github.com/siderolabs/go-smbios/commit/c5267640be317efd9cbbe936ab78b2a49c757edf) feat: fix reading "broken" Hyper-V DMI data
51+
</p>
52+
</details>
53+
54+
### Changes from siderolabs/pkgs
55+
<details><summary>2 commits</summary>
56+
<p>
57+
58+
* [`3b37079`](https://github.com/siderolabs/pkgs/commit/3b370795ab66a61862722d75e995aa15b3d10714) feat: update Linux to 5.15.102
59+
* [`07c9331`](https://github.com/siderolabs/pkgs/commit/07c9331dff65f7435cf94bd492c57d5417e86df3) feat: update to Go 1.19.7
60+
</p>
61+
</details>
62+
63+
### Changes from siderolabs/tools
64+
<details><summary>1 commit</summary>
65+
<p>
66+
67+
* [`e225a7e`](https://github.com/siderolabs/tools/commit/e225a7e6d784718a4a8660dcd76b837c94c1470b) feat: update Go to 1.19.7
68+
</p>
69+
</details>
70+
71+
### Dependency Changes
72+
73+
* **github.com/siderolabs/extras** v1.3.0-3-g527b5f7 -> v1.3.0-4-gcb97438
74+
* **github.com/siderolabs/go-smbios** v0.3.1 -> v0.3.2
75+
* **github.com/siderolabs/pkgs** v1.3.0-13-gee0d97b -> v1.3.0-15-g3b37079
76+
* **github.com/siderolabs/tools** v1.3.0-2-g5cc0a25 -> v1.3.0-3-ge225a7e
77+
* **k8s.io/api** v0.26.1 -> v0.26.2
78+
* **k8s.io/apimachinery** v0.26.1 -> v0.26.2
79+
* **k8s.io/apiserver** v0.26.1 -> v0.26.2
80+
* **k8s.io/client-go** v0.26.1 -> v0.26.2
81+
* **k8s.io/component-base** v0.26.1 -> v0.26.2
82+
* **k8s.io/cri-api** v0.26.1 -> v0.26.2
83+
* **k8s.io/kubectl** v0.26.1 -> v0.26.2
84+
* **k8s.io/kubelet** v0.26.1 -> v0.26.2
85+
86+
Previous release can be found at [v1.3.5](https://github.com/siderolabs/talos/releases/tag/v1.3.5)
87+
188
## [Talos 1.3.5](https://github.com/siderolabs/talos/releases/tag/v1.3.5) (2023-02-20)
289

390
Welcome to the v1.3.5 release of Talos!

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ require (
107107
github.com/siderolabs/grpc-proxy v0.4.0
108108
github.com/siderolabs/net v0.4.0
109109
github.com/siderolabs/siderolink v0.3.1
110-
github.com/siderolabs/talos/pkg/machinery v1.3.5
110+
github.com/siderolabs/talos/pkg/machinery v1.3.6
111111
github.com/spf13/cobra v1.6.1
112112
github.com/spf13/pflag v1.0.5
113113
github.com/stretchr/testify v1.8.1

pkg/machinery/gendata/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.5
1+
v1.3.6

website/content/v1.3/reference/cli.md

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

0 commit comments

Comments
 (0)