feat: update Linux to 6.6.51
Also disable max of one commit. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
bd91675121
commit
a43e7247b6
@ -1,6 +1,6 @@
|
|||||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||||
#
|
#
|
||||||
# Generated on 2024-07-05T14:59:05Z by kres 8c8b007.
|
# Generated on 2024-09-13T08:58:32Z by kres 8be5fa7.
|
||||||
|
|
||||||
policies:
|
policies:
|
||||||
- type: commit
|
- type: commit
|
||||||
@ -12,7 +12,7 @@ policies:
|
|||||||
gitHubOrganization: siderolabs
|
gitHubOrganization: siderolabs
|
||||||
spellcheck:
|
spellcheck:
|
||||||
locale: US
|
locale: US
|
||||||
maximumOfOneCommit: true
|
maximumOfOneCommit: false
|
||||||
header:
|
header:
|
||||||
length: 89
|
length: 89
|
||||||
imperative: true
|
imperative: true
|
||||||
|
@ -2074,3 +2074,7 @@ spec:
|
|||||||
TF_SCRIPT_DIR: _out/contrib
|
TF_SCRIPT_DIR: _out/contrib
|
||||||
TF_E2E_TEST_TYPE: equinix-metal
|
TF_E2E_TEST_TYPE: equinix-metal
|
||||||
TF_E2E_ACTION: destroy
|
TF_E2E_ACTION: destroy
|
||||||
|
---
|
||||||
|
kind: common.Repository
|
||||||
|
spec:
|
||||||
|
conformMaximumOfOneCommit: false
|
||||||
|
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ ARTIFACTS := _out
|
|||||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-1-ga0c06c6
|
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-1-ga0c06c6
|
||||||
|
|
||||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||||
PKGS ?= v1.8.0
|
PKGS ?= v1.8.0-4-g736ecae
|
||||||
EXTRAS ?= v1.8.0
|
EXTRAS ?= v1.8.0
|
||||||
|
|
||||||
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
||||||
|
@ -29,7 +29,7 @@ All other release assets can be downloaded from [Image Factory](https://www.talo
|
|||||||
title = "Component Updates"
|
title = "Component Updates"
|
||||||
description = """\
|
description = """\
|
||||||
Kubernetes: 1.31.1
|
Kubernetes: 1.31.1
|
||||||
Linux: 6.6.49
|
Linux: 6.6.51
|
||||||
containerd: 2.0.0-rc.4
|
containerd: 2.0.0-rc.4
|
||||||
runc: 1.2.0-rc.3
|
runc: 1.2.0-rc.3
|
||||||
etcd: 3.5.16
|
etcd: 3.5.16
|
||||||
|
@ -14,7 +14,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultKernelVersion is the default Linux kernel version.
|
// DefaultKernelVersion is the default Linux kernel version.
|
||||||
DefaultKernelVersion = "6.6.49-talos"
|
DefaultKernelVersion = "6.6.51-talos"
|
||||||
|
|
||||||
// KernelModulesPath is the default path to the kernel modules without the kernel version.
|
// KernelModulesPath is the default path to the kernel modules without the kernel version.
|
||||||
KernelModulesPath = "/lib/modules"
|
KernelModulesPath = "/lib/modules"
|
||||||
|
@ -1 +1 @@
|
|||||||
v1.8.0
|
v1.8.0-4-g736ecae
|
Loading…
Reference in New Issue
Block a user