Skip to content

Commit

Permalink
feat: update Linux to 6.12.8
Browse files Browse the repository at this point in the history
Also update runc to 1.2.4.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 10, 2025
1 parent e6a4583 commit 1be5f8f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ DEBUG_TOOLS_SOURCE := scratch
EMBED_TARGET ?= embed

PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.10.0-alpha.0-18-ge7eddcf
PKGS ?= v1.10.0-alpha.0-23-gc9d718d
EXTRAS ?= v1.9.0

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down
3 changes: 2 additions & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ preface = """
[notes.updates]
title = "Component Updates"
description = """\
* Linux: 6.12.6
* Linux: 6.12.8
* CNI plugins: 1.6.1
* runc: 1.2.4
Talos is built with Go 1.23.4.
"""
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.12.6-talos"
DefaultKernelVersion = "6.12.8-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.10.0-alpha.0-18-ge7eddcf
v1.10.0-alpha.0-23-gc9d718d

0 comments on commit 1be5f8f

Please sign in to comment.