Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Mar 6, 2024
1 parent e4f7126 commit 7dceba0
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 5 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,67 @@
## [Talos 1.6.6](https://github.com/siderolabs/talos/releases/tag/v1.6.6) (2024-03-06)

Welcome to the v1.6.6 release of Talos!



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

### Component Updates

* Linux: 6.1.80

Talos is built with Go 1.21.8.


### Contributors

* Andrey Smirnov

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

* [`e4f712689`](https://github.com/siderolabs/talos/commit/e4f712689c3c2407caa334a4a6081ef140db3f23) fix: workaround a race in CNI setup (talosctl cluster create)
* [`38b5aed50`](https://github.com/siderolabs/talos/commit/38b5aed50ae6869aee7f1806dbf6da8cebf28639) fix: provide auth when pulling images in the imager
* [`4af77b5fd`](https://github.com/siderolabs/talos/commit/4af77b5fd7d14455aa1c71cf325173cdad24f5a1) fix: handle errors to watch apid/trustd certs
* [`2df2586f9`](https://github.com/siderolabs/talos/commit/2df2586f918ce0a8165643f8b467caab7443c2af) feat: update Linux to 6.1.80, Go to 1.21.8
</p>
</details>

### Changes from siderolabs/extras
<details><summary>1 commit</summary>
<p>

* [`9234398`](https://github.com/siderolabs/extras/commit/92343983928b2147ab62bc89e79975e59d197528) chore: update Go to 1.21.8
</p>
</details>

### Changes from siderolabs/pkgs
<details><summary>1 commit</summary>
<p>

* [`2961472`](https://github.com/siderolabs/pkgs/commit/29614729cc2b675ea46c47f91d1950a5638ac9ba) feat: update Linux to 6.1.80, firmware to 20240220
</p>
</details>

### Changes from siderolabs/tools
<details><summary>1 commit</summary>
<p>

* [`ae30965`](https://github.com/siderolabs/tools/commit/ae30965738f9b93078dfd219c1c9fdd75db644f7) feat: update Go to 1.21.8
</p>
</details>

### Dependency Changes

* **github.com/alexflint/go-filemutex** v1.2.0 **_new_**
* **github.com/siderolabs/extras** v1.6.0-1-g113887a -> v1.6.0-2-g9234398
* **github.com/siderolabs/pkgs** v1.6.0-25-g6868f38 -> v1.6.0-26-g2961472
* **github.com/siderolabs/tools** v1.6.0-2-g5e034ec -> v1.6.0-3-gae30965

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

## [Talos 1.6.5](https://github.com/siderolabs/talos/releases/tag/v1.6.5) (2024-02-22)

Welcome to the v1.6.5 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 @@ -126,7 +126,7 @@ require (
github.com/siderolabs/kms-client v0.1.0
github.com/siderolabs/net v0.4.0
github.com/siderolabs/siderolink v0.3.4
github.com/siderolabs/talos/pkg/machinery v1.6.5
github.com/siderolabs/talos/pkg/machinery v1.6.6
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ preface = """\
[notes.updates]
title = "Component Updates"
description = """\
Linux: 6.1.80
* Linux: 6.1.80
Talos is built with Go 1.21.8.
"""
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.6.5
v1.6.6
4 changes: 2 additions & 2 deletions website/content/v1.6/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.6.5/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.6.6/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 Expand Up @@ -2849,7 +2849,7 @@ talosctl upgrade [flags]
--debug debug operation from kernel logs. --wait is set to true when this flag is set
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
-h, --help help for upgrade
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.6.5")
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.6.6")
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
-p, --preserve preserve data
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")
Expand Down

0 comments on commit 7dceba0

Please sign in to comment.