chore(deps): update ghcr.io/siderolabs/talosctl docker tag to v1.12.4 #4091

Merged
renovate-bot merged 1 commits from renovate/unified-siderolabstalosctl into main 2026-02-19 04:34:35 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/siderolabs/talosctl patch v1.12.0v1.12.4

Release Notes

siderolabs/talos (ghcr.io/siderolabs/talosctl)

v1.12.4

Compare Source

Talos 1.12.4 (2026-02-13)

Welcome to the v1.12.4 release of Talos!

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

KubeSpan Advertised Network Filters

KubeSpan now supports filtering of advertised networks using the excludeAdvertisedNetworks field in the KubeSpanConfig document.
This allows users to specify a list of CIDRs to exclude from the advertised networks. Please note that routing must be symmetric for any
pair of peers, so if one peer excludes a certain network, the other peer must also exclude it. In other words, for any given pair of peers,
and any pair of their addresses, the traffic should either go through KubeSpan or not, but not one way or the other.

Component Updates

Linux: 6.18.9

Talos is built with Go 1.25.7.

Contributors
  • Andrey Smirnov
  • Daniil Kivenko
  • Florian Ströger
  • Fritz Schaal
  • Mateusz Urbanek
Changes
9 commits

  • @​fc8e600 release(v1.12.4): prepare release
  • @​14dde14 feat: add filter for KubeSpan advertised networks
  • @​c277d01 fix: ignore volumes in wave calculation without provisioning
  • @​f90af88 fix: use node podCIDRs for kubespan advertiseKubernetesNetworks
  • @​a025ea4 feat: add IPv6 GRE support
  • @​9241254 fix: typo with rpi_5 profile name
  • @​64f4985 fix: swap volume configuration for min/max size
  • @​19354ab feat: update Linux to 6.18.9
  • @​639c1c9 fix: mismerge of nft with json support

Changes from siderolabs/discovery-api
2 commits

Changes from siderolabs/pkgs
4 commits

Dependency Changes
  • github.com/siderolabs/discovery-api v0.1.6 -> v0.1.8
  • github.com/siderolabs/pkgs v1.12.0-35-g15d5d78 -> v1.12.0-39-gb1fc4c6

Previous release can be found at v1.12.3

Images
ghcr.io/siderolabs/flannel:v0.27.4
registry.k8s.io/coredns/coredns:v1.13.2
registry.k8s.io/etcd:v3.6.7
registry.k8s.io/kube-apiserver:v1.35.0
registry.k8s.io/kube-controller-manager:v1.35.0
registry.k8s.io/kube-scheduler:v1.35.0
registry.k8s.io/kube-proxy:v1.35.0
ghcr.io/siderolabs/kubelet:v1.35.0
registry.k8s.io/pause:3.10
ghcr.io/siderolabs/installer:v1.12.4
ghcr.io/siderolabs/installer-base:v1.12.4
ghcr.io/siderolabs/imager:v1.12.4
ghcr.io/siderolabs/talos:v1.12.4
ghcr.io/siderolabs/talosctl-all:v1.12.4
ghcr.io/siderolabs/overlays:v1.12.4
ghcr.io/siderolabs/extensions:v1.12.4

v1.12.3

Compare Source

Talos 1.12.3 (2026-02-07)

Welcome to the v1.12.3 release of Talos!

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

Component Updates

Linux: 6.18.8

Talos is built with Go 1.25.7.

Contributors
  • Andrey Smirnov
  • Mateusz Urbanek
  • Andrei Kvapil
  • Gregor Gruener
  • Matthew Sanabria
Changes
14 commits

Changes from siderolabs/pkgs
3 commits

Changes from siderolabs/tools
2 commits

Dependency Changes
  • github.com/siderolabs/pkgs v1.12.0-32-g4f8efaf -> v1.12.0-35-g15d5d78
  • github.com/siderolabs/talos/pkg/machinery v1.12.2 -> v1.12.3
  • github.com/siderolabs/tools v1.12.0-4-g31959f4 -> v1.12.0-6-gdc37e09

Previous release can be found at v1.12.2

Images
ghcr.io/siderolabs/flannel:v0.27.4
registry.k8s.io/coredns/coredns:v1.13.2
registry.k8s.io/etcd:v3.6.7
registry.k8s.io/kube-apiserver:v1.35.0
registry.k8s.io/kube-controller-manager:v1.35.0
registry.k8s.io/kube-scheduler:v1.35.0
registry.k8s.io/kube-proxy:v1.35.0
ghcr.io/siderolabs/kubelet:v1.35.0
registry.k8s.io/pause:3.10
ghcr.io/siderolabs/installer:v1.12.3
ghcr.io/siderolabs/installer-base:v1.12.3
ghcr.io/siderolabs/imager:v1.12.3
ghcr.io/siderolabs/talos:v1.12.3
ghcr.io/siderolabs/talosctl-all:v1.12.3
ghcr.io/siderolabs/overlays:v1.12.3
ghcr.io/siderolabs/extensions:v1.12.3

v1.12.2

Compare Source

Talos 1.12.2 (2026-01-22)

Welcome to the v1.12.2 release of Talos!

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

talosctl images talos-bundle can ignore reaching to the registry

The talosctl images talos-bundle command now accepts optional --ovelays and --extensions flags.
If those are set to false, the command will not attempt to reach out to the container registry to fetch the latest versions and digests of the overlays and extensions.

Component Updates

Linux: 6.18.5

Talos is built with Go 1.25.6.

Contributors
  • Andrey Smirnov
  • Dmitrii Sharshakov
  • Andras BALI
  • Artem Chernyshev
  • Jonas Lammler
  • Mateusz Urbanek
  • Max Makarov
  • Noel Georgi
Changes
21 commits

  • @​54e5b43 release(v1.12.2): prepare release
  • @​30da0bc fix: oracle platform file format
  • @​7ddb37b fix: make OOM expression a bit less sensitive
  • @​e438ec2 fix: marshal of FailOverMac property
  • @​717ed72 fix: check if the device is not mounted when wiping
  • @​c95c9fd fix: wipe the first/last 1MiB in addition to wiping by signatures
  • @​52bed35 fix: add talos version to Hetzner Cloud client user agent
  • @​0e447a4 fix: make OOM controller more precise by considering separate cgroup PSI
  • @​3b974b9 fix: sort mirrors and tls configs when generating the machine config
  • @​8b16fe5 feat: add VLAN support to OpenStack platform
  • @​eb8480c fix: panic in configpatcher when the whole section is missing
  • @​4d44306 fix: wipe disk by signatures
  • @​cca4cd2 feat: add it87 hwmon module
  • @​d9480ee fix: resolve SideroLink Wireguard endpoint on reconnect
  • @​e16c2d5 fix: handle correctly incomplete RegistryTLSConfig
  • @​dedd273 fix: bond config via platform
  • @​f527cff fix: allow HostnameConfig to be used with incomplete machine config
  • @​1091813 fix: lock down etcd listen address to IPv4 localhost
  • @​9f8d938 fix: print talosctl images to release notes
  • @​95433c1 fix: update VIP config example
  • @​919394f feat: update Go to 1.25.6

Changes from siderolabs/pkgs
7 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/klauspost/compress v1.18.2 -> v1.18.3
  • github.com/siderolabs/go-blockdevice/v2 v2.0.22 -> v2.0.23
  • github.com/siderolabs/pkgs v1.12.0-25-g90ff196 -> v1.12.0-32-g4f8efaf
  • github.com/siderolabs/talos/pkg/machinery v1.12.1 -> v1.12.2
  • github.com/siderolabs/tools v1.12.0-3-g5df8bae -> v1.12.0-4-g31959f4
  • go.uber.org/zap v1.27.0 -> v1.27.1
  • golang.org/x/net v0.47.0 -> v0.48.0
  • golang.org/x/oauth2 v0.33.0 -> v0.34.0
  • golang.org/x/sync v0.18.0 -> v0.19.0
  • golang.org/x/sys v0.38.0 -> v0.40.0
  • golang.org/x/term v0.37.0 -> v0.38.0
  • golang.org/x/text v0.31.0 -> v0.33.0

Previous release can be found at v1.12.1

Images
ghcr.io/siderolabs/flannel:v0.27.4
registry.k8s.io/coredns/coredns:v1.13.2
registry.k8s.io/etcd:v3.6.7
registry.k8s.io/kube-apiserver:v1.35.0
registry.k8s.io/kube-controller-manager:v1.35.0
registry.k8s.io/kube-scheduler:v1.35.0
registry.k8s.io/kube-proxy:v1.35.0
ghcr.io/siderolabs/kubelet:v1.35.0
registry.k8s.io/pause:3.10
ghcr.io/siderolabs/installer:v1.12.2
ghcr.io/siderolabs/installer-base:v1.12.2
ghcr.io/siderolabs/imager:v1.12.2
ghcr.io/siderolabs/talos:v1.12.2
ghcr.io/siderolabs/talosctl-all:v1.12.2
ghcr.io/siderolabs/overlays:v1.12.2
ghcr.io/siderolabs/extensions:v1.12.2

v1.12.1

Compare Source

Talos 1.12.1 (2026-01-05)

Welcome to the v1.12.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.18.2

Talos is built with Go 1.25.5.

Contributors
  • Mateusz Urbanek
  • Andrey Smirnov
  • Dmitrii Sharshakov
Changes
7 commits

Changes from siderolabs/pkgs
2 commits

Changes from siderolabs/tools
1 commit

Dependency Changes
  • github.com/klauspost/compress v1.18.1 -> v1.18.2
  • github.com/siderolabs/go-blockdevice/v2 v2.0.20 -> v2.0.22
  • github.com/siderolabs/pkgs v1.12.0-23-ge0b78b8 -> v1.12.0-25-g90ff196
  • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.12.1
  • github.com/siderolabs/tools v1.12.0-2-g7d57df0 -> v1.12.0-3-g5df8bae

Previous release can be found at v1.12.0

Images
ghcr.io/siderolabs/flannel:v0.27.4
registry.k8s.io/coredns/coredns:v1.13.2
registry.k8s.io/etcd:v3.6.7
registry.k8s.io/kube-apiserver:v1.35.0
registry.k8s.io/kube-controller-manager:v1.35.0
registry.k8s.io/kube-scheduler:v1.35.0
registry.k8s.io/kube-proxy:v1.35.0
ghcr.io/siderolabs/kubelet:v1.35.0
registry.k8s.io/pause:3.10

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/talosctl](https://github.com/siderolabs/talos) | patch | `v1.12.0` → `v1.12.4` | --- ### Release Notes <details> <summary>siderolabs/talos (ghcr.io/siderolabs/talosctl)</summary> ### [`v1.12.4`](https://github.com/siderolabs/talos/releases/tag/v1.12.4) [Compare Source](https://github.com/siderolabs/talos/compare/v1.12.3...v1.12.4) ##### [Talos 1.12.4](https://github.com/siderolabs/talos/releases/tag/v1.12.4) (2026-02-13) Welcome to the v1.12.4 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### KubeSpan Advertised Network Filters KubeSpan now supports filtering of advertised networks using the `excludeAdvertisedNetworks` field in the `KubeSpanConfig` document. This allows users to specify a list of CIDRs to exclude from the advertised networks. Please note that routing must be symmetric for any pair of peers, so if one peer excludes a certain network, the other peer must also exclude it. In other words, for any given pair of peers, and any pair of their addresses, the traffic should either go through KubeSpan or not, but not one way or the other. ##### Component Updates Linux: 6.18.9 Talos is built with Go 1.25.7. ##### Contributors - Andrey Smirnov - Daniil Kivenko - Florian Ströger - Fritz Schaal - Mateusz Urbanek ##### Changes <details><summary>9 commits</summary> <p> - [@&#8203;`fc8e600`](https://github.com/siderolabs/talos/commit/fc8e600ba) release(v1.12.4): prepare release - [@&#8203;`14dde14`](https://github.com/siderolabs/talos/commit/14dde14eb) feat: add filter for KubeSpan advertised networks - [@&#8203;`c277d01`](https://github.com/siderolabs/talos/commit/c277d0119) fix: ignore volumes in wave calculation without provisioning - [@&#8203;`f90af88`](https://github.com/siderolabs/talos/commit/f90af88d8) fix: use node podCIDRs for kubespan advertiseKubernetesNetworks - [@&#8203;`a025ea4`](https://github.com/siderolabs/talos/commit/a025ea46c) feat: add IPv6 GRE support - [@&#8203;`9241254`](https://github.com/siderolabs/talos/commit/924125420) fix: typo with rpi\_5 profile name - [@&#8203;`64f4985`](https://github.com/siderolabs/talos/commit/64f49851a) fix: swap volume configuration for min/max size - [@&#8203;`19354ab`](https://github.com/siderolabs/talos/commit/19354ab58) feat: update Linux to 6.18.9 - [@&#8203;`639c1c9`](https://github.com/siderolabs/talos/commit/639c1c928) fix: mismerge of nft with json support </p> </details> ##### Changes from siderolabs/discovery-api <details><summary>2 commits</summary> <p> - [siderolabs/discovery-api@`9c06846`](https://github.com/siderolabs/discovery-api/commit/9c06846) feat: change the way excluded addresses are specified - [siderolabs/discovery-api@`f71a14a`](https://github.com/siderolabs/discovery-api/commit/f71a14a) feat: add advertised filters to discovery data </p> </details> ##### Changes from siderolabs/pkgs <details><summary>4 commits</summary> <p> - [siderolabs/pkgs@`b1fc4c6`](https://github.com/siderolabs/pkgs/commit/b1fc4c6) feat: update NVIDIA LTS to 580.126.16 - [siderolabs/pkgs@`f7a8163`](https://github.com/siderolabs/pkgs/commit/f7a8163) feat: update Linux to 6.18.9 - [siderolabs/pkgs@`32290ff`](https://github.com/siderolabs/pkgs/commit/32290ff) feat: enable ip6\_gre - [siderolabs/pkgs@`da46073`](https://github.com/siderolabs/pkgs/commit/da46073) feat: enable NFT\_BRIDGE config </p> </details> ##### Dependency Changes - **github.com/siderolabs/discovery-api** v0.1.6 -> v0.1.8 - **github.com/siderolabs/pkgs** v1.12.0-35-g15d5d78 -> v1.12.0-39-gb1fc4c6 Previous release can be found at [v1.12.3](https://github.com/siderolabs/talos/releases/tag/v1.12.3) ##### Images ``` ghcr.io/siderolabs/flannel:v0.27.4 registry.k8s.io/coredns/coredns:v1.13.2 registry.k8s.io/etcd:v3.6.7 registry.k8s.io/kube-apiserver:v1.35.0 registry.k8s.io/kube-controller-manager:v1.35.0 registry.k8s.io/kube-scheduler:v1.35.0 registry.k8s.io/kube-proxy:v1.35.0 ghcr.io/siderolabs/kubelet:v1.35.0 registry.k8s.io/pause:3.10 ghcr.io/siderolabs/installer:v1.12.4 ghcr.io/siderolabs/installer-base:v1.12.4 ghcr.io/siderolabs/imager:v1.12.4 ghcr.io/siderolabs/talos:v1.12.4 ghcr.io/siderolabs/talosctl-all:v1.12.4 ghcr.io/siderolabs/overlays:v1.12.4 ghcr.io/siderolabs/extensions:v1.12.4 ``` ### [`v1.12.3`](https://github.com/siderolabs/talos/releases/tag/v1.12.3) [Compare Source](https://github.com/siderolabs/talos/compare/v1.12.2...v1.12.3) ##### [Talos 1.12.3](https://github.com/siderolabs/talos/releases/tag/v1.12.3) (2026-02-07) Welcome to the v1.12.3 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### Component Updates Linux: 6.18.8 Talos is built with Go 1.25.7. ##### Contributors - Andrey Smirnov - Mateusz Urbanek - Andrei Kvapil - Gregor Gruener - Matthew Sanabria ##### Changes <details><summary>14 commits</summary> <p> - [@&#8203;`6d6471f`](https://github.com/siderolabs/talos/commit/6d6471f69) release(v1.12.3): prepare release - [@&#8203;`6578200`](https://github.com/siderolabs/talos/commit/65782007e) feat: update Linux kernel with dm-integrity - [@&#8203;`b8f8245`](https://github.com/siderolabs/talos/commit/b8f824525) fix: add hostname to endpoints - [@&#8203;`624f9b5`](https://github.com/siderolabs/talos/commit/624f9b52a) chore: update deps - [@&#8203;`3aa1539`](https://github.com/siderolabs/talos/commit/3aa153992) fix: implement merger for PercentageSize - [@&#8203;`f17d07c`](https://github.com/siderolabs/talos/commit/f17d07cb7) feat: add a helper module to generate standard patches - [@&#8203;`4a3385d`](https://github.com/siderolabs/talos/commit/4a3385dfb) fix: undo CRLF on Windows (talosctl edit) - [@&#8203;`a842775`](https://github.com/siderolabs/talos/commit/a842775a8) feat: add RPi5 to the list of supported SBCs - [@&#8203;`b8cdb61`](https://github.com/siderolabs/talos/commit/b8cdb6100) fix(talosctl): pass --k8s-endpoint flag to rotate-ca kubernetes rotation - [@&#8203;`27cbe29`](https://github.com/siderolabs/talos/commit/27cbe29cc) fix: skip empty documents on config decoding - [@&#8203;`8f49dd2`](https://github.com/siderolabs/talos/commit/8f49dd220) fix: open the filesystem as read-only - [@&#8203;`b2a83d1`](https://github.com/siderolabs/talos/commit/b2a83d12a) fix: always set advertised peer URLs - [@&#8203;`249acdb`](https://github.com/siderolabs/talos/commit/249acdbb5) fix: fallback to /proc/meminfo for memory modules - [@&#8203;`bc56bdf`](https://github.com/siderolabs/talos/commit/bc56bdff7) fix: add warnings to 802.3ad bond </p> </details> ##### Changes from siderolabs/pkgs <details><summary>3 commits</summary> <p> - [siderolabs/pkgs@`15d5d78`](https://github.com/siderolabs/pkgs/commit/15d5d78) chore: update deps - [siderolabs/pkgs@`4469bd7`](https://github.com/siderolabs/pkgs/commit/4469bd7) chore: update kernel - [siderolabs/pkgs@`51108e5`](https://github.com/siderolabs/pkgs/commit/51108e5) feat: enable dm-integrity </p> </details> ##### Changes from siderolabs/tools <details><summary>2 commits</summary> <p> - [siderolabs/tools@`dc37e09`](https://github.com/siderolabs/tools/commit/dc37e09) chore: update deps - [siderolabs/tools@`36fb49a`](https://github.com/siderolabs/tools/commit/36fb49a) feat: update OpenSSL to 3.6.1 </p> </details> ##### Dependency Changes - **github.com/siderolabs/pkgs** v1.12.0-32-g4f8efaf -> v1.12.0-35-g15d5d78 - **github.com/siderolabs/talos/pkg/machinery** v1.12.2 -> v1.12.3 - **github.com/siderolabs/tools** v1.12.0-4-g31959f4 -> v1.12.0-6-gdc37e09 Previous release can be found at [v1.12.2](https://github.com/siderolabs/talos/releases/tag/v1.12.2) ##### Images ``` ghcr.io/siderolabs/flannel:v0.27.4 registry.k8s.io/coredns/coredns:v1.13.2 registry.k8s.io/etcd:v3.6.7 registry.k8s.io/kube-apiserver:v1.35.0 registry.k8s.io/kube-controller-manager:v1.35.0 registry.k8s.io/kube-scheduler:v1.35.0 registry.k8s.io/kube-proxy:v1.35.0 ghcr.io/siderolabs/kubelet:v1.35.0 registry.k8s.io/pause:3.10 ghcr.io/siderolabs/installer:v1.12.3 ghcr.io/siderolabs/installer-base:v1.12.3 ghcr.io/siderolabs/imager:v1.12.3 ghcr.io/siderolabs/talos:v1.12.3 ghcr.io/siderolabs/talosctl-all:v1.12.3 ghcr.io/siderolabs/overlays:v1.12.3 ghcr.io/siderolabs/extensions:v1.12.3 ``` ### [`v1.12.2`](https://github.com/siderolabs/talos/releases/tag/v1.12.2) [Compare Source](https://github.com/siderolabs/talos/compare/v1.12.1...v1.12.2) ##### [Talos 1.12.2](https://github.com/siderolabs/talos/releases/tag/v1.12.2) (2026-01-22) Welcome to the v1.12.2 release of Talos! Please try out the release binaries and report any issues at <https://github.com/siderolabs/talos/issues>. ##### `talosctl images talos-bundle` can ignore reaching to the registry The `talosctl images talos-bundle` command now accepts optional `--ovelays` and `--extensions` flags. If those are set to `false`, the command will not attempt to reach out to the container registry to fetch the latest versions and digests of the overlays and extensions. ##### Component Updates Linux: 6.18.5 Talos is built with Go 1.25.6. ##### Contributors - Andrey Smirnov - Dmitrii Sharshakov - Andras BALI - Artem Chernyshev - Jonas Lammler - Mateusz Urbanek - Max Makarov - Noel Georgi ##### Changes <details><summary>21 commits</summary> <p> - [@&#8203;`54e5b43`](https://github.com/siderolabs/talos/commit/54e5b438d) release(v1.12.2): prepare release - [@&#8203;`30da0bc`](https://github.com/siderolabs/talos/commit/30da0bc19) fix: oracle platform file format - [@&#8203;`7ddb37b`](https://github.com/siderolabs/talos/commit/7ddb37b1f) fix: make OOM expression a bit less sensitive - [@&#8203;`e438ec2`](https://github.com/siderolabs/talos/commit/e438ec23e) fix: marshal of FailOverMac property - [@&#8203;`717ed72`](https://github.com/siderolabs/talos/commit/717ed7265) fix: check if the device is not mounted when wiping - [@&#8203;`c95c9fd`](https://github.com/siderolabs/talos/commit/c95c9fd06) fix: wipe the first/last 1MiB in addition to wiping by signatures - [@&#8203;`52bed35`](https://github.com/siderolabs/talos/commit/52bed358d) fix: add talos version to Hetzner Cloud client user agent - [@&#8203;`0e447a4`](https://github.com/siderolabs/talos/commit/0e447a431) fix: make OOM controller more precise by considering separate cgroup PSI - [@&#8203;`3b974b9`](https://github.com/siderolabs/talos/commit/3b974b99e) fix: sort mirrors and tls configs when generating the machine config - [@&#8203;`8b16fe5`](https://github.com/siderolabs/talos/commit/8b16fe50b) feat: add VLAN support to OpenStack platform - [@&#8203;`eb8480c`](https://github.com/siderolabs/talos/commit/eb8480c4c) fix: panic in configpatcher when the whole section is missing - [@&#8203;`4d44306`](https://github.com/siderolabs/talos/commit/4d44306dd) fix: wipe disk by signatures - [@&#8203;`cca4cd2`](https://github.com/siderolabs/talos/commit/cca4cd269) feat: add it87 hwmon module - [@&#8203;`d9480ee`](https://github.com/siderolabs/talos/commit/d9480eef2) fix: resolve SideroLink Wireguard endpoint on reconnect - [@&#8203;`e16c2d5`](https://github.com/siderolabs/talos/commit/e16c2d5bb) fix: handle correctly incomplete RegistryTLSConfig - [@&#8203;`dedd273`](https://github.com/siderolabs/talos/commit/dedd273df) fix: bond config via platform - [@&#8203;`f527cff`](https://github.com/siderolabs/talos/commit/f527cff23) fix: allow HostnameConfig to be used with incomplete machine config - [@&#8203;`1091813`](https://github.com/siderolabs/talos/commit/10918136c) fix: lock down etcd listen address to IPv4 localhost - [@&#8203;`9f8d938`](https://github.com/siderolabs/talos/commit/9f8d938db) fix: print talosctl images to release notes - [@&#8203;`95433c1`](https://github.com/siderolabs/talos/commit/95433c167) fix: update VIP config example - [@&#8203;`919394f`](https://github.com/siderolabs/talos/commit/919394fee) feat: update Go to 1.25.6 </p> </details> ##### Changes from siderolabs/pkgs <details><summary>7 commits</summary> <p> - [siderolabs/pkgs@`4f8efaf`](https://github.com/siderolabs/pkgs/commit/4f8efaf) fix: enable pinctrl for Raspberry Pi 5 - [siderolabs/pkgs@`3a36a01`](https://github.com/siderolabs/pkgs/commit/3a36a01) feat: update NVIDIA LTS and production driver versions - [siderolabs/pkgs@`d364d04`](https://github.com/siderolabs/pkgs/commit/d364d04) feat: update Linux to 6.18.5 - [siderolabs/pkgs@`a3d6cc4`](https://github.com/siderolabs/pkgs/commit/a3d6cc4) feat: update Linux firmware to [`2026011`](https://github.com/siderolabs/talos/commit/20260110) - [siderolabs/pkgs@`40fa324`](https://github.com/siderolabs/pkgs/commit/40fa324) feat: enable IT87 hwmon module - [siderolabs/pkgs@`8b8f314`](https://github.com/siderolabs/pkgs/commit/8b8f314) feat: enable IPV6\_MROUTE - [siderolabs/pkgs@`3571127`](https://github.com/siderolabs/pkgs/commit/3571127) feat: update Go to 1.25.6 </p> </details> ##### Changes from siderolabs/tools <details><summary>1 commit</summary> <p> - [siderolabs/tools@`31959f4`](https://github.com/siderolabs/tools/commit/31959f4) feat: update Go to 1.25.6 </p> </details> ##### Dependency Changes - **github.com/klauspost/compress** v1.18.2 -> v1.18.3 - **github.com/siderolabs/go-blockdevice/v2** v2.0.22 -> v2.0.23 - **github.com/siderolabs/pkgs** v1.12.0-25-g90ff196 -> v1.12.0-32-g4f8efaf - **github.com/siderolabs/talos/pkg/machinery** v1.12.1 -> v1.12.2 - **github.com/siderolabs/tools** v1.12.0-3-g5df8bae -> v1.12.0-4-g31959f4 - **go.uber.org/zap** v1.27.0 -> v1.27.1 - **golang.org/x/net** v0.47.0 -> v0.48.0 - **golang.org/x/oauth2** v0.33.0 -> v0.34.0 - **golang.org/x/sync** v0.18.0 -> v0.19.0 - **golang.org/x/sys** v0.38.0 -> v0.40.0 - **golang.org/x/term** v0.37.0 -> v0.38.0 - **golang.org/x/text** v0.31.0 -> v0.33.0 Previous release can be found at [v1.12.1](https://github.com/siderolabs/talos/releases/tag/v1.12.1) ##### Images ``` ghcr.io/siderolabs/flannel:v0.27.4 registry.k8s.io/coredns/coredns:v1.13.2 registry.k8s.io/etcd:v3.6.7 registry.k8s.io/kube-apiserver:v1.35.0 registry.k8s.io/kube-controller-manager:v1.35.0 registry.k8s.io/kube-scheduler:v1.35.0 registry.k8s.io/kube-proxy:v1.35.0 ghcr.io/siderolabs/kubelet:v1.35.0 registry.k8s.io/pause:3.10 ghcr.io/siderolabs/installer:v1.12.2 ghcr.io/siderolabs/installer-base:v1.12.2 ghcr.io/siderolabs/imager:v1.12.2 ghcr.io/siderolabs/talos:v1.12.2 ghcr.io/siderolabs/talosctl-all:v1.12.2 ghcr.io/siderolabs/overlays:v1.12.2 ghcr.io/siderolabs/extensions:v1.12.2 ``` ### [`v1.12.1`](https://github.com/siderolabs/talos/releases/tag/v1.12.1) [Compare Source](https://github.com/siderolabs/talos/compare/v1.12.0...v1.12.1) ##### [Talos 1.12.1](https://github.com/siderolabs/talos/releases/tag/v1.12.1) (2026-01-05) Welcome to the v1.12.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.18.2 Talos is built with Go 1.25.5. ##### Contributors - Mateusz Urbanek - Andrey Smirnov - Dmitrii Sharshakov ##### Changes <details><summary>7 commits</summary> <p> - [@&#8203;`7ea2ef7`](https://github.com/siderolabs/talos/commit/7ea2ef7cf) release(v1.12.1): prepare release - [@&#8203;`78a7856`](https://github.com/siderolabs/talos/commit/78a785604) chore: run rekres and update dependencies - [@&#8203;`c310671`](https://github.com/siderolabs/talos/commit/c31067173) fix: disable swap for system services - [@&#8203;`a7e8426`](https://github.com/siderolabs/talos/commit/a7e8426cf) test: skip the source bundle on exact tag - [@&#8203;`9439841`](https://github.com/siderolabs/talos/commit/943984167) fix: probe small images correctly - [@&#8203;`42df716`](https://github.com/siderolabs/talos/commit/42df71637) fix: invalid versions check in talos-bundle - [@&#8203;`a3e90e4`](https://github.com/siderolabs/talos/commit/a3e90e445) fix: make upgrade work with SELinux enforcing=1 </p> </details> ##### Changes from siderolabs/pkgs <details><summary>2 commits</summary> <p> - [siderolabs/pkgs@`90ff196`](https://github.com/siderolabs/pkgs/commit/90ff196) chore: run rekres and update dependencies - [siderolabs/pkgs@`2b30517`](https://github.com/siderolabs/pkgs/commit/2b30517) feat: update Linux to 6.18.2 </p> </details> ##### Changes from siderolabs/tools <details><summary>1 commit</summary> <p> - [siderolabs/tools@`5df8bae`](https://github.com/siderolabs/tools/commit/5df8bae) chore: run rekres and update dependencies </p> </details> ##### Dependency Changes - **github.com/klauspost/compress** v1.18.1 -> v1.18.2 - **github.com/siderolabs/go-blockdevice/v2** v2.0.20 -> v2.0.22 - **github.com/siderolabs/pkgs** v1.12.0-23-ge0b78b8 -> v1.12.0-25-g90ff196 - **github.com/siderolabs/talos/pkg/machinery** v1.12.0 -> v1.12.1 - **github.com/siderolabs/tools** v1.12.0-2-g7d57df0 -> v1.12.0-3-g5df8bae Previous release can be found at [v1.12.0](https://github.com/siderolabs/talos/releases/tag/v1.12.0) ##### Images ``` ghcr.io/siderolabs/flannel:v0.27.4 registry.k8s.io/coredns/coredns:v1.13.2 registry.k8s.io/etcd:v3.6.7 registry.k8s.io/kube-apiserver:v1.35.0 registry.k8s.io/kube-controller-manager:v1.35.0 registry.k8s.io/kube-scheduler:v1.35.0 registry.k8s.io/kube-proxy:v1.35.0 ghcr.io/siderolabs/kubelet:v1.35.0 registry.k8s.io/pause:3.10 ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2026-02-19 04:34:28 +00:00
renovate-bot added 1 commit 2026-02-19 04:34:29 +00:00
chore(deps): update ghcr.io/siderolabs/talosctl docker tag to v1.12.4
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 13s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 2m9s
9f79164d07
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-02-19 04:34:32 +00:00
renovate-bot merged commit 910160097a into main 2026-02-19 04:34:35 +00:00
renovate-bot deleted branch renovate/unified-siderolabstalosctl 2026-02-19 04:34:41 +00:00
Sign in to join this conversation.