Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Aug 6, 2024
1 parent 08fbf08 commit ae67123
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 4 deletions.
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,80 @@
## [Talos 1.7.6](https://github.com/siderolabs/talos/releases/tag/v1.7.6) (2024-08-06)

Welcome to the v1.7.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.6.43
Kubernetes: 1.30.3

Talos is built with Go 1.22.5.


### Contributors

* Andrey Smirnov
* Jean-Francois Roy

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

* [`08fbf0896`](https://github.com/siderolabs/talos/commit/08fbf08968f4b89a703c898053eb604a1c12aaaf) fix: panic on shutdown
* [`44827e43b`](https://github.com/siderolabs/talos/commit/44827e43bd0c5e5841c220594ee37be1ca28bdb1) fix: sort ports and merge adjacent ones in the nft rule
* [`d692ab106`](https://github.com/siderolabs/talos/commit/d692ab106cd23a8a9bc9a7d65a58cadc1adb6afc) feat: provide an option to enforce SecureBoot for TPM enrollment
* [`7287a112c`](https://github.com/siderolabs/talos/commit/7287a112c7099524ebeb9e96e4513e9b83c3d51c) feat: update Linux 6.6.43, Kubernetes 1.30.3, go 1.22.5
</p>
</details>

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

* [`f0c088f`](https://github.com/siderolabs/pkgs/commit/f0c088fa4d9ac2d96a80002ab936442c3d5a0b7b) feat: update Linux to 6.6.43
* [`fb24a28`](https://github.com/siderolabs/pkgs/commit/fb24a28ad6ee9138a64f9a6a143f4e1fd15397a2) fix: enable TPROXY for nftables
* [`4d7d88b`](https://github.com/siderolabs/pkgs/commit/4d7d88be9389fb42ceb35084f81081b1865baacd) feat: update Linux to 6.6.39
* [`a302e94`](https://github.com/siderolabs/pkgs/commit/a302e94d54d071e29f0230d7e0c6787329dcab57) fix: enable CONFIG_PROC_CHILDREN for amd64 kernel
* [`034804e`](https://github.com/siderolabs/pkgs/commit/034804ecb9a13329aca2d4ec6f889fb09376631b) feat: update Linux to 6.6.36
* [`44d273d`](https://github.com/siderolabs/pkgs/commit/44d273db98747f01a7ba077750befb94d07be902) feat: enable CONFIG_X86_AMD_PSTATE
* [`3d1bd33`](https://github.com/siderolabs/pkgs/commit/3d1bd3331ea366ed62d620e0024cd51f308ddf14) feat: update Go to 1.22.5
* [`6637717`](https://github.com/siderolabs/pkgs/commit/66377176bd84704fe2769fe52bff129c95539fff) feat: update runc to 1.1.13
</p>
</details>

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

* [`c844dc3`](https://github.com/siderolabs/tools/commit/c844dc36adcbfe4647f422e2832fb6db904113ca) feat: update Go to 1.22.5
</p>
</details>

### Dependency Changes

* **github.com/Azure/azure-sdk-for-go/sdk/azidentity** v1.5.1 -> v1.6.0
* **github.com/siderolabs/pkgs** v1.7.0-21-gc58ed7f -> v1.7.0-29-gf0c088f
* **github.com/siderolabs/tools** v1.7.0-3-g6c94771 -> v1.7.0-4-gc844dc3
* **golang.org/x/net** v0.25.0 -> v0.26.0
* **golang.org/x/sync** v0.6.0 -> v0.7.0
* **golang.org/x/sys** v0.20.0 -> v0.21.0
* **golang.org/x/term** v0.20.0 -> v0.21.0
* **golang.org/x/text** v0.15.0 -> v0.16.0
* **k8s.io/api** v0.30.1 -> v0.30.3
* **k8s.io/apiserver** v0.30.1 -> v0.30.3
* **k8s.io/client-go** v0.30.1 -> v0.30.3
* **k8s.io/component-base** v0.30.1 -> v0.30.3
* **k8s.io/kube-scheduler** v0.30.1 -> v0.30.3
* **k8s.io/kubectl** v0.30.1 -> v0.30.3
* **k8s.io/kubelet** v0.30.1 -> v0.30.3
* **k8s.io/pod-security-admission** v0.30.1 -> v0.30.3

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

## [Talos 1.7.5](https://github.com/siderolabs/talos/releases/tag/v1.7.5) (2024-06-21)

Welcome to the v1.7.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 @@ -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.5
github.com/siderolabs/talos/pkg/machinery v1.7.6
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.5
v1.7.6
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.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.7.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 @@ -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.5")
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.7.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 ae67123

Please sign in to comment.