Skip to content

Commit

Permalink
feat: update Linux to 6.12.3
Browse files Browse the repository at this point in the history
Latest 6.12.x release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit c3537b2)
  • Loading branch information
smira committed Dec 9, 2024
1 parent 3a0c345 commit ebf1d84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-07-05T14:59:05Z by kres 8c8b007.
# Generated on 2024-12-09T11:04:11Z by kres 8183c20.

policies:
- type: commit
Expand All @@ -12,7 +12,7 @@ policies:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
maximumOfOneCommit: false
header:
length: 89
imperative: true
Expand Down
1 change: 1 addition & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
---
kind: common.Repository
spec:
conformMaximumOfOneCommit: false
conformScopes:
- apid
- machined
Expand Down
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.1
* Linux: 6.12.3
* containerd: 2.0.0
* Flannel: 0.26.1
* Kubernetes: 1.32.0-rc.1
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.1-talos"
DefaultKernelVersion = "6.12.3-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down

0 comments on commit ebf1d84

Please sign in to comment.