fix(deps): update module github.com/siderolabs/talos/pkg/machinery v1.14.0-alpha.2 → v1.14.0-beta.1 - #349
Open
truecharts-admin wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
🚀 HelmRelease CI ReportOverall Status
🧪 HelmReleases Tested⏭️ HelmReleases SkippedResultℹ️ No HelmReleases required testing |
truecharts-admin
force-pushed
the
renovate/github.com-siderolabs-talos-pkg-machinery-1.14.x
branch
from
July 31, 2026 13:54
ae906c3 to
02d5202
Compare
….14.0-alpha.2 → v1.14.0-beta.1
truecharts-admin
force-pushed
the
renovate/github.com-siderolabs-talos-pkg-machinery-1.14.x
branch
from
August 2, 2026 08:01
02d5202 to
375be59
Compare
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.14.0-alpha.2→v1.14.0-beta.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)
v1.14.0-beta.1Compare Source
Talos 1.14.0-beta.1 (2026-07-31)
Welcome to the v1.14.0-beta.1 release of Talos!
This is a pre-release of Talos
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
DNS over TLS (DoT) and DNS over HTTPS (DoH) Support
Talos now supports DNS over TLS (DoT) and DNS over HTTPS (DoH) for secure DNS resolution.
These features allow Talos to encrypt DNS queries and responses, enhancing privacy and security for DNS traffic.
The DNS protocol can be configured on a per-name server basis in the
ResolverConfigdocument, allowing for flexible configuration of DNS resolution.noexec on EPHEMERAL (/var)
Talos 1.14 clusters now default the EPHEMERAL volume (
/var) tonoexecin addition to the existingnosuidandnodevmount options through generated machine configuration.
Existing machines are not affected on upgrades.
Note: Workloads that execute binaries placed under
/varcan break on new machines.Longhorn v1 and vCluster are known to be affected.
For example, Longhorn v1's
instance-managerexecutes engine binaries that theengine-imageDaemonSet places under/var/lib/longhorn/engine-binaries/, which now fails withpermission denied.Affected users can opt out via a
VolumeConfigdocument:Longhorn v2 (SPDK data engine) runs the data plane inside the instance manager process and is not affected.
Apply Configuration Modes
The '--mode=reboot' option has been removed from the
talosctl apply-configcommand; by default, configuration is applied without a reboot.Most configuration changes don't require a reboot; the documentation lists the changes that do.
Native BGP
Talos now supports running native BGP routing instances on the host via embedded GoBGP servers, configured with
BGPInstanceConfigdocuments.This removes the need to ship FRR as a system extension for the common fabric-facing use case.
List of changes:
BGPInstanceConfigdocuments to configure local ASN, router-id, optional Linux VRF, advertised interfaces, neighbors, and per-route preferred source (routeSource).installRoutes: falseto retain learned routes in the BGP RIB without installing them into the Linux routing table.importRoutesprefix selectors. Imports are one-way, preserve path attributes, and do not recursively import locally originated or previously imported paths.BGPPeerStatusresources (talosctl get bgppeerstatus).RouteSpec/RouteStatusnow carry a multipath next-hop list to support ECMP and cross-family (RFC 8950) next-hops.Btrfs Support
Talos now supports mounting and provisioning
btrfsfilesystem for user volumes and existing volumes.Support for
btrfsis enabled by installingbtrfssystem extension.CRI Base Runtime Specification Configuration
Talos now supports overriding the default OCI runtime specification for CRI containers with a
CRIBaseRuntimeSpecConfigdocument:The
.machine.baseRuntimeSpecOverridesfield is deprecated and remains supported during the deprecationperiod. It is mutually exclusive with
CRIBaseRuntimeSpecConfig; configurations containing both are rejected.Applying, updating, or removing either source regenerates the base runtime specification and restarts CRI
automatically. A machine reboot is no longer required.
CRI Customization Configuration
Talos now supports customizing the CRI containerd configuration with named
CRICustomizationConfigdocuments. Each document contains a TOML fragment; fragments are merged in lexicographical order by name.
Applying, updating, or removing these documents updates the generated CRI configuration and restarts CRI
automatically.
The legacy
/etc/cri/conf.d/20-customization.partmachine-file configuration remains supported during thedeprecation period and is exposed under the reserved name
customization. ACRICustomizationConfigdocumentcannot use that name.
NOTE: a machine reboot is no longer required to apply changes to CRI configuration.
Containerd NRI
Talos no longer disables NRI (Node Resource Interface) for the CRI containerd instance by default, so NRI is available
to use without any machine config patches.
To bring back the old behavior of NRI disabled by default, add the following machine configuration document:
Default Installer Image
The default installer image has been updated to use the Image Factory.
The
ghcr.io/siderolabs/installerimage is no longer published with releases; use the Image Factory installer image instead.DHCP
DHCPv4 search domains are now applied to the resolver configuration.
DHCPv4 configuration now supports
ignoreRoutesoption to ignore routes provided by DHCPv4 servers.Cluster Discovery
Talos introduces support for configuring multiple discovery service endpoints.
Talos introduces new document for configuring the cluster discovery identity.
List of changes:
.cluster.discoveryin the v1alpha1 config; use theDiscoveryServiceConfigdocument for discovery service configuration. The v1alpha1 config andDiscoveryServiceConfigare mutually exclusive..cluster.secretandcluster.idin the v1alpha1 config; use theDiscoveryIdentityConfigdocument for discovery identity configuration. The v1alpha1 config andDiscoveryIdentityConfigare mutually exclusive.base64.URLEncodingtobase64.StdEncoding. This aligns the encoding with the rest of Talos.Encryption Discards
Volume encryption now supports an
allowDiscardsoption (disabled by default) which passes TRIM/discard requeststhrough to the underlying device when the encrypted volume is opened.
This only enables passing discards through to the underlying device; Talos does not perform any fstrim/discard operation by itself.
etcd
Talos is now compatible with etcd v3.6.x only (the default etcd version was 3.6.x since Talos v1.11).
The default version is 3.7.0+ now.
etcd now serves its HTTP-only endpoints (
/metrics,/health, the gRPC-gateway JSON API) on a dedicatedlistener on port
2383, while the client port2379serves gRPC only. This keeps gRPC off Go'snet/httpHTTP/2 server, avoiding watch-stream starvation under TLS (see etcd-io/etcd#15402, golang/go#58804,
etcd-io/etcd#21605).
Upgrade note: etcd metrics and the HTTP health endpoint are no longer reachable on
2379; scrape them onport
2383instead (same client mTLS as before). etcd gRPC clients and the Talos health check are unaffected.Firewall might need to be adjusted to block the port
2383if previously2379was blocked.If
--listen-metrics-urlswas customized, the metrics should not move.EtcFileConfig
Talos now supports managing user-owned files under
/etcwith the newEtcFileConfigmulti-documentconfiguration kind. The document
nameis the path relative to/etc, and each document owns the completefile contents and mode.
This can be used to configure files such as
/etc/nfsmount.confor/etc/multipath.conf. Talos-managedpaths, including
resolv.conf,hosts,machine-id, CRI and Kubernetes configuration, trust bundles, andidentity files, are rejected to prevent overriding files owned by Talos.
Filesystem Trim
Talos can now periodically trim (the equivalent of the
fstrimcommand) mounted filesystems which support trimming,discarding unused blocks. This is useful for SSDs and thin-provisioned storage.
Trimming is opt-in via a new
FilesystemTrimConfigdocument which sets the global trim interval:The default machine configuration for Talos 1.14+ includes a
FilesystemTrimConfigdocument with a default trim interval of one week,so trimming is enabled by default for eligible filesystems. For cluster which were upgraded from older versions, the
FilesystemTrimConfigdocument will be missing,so trimming will be disabled by default until the document is added.
When the document is present, Talos builds a stable schedule (hashed by node ID and volume ID, so trims are spread out
across volumes and across nodes in a cluster) and trims eligible volumes (ready disk/partition volumes with a
trim-capable filesystem; for encrypted volumes only when
allowDiscardsis set).The trim interval can be overridden or disabled per-volume via a
trimblock on the volume documents(
VolumeConfig,UserVolumeConfig,ExistingVolumeConfig,ExternalVolumeConfig):Flannel CNI
Talos now configures Flannel with the
EnableNFTablesoption enabled, which uses nftables native backend instead ofiptables-nftcompatibility layer.FlexVolume Host Path Removed
Talos no longer provisions the deprecated FlexVolume executable host path at
/usr/libexec/kubernetes. FlexVolume has been deprecated since Kubernetes 1.23.Modern CSI plugin paths under
/var/lib/kubeletare unaffected.Host DNS Configuration
HostDNS configuration was moved from the v1alpha1 config
.machine.features.hostDNSfield to the newhostDNSin theResolverConfigdocument.HTTP Probe Support
Talos now supports HTTP network probes, allowing for monitoring of HTTP endpoints.
HTTP responses with status 200-399 are considered successful, while connection and transport errors are treated as failures.
Image Cache Configuration
Talos now supports a new
ImageCacheConfigdocument for configuring the Image Cache feature, replacing the oldmachine.features.imageCachefield in the v1alpha1 config.Old configuration is still supported for backwards compatibility.
Kernel Multi-document Configuration
Talos introduces new multi-document configuration for kernel parameters (sysctl and sysfs settings), replacing the old v1alpha1 config fields.
The old configuration is still supported for backwards compatibility, but new deployments should use the new documents.
If both old and new configuration sources are used, the new multi-document configuration takes precedence over the old v1alpha1 config on conflicting fields.
List of changes:
.machine.sysctlsin the v1alpha1 config; use theSysctlConfigdocument for kernel sysctl configuration..machine.sysfsin the v1alpha1 config; use theSysfsConfigdocument for sysfs configuration..machine.kernelin the v1alpha1 config; use theKernelModuleConfigdocument for kernel module configuration.Kernel Module Status
Talos now reports the status of both dynamically loaded, and built-in kernel modules.
The
LoadedKernelModuleresource has been deprecated and superseded by the newKernelModuleStatusresource.In-tree Volume Plugins Deprecated
Because the kubelet now runs inside the sandbox namespace (see the workload isolation note), the in-tree
Kubernetes volume plugins that require the kubelet to reach host-level daemons no longer work. In particular
the in-tree
iscsivolume plugin, which drives the kubelet'siscsiadmwrapper to talk to the hostiscsid,can no longer locate it across the sandbox PID namespace boundary.
Use CSI drivers instead — a CSI node plugin performs the attach/mount itself in its own privileged pod and is
unaffected by the sandbox. For iSCSI,
kubernetes-csi/csi-driver-iscsi(ordemocratic-csi) consumes atarget the same way. All in-tree (non-CSI) volume plugins are deprecated for the kubelet and support for them
may be removed in a later release.
Kubernetes Multi-document Configuration
Talos introduces new multi-document Kubernetes configuration, which allows for more flexible and modular configuration of Kubernetes components.
Talos still supports the old v1alpha1 config for backwards compatibility, but new features and fields will only be available in the new multi-document format.
The
kube-proxyis now using configuration to manage its settings instead of command line arguments (with newKubeProxyConfigdocument).List of changes:
.cluster.secretboxEncryptionSecretin the v1alpha1 config; use theKubeEtcdEncryptionConfigdocument for full etcd encryption configuration..cluster.apiServerin the v1alpha1 config; use theKubeAPIServerConfig,KubeAdmissionControlConfig,KubeAuditPolicyConfig,KubeAuthenticationConfigandKubeAuthorizerConfigdocuments for kube-apiserver configuration..cluster.ca,.cluster.acceptedCAsand.cluster.aggregatorCAin the v1alpha1 config; use theKubeAPIServerCAConfig,KubeAggregatorCAConfigdocuments..cluster.controllerManagerin the v1alpha1 config; use theKubeControllerManagerConfigdocument for kube-controller-manager configuration..cluster.schedulerin the v1alpha1 config; use theKubeSchedulerConfigdocument for kube-scheduler configuration..cluster.proxyin the v1alpha1 config; use theKubeProxyConfigdocument for kube-proxy configuration..cluster.networkin the v1alpha1 config; use theKubeNetworkConfigdocument for Kubernetes network configuration; Flannel can be configured using theKubeFlannelCNIConfigdocument..cluster.coreDNSin the v1alpha1 config; use theKubeCoreDNSConfigdocument for CoreDNS configuration..cluster.nameand.cluster.controlPlane.endpoint in the v1alpha1 config; use theKubeClusterConfig` document for cluster name and control plane endpoint configuration..cluster.allowSchedulingOnControlPlanes.machine.kubelet.skipNodeRegistration.machine.kubelet.registerWithFQDN.machine.kubelet.nodeIP.machine.nodeLabels.machine.nodeAnnotations.machine.nodeTaintsNoScheduletaint for controlplane and label are now explicitly listed inKubeNodeConfig..machine.kubeletfields in the v1alpha1 config; use theKubeNodeConfigandKubeCredentialProviderConfigdocuments for kubelet configuration..machine.podsin the v1alpha1 config; use theKubeStaticPodConfigdocument for static pod configuration..machine.filesin the v1alpha1 config; use dedicated configuration documents such asEtcFileConfigandCRICustomizationConfiginstead..machine.baseRuntimeSpecOverridesin the v1alpha1 config; use theCRIBaseRuntimeSpecConfigdocument for base runtimespec overrides..cluster.inlineManifestsin the v1alpha1 config; use theKubeInlineManifestConfigdocument for inline manifests..cluster.extraManifestsand.cluster.extraManifestHeadersin the v1alpha1 config; use theKubeExternalManifestConfigdocument for external manifests..machine.features.kubePrism; use theKubePrismConfigdocument for KubePrism configuration (or remove it to disable KubePrism)..machine.features.kubernetesTalosAPIAccess; use theKubeTalosAPIAccessConfigdocument instead.nodeCIDRMaskSizeIPv4(default24) andnodeCIDRMaskSizeIPv6(default64) settings to theKubeNetworkConfigdocument to control the per-node pod CIDR mask size and validate the pod and service subnet sizes.LVM Logical Volume Creation
Logical volumes can now be declared with a new
LVMLogicalVolumeConfigmulti-doc config kind. Each documentnames a logical volume, its parent
volumeGroup, atype(linear,raid0,raid1orraid10) and amaxSize(absolute, e.g.50GiB, or a percentage of the volume group, e.g.80%). RAID layouts acceptoptional
mirrors(raid1/raid10, default 1) andstripes(raid0/raid10, default: all available physicalvolumes) fields. Once the volume group is assembled the logical volume is created via
lvcreate.Raising
maxSizegrows an existing logical volume vialvextend; percentage-sized volumes also grow whentheir volume group is extended. Shrinking is never performed (it risks data loss) - a request to reduce the
size surfaces an
LVMValidationErrorinstead. Removal stays an explicit operation via the LVMService LVremove RPC (
talosctl wipe lv).LVM Status
Talos now provides detailed LVM status information, allowing for better monitoring and management of LVM volumes.
New resources
LVMPhysicalVolumeStatus,LVMVolumeGroupStatus, andLVMLogicalVolumeStatusexpose PV, VG, and LV details.DiscoveredVolumeresources for logical volumes are listed by their kernel name (e.g.dm-0). To resolve the<vg>/<lv>for a given device, use theDisksorBlockSymlinksresources, which carry the udev-managed symlinks (e.g./dev/disk/by-id/dm-name-<vg>-<lv>).LVM Volume Group Creation
Talos can now create and grow LVM Volume Groups declaratively through a new
LVMVolumeGroupConfigmulti-docconfig kind. Each document names a Volume Group and a CEL
volumeSelectorover the disk inventory; matcheddisks are initialised as Physical Volumes (
pvcreate) and aggregated into the requested VG (vgcreate).Newly matched disks added to an existing VG are attached via
vgextend.Reconciliation is strictly additive and safe-by-default.
LVM Wipe
Talos now provides the ability to securely wipe LVM metadata from logical volumes, volume groups, and physical volumes.
This feature allows for selective wiping of logical volumes, volume groups, and physical volumes.
With
talosctl wipe lv/vg/pv <name>, users can wipe LVM metadata from a specific logical volume, volume group, or physical volume.NTS for Time Synchronization
Talos now supports Network Time Security (NTS) for secure time synchronization.
This feature enhances the security of NTP by providing cryptographic authentication of time sources.
NTS is enabled by default (without any configuration sources) for the default
time.cloudflare.comtime serverNTS can be enabled for custom time servers via the new
useNTSfield in theTimeServerConfigdocument.RAID Array Creation
Talos can now create and grow Linux MD (software RAID) arrays declaratively through a new
RAIDArrayConfigmulti-doc config kind. Each document names an array, its
level(raid1) and a CELvolumeSelectoroverthe disk inventory; matched disks are assembled into the requested array with
mdadmand exposed at the stable/dev/disk/by-id/md-name-<name>path. New matching disks added to an existing array are attached automatically.Reconciliation is strictly additive and safe-by-default. Arrays are never destroyed by removing the config;
removal stays an explicit operation via
talosctl wipe md <device>. The newMDArrayStatusresource reports theassembled array, level, device path, and members.
Booting from a RAID Array
Talos can now be installed onto and boot from a Linux MD (software RAID) array. Define a
RAIDArrayConfigfor thearray and point the install disk selector (
UnattendedInstallConfig) at the resulting/dev/disk/by-id/md-name-<name>device.
Only
raid1arrays withmetadata: "1.0"can be used for booting: the 1.0 format keeps its superblock at the end ofeach member, so the partition table written to the array stays visible at the start of every disk, allowing the
firmware to boot from any member.
metadatadefaults to1.0; other levels and metadata formats are not bootable.Workload Isolation (sandboxd)
The container runtime plane — CRI containerd, the kubelet, and all pods — now runs inside a dedicated PID and
mount namespace anchored by a new
sandboxdservice, instead of sharingmachined's namespaces.sandboxdruns in its own least-privilege SELinux domain (sandboxd_t). if it dies the kernel tears down thenamespace and Talos recreates it — relaunching CRI, the kubelet, and pods — without rebooting the node.
Its logs are available via
talosctl logs sandboxd.Workload isolation is controlled by the
workloadIsolationfield of the newSecurityProfileConfigdocument.talosctl gen configemits it withworkloadIsolation: truefor Talos 1.14+, so new clusters are isolated bydefault. Clusters upgraded from older versions do not have this document and therefore keep the previous
(non-isolated) behavior until it is added — upgrades change nothing on their own. To enable on an existing
cluster, add the document:
ICMP send_redirects Disabled by Default
Talos now sets
net.ipv4.conf.all.send_redirects=0andnet.ipv4.conf.default.send_redirects=0by default,preventing the node from emitting ICMP redirect messages. This aligns with CIS Benchmark recommendations and
does not affect normal Kubernetes pod or service traffic. Nodes that deliberately act as L3 gateways relying
on ICMP redirects can override this via
machine.sysctls.Support Bundle Encryption
The
talosctl supportcommand now encrypts support bundles using the age encryption tool, enhancing the security of support data.The default set of recipients includes the 'siderolabs' GitHub organization members, but it can be overridden with custom recipients.
Dedicated System Volumes
The
ETCD,CRI,KUBELETandLOGsystem volumes (/var/lib/etcd,/var/lib/containerd,/var/lib/kubeletand/var/log) can now be placed on dedicated partitions via aVolumeConfigdocument withprovisioningset (optionally encrypted). By default they remain directories under theEPHEMERALvolume.The backing (directory vs. dedicated partition) is fixed at cluster creation: switching an already-provisioned node between the two is rejected.
A dedicated partition has its own mount, so the
mount.secureoption (nosuid/noexec/nodev, enabled by default) can be set per volume; directory-backed volumes inherit theEPHEMERALmount options.Note that with
ETCDon a dedicated partition, etcd data no longer lives underEPHEMERAL. Resetting a control plane node with only theEPHEMERALpartition wiped will not clear etcd data; wipe theETCDvolume to reset etcd.TLS 1.3 Minimum Version
Talos now runs etcd and kube-apiserver with a minimum TLS version of 1.3, improving security by leveraging the latest TLS features and cipher suites.
Custom settings for cipher suites have been removed, as they are ignored when TLS 1.3 is used, which simplifies configuration and ensures the use of modern, secure defaults.
Udev Rules Multi-document Configuration
Talos introduces new multi-document configuration
UdevRulesConfigdocument for configuring custom udev rules.The old v1alpha1
.machine.udev.rulesfield is still supported for backwards compatibility, but new deployments should use the new document.If both old and new configuration sources are used,
UdevRulesConfigtakes precedence.List of changes:
.machine.udev.rulesin the v1alpha1 config; use theUdevRulesConfigdocument for custom udev rules.Unattended Install Configuration
Talos introduces a new
UnattendedInstallmulti-document config kind which replaces the deprecated.machine.installsection of the v1alpha1 config. The document carries the installer
imageand aprovisioningsection with a CELvolumeSelectorto match the install disk, plus awipeoption.When the
UnattendedInstalldocument is present, the install is driven by the newUnattendedInstallController(exposing an
UnattendedInstallStatusresource) instead of the legacy install sequence.talosctl gen configandtalosctl cluster createnow generate theUnattendedInstalldocument by default.The
.machine.installfield remains supported for backwards compatibility and is still used for older version contracts.Component Updates
Linux: 6.18.41
Kubernetes: 1.37.0-beta.0
containerd: 2.3.3
etcd: 3.7.1
Flannel: 0.28.8
runc: 1.5.1
CoreDNS: 1.14.6
Talos is built with Go 1.26.5.
Virtual Ethernet Pairs
Talos now supports declarative virtual Ethernet (
veth) pairs through the newVethConfigmulti-documentconfiguration kind. Both endpoints are created in the host network namespace and support the common link settings,
addresses, routes, and multicast configuration.
For example, the following configuration creates a pair named
veth-hostandveth-routerwith an address on eachendpoint:
XFS Allocation Group Geometry
On non-rotational devices
mkfs.xfssizes the allocation group count to the number of CPUs, bounding theallocation group size from below at 4 GiB only. On machines with many cores and a modest disk this produces
hundreds of tiny allocation groups, which squeezes the AG-local reflink/rmap metadata (leading to spurious
ENOSPCon reflink-heavy workloads while the filesystem still has plenty of free space) and inflates thejournal at the same time.
Talos now keeps XFS allocation groups at 64 GiB or above when it formats a volume. The bound can be changed
per volume, and setting it to zero restores the stock
mkfs.xfsbehavior:The same
filesystem.xfs.minAllocationGroupSizesetting is available forUserVolumeConfig.Note: allocation group geometry is fixed when the filesystem is created, so this only affects volumes
formatted by Talos 1.14 or later. Existing volumes keep their current geometry until they are wiped and
re-created (e.g.
talosctl reset --system-labels-to-wipe=EPHEMERAL).XFS scrub
Talos now supports automatically running background online filesystem maintenance tasks. Currently,
only XFS using xfs_scrub tool is supported.
This behavior can be enabled globally using a FilesystemScrubConfig document, or on per-volume
basis using a field in corresponding VolumeConfig documents.
Contributors
Changes
488 commits
0d1f6e5release(v1.14.0-beta.1): prepare release1ab88f7fix: load the raid1 module for configured MD arrays9e8568dfix: use inmem containerd for installs/upgrades8cf28dafix: preserve kmsg reconciliation after config changes311b6fdfix: make reset during boot phase more robust945d1cdfeat: bump kernel to 6.18.414e77d40fix: restore the systemd-timesync best-sample check in spike detection4444a18test: inspect host mount state from the current threadb7c0497fix: race between vol.cfg. and vol.mgr. ctrlef9a091feat: allow attaching extra disks to controlplane machinesa418c0etest: fix CRI restart event assertion racea9bfdbdfix: ignore insecure-only imager assets54e3b20fix: hold the darwin vmnet bridge open for the network lifetimebc59389fix: drop the OOM config rule about overall system memory PSI69be56echore: add some initial set of libvirt SELinux policies6170ad8fix: validate kubespan & discovery config correctly for multi-doc6e58c6dtest: fix ded. vol. plumbing in integration testsb644d16fix: allow directory-backed volumes in reset api28e7a87feat: bump etcd to v3.7.12c657c2feat: bump kernel to 6.18.40b1bdc8ctest: restart qemu process several times on startup failures7533057feat: support route imports between BGP instancesa947837docs: remove duplicated docs in the markdown for CLI6f17c50fix: verify the public key signed images correctly570fe34fix: generate backwards compatible etcd encryption configf779081fix: use context without cancelation for etcd locks67e61effeat: add the fs_scrub controller1c15645fix: override DHCP search domains via explicit ResolverConfig domainsfd8dbd8fix: skip pod check if desired number of pods is zero9aede54feat: add kubeimportlinter for versioned k8s importsae93d14fix: redact resource specs in the merge controllersfc5743cfeat: add GrubUseUKICmdline install option6bba777feat: add named native BGP instancesc5ab22ffeat: move Talos API access from Kubernetes config to multi-docb1abd9cfix: split the up/finished service events644ecbcfeat: add discovered volumes status controller6be2b13feat: add veth pair support7514401fix: drop the controlplane static pod change9a521f6fix: preserve container tasks across CRI restarts9048d41fix: fix a nil-map assignment panic in configpatcher45eaf20release(v1.14.0-beta.0): prepare release7e58e04feat: add dedicated CRI configuration documents076c381fix: race with PCR extensions and volume unlock8888419fix: teardown ephemeral mount request during resetc793bcbfix: configure bonds during initial link creation9b3bf6efix(talosctl): prevent duplicate QEMU config server portsfa6cd1cfix(machined): preserve health when services reach running9d5554efix(machined): wait for host namespace commands through reaperfc08533chore: update dependenciesc08863cfeat: provide different heuristics for xfs allocation groupse955d9bfeat: update CoreDNS to 1.14.6c3f757ffeat: update Flannel to 0.28.8fada0d9fix: provide non-sensitive KubeletStatus resourcec680852fix: volume mount race (third attempt) around service restartb185752feat: refactor KubePrism config into multidoc499d4ebtest: update Calico in canal reset test5b6ed00test: add a test for kata-qemu runtime class1a07538feat: allow "duplicate" kinds in the config patches06943befeat: update Kubernetes to 1.37.0-beta.001f2a14fix: preserve trailing rate-limited trigger events46fab80test: stabilize AWS readiness and Talos 1.13 QEMU configa26ac74feat: move static pods and manifests into multi-doc67464cbfix: update the vulnerability dates and description4920ee0feat: update Linux to 6.18.39286fa80feat: include CA into kube-apiserver serving certificate6d65e22feat: drop kubernetes flexvolume mounts4935e94feat: refactor kubelet's config intoKubeletConfig241bd0ffeat: custom cfg for system volumes (cri, kubelet, etcd)ea95578fix: talosctl buildc2b7636feat: add UFSHC and some other modules2193b57feat: native BGP support via embedded GoBGP2e42c59fix: add ca-certificates to talosctl0f55e1ffeat: refactor Kubernetes configs intoKubeNodeConfig6efdc8ffix: zero MD superblock via block wipe on destroyf78f5e5fix: vrf sorting7738518fix: oom podruntime protectionc1184d3feat: update to runc 1.5.14bff7ebfeat: support reboot and sync for remote provisionerc791fa8feat: add host-namespace debug profilee370e40feat: implement KubeClusterConfig37c78bffix(ci): skip ephemeral noexec test on 1.130ab6695feat: update Kubernetes to 1.37.0-alpha.3443ca17test: bump test dependenciesc424208fix: enablenoexecfor EPHEMERAL only for new machinesfc9f726feat: bump CoreDNS, Flannel352b1bdfix: use symlinks for init aliases883775afix: move sandboxd into a separate cgroup099a2cefix: remote provisioner nameff67aaffeat: bump go dependencies79c0c54feat: add iommufd as a kernel modulef34e93ffix: do proper backoff for NTP Kiss-of-Death responsesa3e644dchore: bump tools and pkgsefa88f2fix: flaky tests17a1347feat: add ignoreRoutes option to DHCPv4 config document2519bf2fix: make audit restartable54b4bbcfix: provide correct handler for Ctrl-Alt-Delete sequence87e126afeat: isolate cri, kubelet and pods in a sandbox namespace3fb8f4efix: avoid image cache mount request churn9753fc2fix: e2e test flakesf756ff2feat: kubenetworkconfig supports per-node pod cidr configurationb42c429fix(ci): fix more flaky tests5d97eccfeat: bring in ifb.ko module6769a1dfix: terminate log persistence a bit harder98cce79fix(ci): extensions test057d554test: assert dm transport for device-mapper disks9fd16a2feat: bump etcd to 3.7.03048eebfeat: support booting from MD RAID1 arraye1fc7a4fix: do not block volume lifecycle teardown on failed user volumes147dea1feat: add --no-reboot flag to upgrade cmd1b23b11chore: update pkgs and toolsbfa9fb4fix: flaky testsa1ede48test: fix testremovemember etcd integration flakeea90e69feat: add MD RAID gRPC service and reconcile controllers74486efchore: update depsf59c3ccfeat: implement service account configurationbaff2d3test: fix some test flakiness5450ec3fix: use a forked version of secure-io/siv-go33fac3ftest: stabilize netapp trident csi fio runsafdde2achore(ci): add netapp trident csi integration tests21eca15fix: print link status changes210f4e3fix: shutdown/reboot via usermode helpersd193f27test: fix cilium test config patchinge068980fix: flaky testsb7398ecfeat: move kernel module config into multi-doc55bc643fix: flaky serviceaccount suite testdced7d5fix: correctly treat guaranteed QoS pods in the OOM handlerf783f66feat: implement controlplane only config validationd0291bbfeat: extract Kubernetes CA config into a separate document97ed958chore: use lefthook globs to skip noop jobsa145c63chore: lefthook USERNAME env, post-commit hookf836707fix: use UnattendedInstallConfig for extensions67293c8chore: add lefthook.yml726ea8fchore: switch v1alpha1 validation to use cluster config structd1d8480feat: add mdadm tooling and udev rules020de3fchore: update go dependenciesae84f56chore: remove orphaned unattendedinstall.md4160737feat: add UnattendedInstall config and controller4e5b4c6feat: extract clusterid and clustersecret to discoveryidentityconfig0a641f2refactor: simplify device status controller99da7f2fix: data race in manifest sync54ac1cbfix: provide cooldown period for the QoS trigger7885625feat: udevd controller and udev rules config document6e34da2feat: delegate drain ops to go-kubernetes/nodedraine9e027cfix: kubelet stuck restarting6f481b4fix: decode extraArgs list values correctlyc8bdcc2feat: update runc to 1.5.0eae11abfeat: allow user managed etc files47d4bd8feat: set user-agent for Kubernetes clientba926c6chore: update golangcilint config45497bdfeat: bring systemd 261.18d9ececrefactor: improve stability for process_test.go31221e7refactor: talosctl running tasks are yellowb268a6bfeat: refactor CoreDNS config into multi-doc416d5fefix: race in etcd member addc244e4cfix: building integration test binary on darwinb15a64bchore: bump rekor for GHSA-47q9-m4ww-924mcd8b0ferelease(v1.14.0-alpha.2): prepare release917820cchore: sync pkgs/toolsb34be14fix: cli.md codeblock generation25abcc6docs: update kubespanconfig to match discoveryserviceconfig742589ffeat: support multiple discovery service configsfc3f27dchore: enrich the SBOM with Go module licenses47d5c33fix: handle image cache being disabled1a965aetest: disable LongHorn ublk test and add more cores6d03b3ffix: align documented image cache partition label6447d85fix(talosctl): use aio threads on darwinf856d18fix: image verification with referrers11a7fbefeat: extract kube-apiserver config into multi-doc configs337654dtest: fix rook-ceph testse33a868feat: add AMD XGBE driver to initramfsbd2d624fix: revert coredns to 1.14.27c4e644feat: update Linux to 6.18.366e23a5cchore: refactor bare opentree_clone into a mount helperdfbd309fix(talosctl): prevent appending type 11 smbios values on restart5926dd7test: support running integration test against remote provisionerf146c6afeat: refactor /etc mountsebe3641chore: bump containerd to 2.3.2bc30c61chore: bump deps (go, k8s, docker)00d739dtest: skip fstrim default schedule on cloud testsd9c6edffix: bump number of open files for etcd990c539chore: update tools and pkgs 2026-06-17325be7crefactor: config generate uses multi-doc sysctlconfigd693063fix: clean up and overhaul mount opsa021940fix: cgroups cleanup58d8b71fix: stop the log persistence and close all files on shutdown4b32ebcrefactor: simplify trustd/apid rootfs setupdc98e35feat: implement filesystem trim support897bef6feat: introduce KubeProxyConfig multi-docebde543feat: introduce BootID resourcecd178b9fix: ensure consistent manifest apply order19fac61feat: remote provisionerb6412e0fix: drop one more reference to removed 'nodes'be7f7a7feat: add human-readable size fields to LVM resourcesd4e0ca1fix: make LVM reconciliation robust and idempotent0dbc1e5chore(ci): fix flaky testb687a47feat: implement an option to allow discards on encrypted volumes3fc981cfix: improve security of scheduler/controller-manager5d4af9ffix: gracefully stop node containers before removalc1593d8fix: honor FailurePauseTimeout when pausing before reboot506dc13feat: add imager flag to set the SecureBoot key enrollment mode5d4ba70refactor: generate pod definitions in k8stemplates995bc30feat: drop apply config method reboot18f6cb4fix: increment time epoch on wall-clock jump when time sync is disabled755a8c8feat: update etcd to 3.7.0-rc.0a0c76fafeat(talosctl): implement cluster logsdb05216feat(talosctl): support rebooting cluster nodes0a04f46feat(talosctl): use gateway dns for clustercf3eb1cchore(talosctl): disable kexec for cluster create on arm64180182b](https://redirect.github.com/siderolabs/tConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.