Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 1, 2024
1 parent 5614934 commit e9cb904
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
## [Talos 1.7.1](https://github.com/siderolabs/talos/releases/tag/v1.7.1) (2024-05-01)

Welcome to the v1.7.1 release of Talos!



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

### Component Updates

Linux: 6.6.29
containerd: 1.7.16

Talos is built with Go 1.22.2.


### Contributors

* Andrey Smirnov
* Dmitriy Matrenichev
* Igor Rzegocki
* Spencer Smith

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

* [`5614934c4`](https://github.com/siderolabs/talos/commit/5614934c4058bc50fa2b762c6d6f544753c2c0e5) feat: update Linux to 6.6.29
* [`1d9705af8`](https://github.com/siderolabs/talos/commit/1d9705af865e9ebede41a29b31b2d42703a41a99) chore: update minimum hardware requirement for vmware ova
* [`22e5753c3`](https://github.com/siderolabs/talos/commit/22e5753c30f6369d5c2dc6887ac890e6fdcf69e2) test: improve DNS resolver test stability
* [`498b68193`](https://github.com/siderolabs/talos/commit/498b681932fe35de8d77eb223517547a51c7a95a) test: improve the reset integration tests
* [`50023bc4e`](https://github.com/siderolabs/talos/commit/50023bc4e6d90d0f7a5a451b588a204ffdc15dbb) fix: wait for devices to be discovered before probing filesystems
* [`41024e17a`](https://github.com/siderolabs/talos/commit/41024e17a2c395d78735d24b5a560bd832d55895) fix: bump priority of OpenStack routes if IPv6 and default gateway
* [`bd41fee8c`](https://github.com/siderolabs/talos/commit/bd41fee8ca1acfd4c65a33a293d4d2266875870f) fix: add endpoints for "virtual" `host-dns` service
* [`2db54c779`](https://github.com/siderolabs/talos/commit/2db54c779df2d9023cf85710182166459adcedb5) fix: return proper value from Bridge.STP instead of plain nil
</p>
</details>

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

* [`76bd73c`](https://github.com/siderolabs/pkgs/commit/76bd73c0cc6d480b3840bd83b349c0fbf2e76bc6) feat: update Linux to 6.6.29
* [`6d1f537`](https://github.com/siderolabs/pkgs/commit/6d1f5373707bb474ff76f54bfa85263065574cc4) feat: update containerd to 1.7.16
* [`bedd1de`](https://github.com/siderolabs/pkgs/commit/bedd1dec29f7247e12d1e7785b9a7434581578ee) feat(intel): add support for power management and ACPI options for Intel CPUs
</p>
</details>

### Dependency Changes

* **github.com/containerd/containerd** v1.7.14 -> v1.7.16
* **github.com/siderolabs/pkgs** v1.7.0-6-g29106c0 -> v1.7.0-9-g76bd73c

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

## [Talos 1.7.0](https://github.com/siderolabs/talos/releases/tag/v1.7.0) (2024-04-19)

Welcome to the v1.7.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 @@ -145,7 +145,7 @@ require (
github.com/siderolabs/kms-client v0.1.0
github.com/siderolabs/net v0.4.0
github.com/siderolabs/siderolink v0.3.5
github.com/siderolabs/talos/pkg/machinery v1.7.0
github.com/siderolabs/talos/pkg/machinery v1.7.1
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
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.7.0
v1.7.1
4 changes: 2 additions & 2 deletions website/content/v1.7/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.7.0/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.7.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 stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file
Expand Down Expand Up @@ -2898,7 +2898,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.7.0")
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.7.1")
--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 e9cb904

Please sign in to comment.