Skip to content

Commit

Permalink
feat: update Linux to 6.12.5
Browse files Browse the repository at this point in the history
Latest 6.12.x for Talos 1.9.0.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit a49bb9e)
  • Loading branch information
smira committed Dec 17, 2024
1 parent 242a91f commit 7d73853
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ preface = """
[notes.updates]
title = "Component Updates"
description = """\
* Linux: 6.12.4
* Linux: 6.12.5
* containerd: 2.0.1
* Flannel: 0.26.1
* Kubernetes: 1.32.0
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.4-talos"
DefaultKernelVersion = "6.12.5-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 website/content/v1.9/introduction/what-is-new/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Support for `cgroupsv1` is deprecated, and will be removed in Talos 1.10 (for no

## Component Updates

* Linux: 6.12.4
* Linux: 6.12.5
* containerd: 2.0.1
* Flannel: 0.26.1
* Kubernetes: 1.32.0
Expand Down

0 comments on commit 7d73853

Please sign in to comment.