fix(container): update talos group ( v1.12.3 → v1.12.4 )#5887
Merged
Conversation
| datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | docker | ghcr.io/siderolabs/installer | v1.12.3 | v1.12.4 | | docker | ghcr.io/siderolabs/talosctl | v1.12.3 | v1.12.4 |
Contributor
Author
--- HelmRelease: kube-system/etcd-defrag CronJob: kube-system/etcd-defrag
+++ HelmRelease: kube-system/etcd-defrag CronJob: kube-system/etcd-defrag
@@ -48,13 +48,13 @@
- $(CP_NODE_IP)
- etcd
- defrag
env:
- name: CP_NODE_IP
value: 192.168.20.21
- image: ghcr.io/siderolabs/talosctl:v1.12.3
+ image: ghcr.io/siderolabs/talosctl:v1.12.4
name: defrag
volumeMounts:
- mountPath: /var/run/secrets/talos.dev
name: serviceaccount
readOnly: true
volumes:
--- HelmRelease: kube-system/etcd-backup CronJob: kube-system/etcd-backup
+++ HelmRelease: kube-system/etcd-backup CronJob: kube-system/etcd-backup
@@ -49,13 +49,13 @@
- etcd
- snapshot
- /data/etcd.snapshot
env:
- name: CP_NODE_IP
value: 192.168.20.21
- image: ghcr.io/siderolabs/talosctl:v1.12.3
+ image: ghcr.io/siderolabs/talosctl:v1.12.4
name: talosctl
volumeMounts:
- mountPath: /data
name: backupdata
- mountPath: /var/run/secrets/talos.dev
name: serviceaccount |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.12.3→v1.12.4v1.12.3→v1.12.4v1.12.3→v1.12.4v1.12.3→v1.12.4Release Notes
siderolabs/talos (ghcr.io/siderolabs/talosctl)
v1.12.4Compare 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
excludeAdvertisedNetworksfield in theKubeSpanConfigdocument.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
Changes
9 commits
fc8e600release(v1.12.4): prepare release14dde14feat: add filter for KubeSpan advertised networksc277d01fix: ignore volumes in wave calculation without provisioningf90af88fix: use node podCIDRs for kubespan advertiseKubernetesNetworksa025ea4feat: add IPv6 GRE support9241254fix: typo with rpi_5 profile name64f4985fix: swap volume configuration for min/max size19354abfeat: update Linux to 6.18.9639c1c9fix: mismerge of nft with json supportChanges from siderolabs/discovery-api
2 commits
9c06846feat: change the way excluded addresses are specifiedf71a14afeat: add advertised filters to discovery dataChanges from siderolabs/pkgs
4 commits
b1fc4c6feat: update NVIDIA LTS to 580.126.16f7a8163feat: update Linux to 6.18.932290fffeat: enable ip6_greda46073feat: enable NFT_BRIDGE configDependency Changes
Previous release can be found at v1.12.3
Images
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.