Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jan 12, 2023
1 parent 3249ad7 commit 92d60ff
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 3 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
## [Talos 1.3.2](https://github.com/siderolabs/talos/releases/tag/v1.3.2) (2023-01-12)

Welcome to the v1.3.2 release of Talos!



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

### Component Updates

* Linux: 5.15.86
* containerd: v1.6.15


### Contributors

* Andrey Smirnov

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

* [`3249ad7ff`](https://github.com/siderolabs/talos/commit/3249ad7ffb3b9056817c035b855a229a1e91cfa9) feat: use 'localhost' endpoint for controlplane nodes
* [`c9e6c61fa`](https://github.com/siderolabs/talos/commit/c9e6c61fa65a18021a5c4691db4a7f73ec6df070) feat: add ISO wipe GRUB boot option
* [`c6fb80aa8`](https://github.com/siderolabs/talos/commit/c6fb80aa806e4a30e816b059f4ef6c4b341766b4) fix: report fatal sequence errors as reboots
* [`a2f790116`](https://github.com/siderolabs/talos/commit/a2f7901166398fcfbfa69b971a7a9205b6835fec) feat: include Kubernetes controlplane endpoint as one of the endpoints
* [`9fc9372e5`](https://github.com/siderolabs/talos/commit/9fc9372e5baa0b3143d74fa250503e71b9ccfb6a) feat: linux 5.15.86, containerd 1.6.15
</p>
</details>

### Changes from siderolabs/pkgs
<details><summary>2 commits</summary>
<p>

* [`9543590`](https://github.com/siderolabs/pkgs/commit/9543590bc110d14b09de62cee35b3008a39e603b) chore: disable provenance in buildx
* [`782bbdd`](https://github.com/siderolabs/pkgs/commit/782bbdd2c07020e2ede570ffc726e0452b754540) feat: linux 5.15.86, containerd 1.6.15
</p>
</details>

### Dependency Changes

* **github.com/containerd/containerd** v1.6.14 -> v1.6.15
* **github.com/siderolabs/pkgs** v1.3.0-7-g9931288 -> v1.3.0-9-g9543590

Previous release can be found at [v1.3.1](https://github.com/siderolabs/talos/releases/tag/v1.3.1)

## [Talos 1.3.1](https://github.com/siderolabs/talos/releases/tag/v1.3.1) (2022-12-28)

Welcome to the v1.3.1 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 @@ -107,7 +107,7 @@ require (
github.com/siderolabs/grpc-proxy v0.4.0
github.com/siderolabs/net v0.4.0
github.com/siderolabs/siderolink v0.3.1
github.com/siderolabs/talos/pkg/machinery v1.3.1
github.com/siderolabs/talos/pkg/machinery v1.3.2
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.1
v1.3.2
2 changes: 1 addition & 1 deletion website/content/v1.3/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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/siderolabs/talos/releases/download/v1.3.1/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.3.2/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 stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file
Expand Down

0 comments on commit 92d60ff

Please sign in to comment.