Skip to content

Commit 061f8e7

Browse files
committed
feat: bump pkgs
Bump Go to 1.25.3 See: siderolabs/pkgs#1353 Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent a9fa852 commit 061f8e7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ DEBUG_TOOLS_SOURCE := scratch
2525
EMBED_TARGET ?= embed
2626

2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28-
TOOLS ?= v1.12.0-alpha.0-13-g11f0337
28+
TOOLS ?= v1.12.0-alpha.0-15-ge62d613
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-alpha.0-35-g1e3d375
30+
PKGS ?= v1.12.0-alpha.0-40-g8ddac2d
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
Linux: 6.17
21+
Linux: 6.17.1
2222
Kubernetes: 1.34.1
2323
CNI Plugins: 1.8.0
2424
cryptsetup: 2.8.1
@@ -30,7 +30,7 @@ etcd: 3.6.5
3030
Flannel: 0.27.4
3131
Flannel CNI plugin: v1.8.0-flannel1
3232
33-
Talos is built with Go 1.25.1.
33+
Talos is built with Go 1.25.3.
3434
"""
3535

3636
[notes.luks2]

pkg/machinery/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
1616
// DefaultKernelVersion is the default Linux kernel version.
17-
DefaultKernelVersion = "6.17.0-talos"
17+
DefaultKernelVersion = "6.17.1-talos"
1818

1919
// KernelParamConfig is the kernel parameter name for specifying the URL.
2020
// to the config.
@@ -1118,7 +1118,7 @@ const (
11181118
DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0"
11191119

11201120
// GoVersion is the version of Go compiler this release was built with.
1121-
GoVersion = "go1.25.2"
1121+
GoVersion = "go1.25.3"
11221122

11231123
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11241124
KubernetesTalosAPIServiceName = "talos"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-alpha.0-35-g1e3d375
1+
v1.12.0-alpha.0-40-g8ddac2d

pkg/machinery/gendata/data/tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-alpha.0-13-g11f0337
1+
v1.12.0-alpha.0-15-ge62d613

0 commit comments

Comments
 (0)