From 6080670efb8f7a8c9c1806adc829f2043d61aaca Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sat, 25 Apr 2026 22:42:34 +0100 Subject: [PATCH] Bump TALOS_VERSION to v1.12.7 Talos v1.12.7 was tagged on 2026-04-24 (siderolabs/talos@8aa41535). PKG_VERSION stays at v1.12.0 (siderolabs/pkgs has not released a new v1.12.x). Patches under patches/linux/ target the kernel source (controlled by PKG_VERSION) and apply identically. The talos / pkgs / sbc-raspberrypi patches in patches/siderolabs/ may need rebasing against v1.12.7 if upstream files moved; will resolve any failures during the build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c514e6b..3c74398 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_VERSION := v1.12.0 -TALOS_VERSION := v1.12.6 +TALOS_VERSION := v1.12.7 SBCOVERLAY_VERSION := v0.2.0 PUSH ?= true