Skip to content

Commit 624f9b5

Browse files
committed
chore: update deps
Updated the following dependencies: tools v1.12.0-6-gdc37e09 pkgs v1.12.0-35-g15d5d78 Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent 3aa1539 commit 624f9b5

File tree

5 files changed

+8
-15
lines changed

5 files changed

+8
-15
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-4-g31959f4
28+
TOOLS ?= v1.12.0-6-gdc37e09
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-32-g4f8efaf
30+
PKGS ?= v1.12.0-35-g15d5d78
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,9 @@ preface = """
1818
[notes.updates]
1919
title = "Component Updates"
2020
description = """\
21-
Linux: 6.18.5
21+
Linux: 6.18.8
2222
23-
Talos is built with Go 1.25.6.
24-
"""
25-
26-
[notes.talosctl_images_talos_bundle]
27-
title = "`talosctl images talos-bundle` can ignore reaching to the registry"
28-
description = """\
29-
The `talosctl images talos-bundle` command now accepts optional `--ovelays` and `--extensions` flags.
30-
If those are set to `false`, the command will not attempt to reach out to the container registry to fetch the latest versions and digests of the overlays and extensions.
23+
Talos is built with Go 1.25.7.
3124
"""
3225

3326
[make_deps]

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.18.5-talos"
17+
DefaultKernelVersion = "6.18.8-talos"
1818

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

11301130
// GoVersion is the version of Go compiler this release was built with.
1131-
GoVersion = "go1.25.6"
1131+
GoVersion = "go1.25.7"
11321132

11331133
// KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11341134
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-32-g4f8efaf
1+
v1.12.0-35-g15d5d78

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-4-g31959f4
1+
v1.12.0-6-gdc37e09

0 commit comments

Comments
 (0)