feat: update Linux to 6.6.36
Also update containerd to 2.0.0-rc.3, runc to 1.2.0-rc.2. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
6b0fe5b8ca
commit
d9d62d4da6
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-alpha.0-5-gd2746e5
|
||||
|
||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||
PKGS ?= v1.8.0-alpha.0-29-g84bad89
|
||||
PKGS ?= v1.8.0-alpha.0-32-g8d6b19a
|
||||
EXTRAS ?= v1.8.0-alpha.0-2-g0efb05f
|
||||
|
||||
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
|
||||
|
@ -18,9 +18,9 @@ preface = """\
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
Kubernetes: 1.30.2
|
||||
Linux: 6.6.32
|
||||
containerd: 2.0.0-rc.2
|
||||
runc: 1.2.0-rc.1
|
||||
Linux: 6.6.36
|
||||
containerd: 2.0.0-rc.3
|
||||
runc: 1.2.0-rc.2
|
||||
etcd: 3.5.14
|
||||
Flannel: 0.25.3
|
||||
|
||||
|
@ -14,7 +14,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "6.6.33-talos"
|
||||
DefaultKernelVersion = "6.6.36-talos"
|
||||
|
||||
// KernelModulesPath is the default path to the kernel modules without the kernel version.
|
||||
KernelModulesPath = "/lib/modules"
|
||||
@ -477,7 +477,7 @@ const (
|
||||
TrustdUserID = 51
|
||||
|
||||
// DefaultContainerdVersion is the default container runtime version.
|
||||
DefaultContainerdVersion = "2.0.0-rc.2"
|
||||
DefaultContainerdVersion = "2.0.0-rc.3"
|
||||
|
||||
// SystemContainerdNamespace is the Containerd namespace for Talos services.
|
||||
SystemContainerdNamespace = "system"
|
||||
|
@ -1 +1 @@
|
||||
v1.8.0-alpha.0-29-g84bad89
|
||||
v1.8.0-alpha.0-32-g8d6b19a
|
Loading…
x
Reference in New Issue
Block a user