From 1a3e551a330828ef8f44747f2c01af7b54521fe1 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Mon, 9 Feb 2026 18:17:19 -0500 Subject: [PATCH] Bump to Talos v1.12.3 / pkgs v1.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patches may need rebasing — will verify on first build. Co-Authored-By: Claude Opus 4.6 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97425ba..ca830e6 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ # make installer # Build installer image + raw disk image # make release # Tag images for release -PKG_VERSION = v1.11.0 -TALOS_VERSION = v1.11.5 +PKG_VERSION = v1.12.0 +TALOS_VERSION = v1.12.3 SBCOVERLAY_VERSION = main REGISTRY ?= docker.io