mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 12:26:21 +02:00
feat: update Linux to 6.18.24
Sync pkgs/tools, also updates Flannel CNI plugin. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
1f949d9a55
commit
cb969aa9f8
4
Makefile
4
Makefile
@ -26,9 +26,9 @@ DEBUG_TOOLS_SOURCE := scratch
|
||||
EMBED_TARGET ?= embed
|
||||
|
||||
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
|
||||
TOOLS ?= v1.13.0-beta.0-3-gc192d81
|
||||
TOOLS ?= v1.13.0
|
||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||
PKGS ?= v1.13.0-beta.0-14-gb121566
|
||||
PKGS ?= v1.13.0
|
||||
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
|
||||
GENERATE_VEX ?= latest
|
||||
|
||||
|
||||
@ -18,13 +18,13 @@ preface = """
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
Linux: 6.18.22
|
||||
Linux: 6.18.24
|
||||
containerd: 2.2.3
|
||||
etcd: 3.6.9
|
||||
CoreDNS: 1.14.2
|
||||
Kubernetes: 1.36.0-rc.1
|
||||
Kubernetes: 1.36.0
|
||||
CNI: 1.9.1
|
||||
Flannel CNI plugin: v1.9.0-flannel1
|
||||
Flannel CNI plugin: v1.9.1-flannel1
|
||||
Flannel: 0.28.2
|
||||
LVM2: 2_03_38
|
||||
runc: 1.4.2
|
||||
|
||||
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "6.18.22-talos"
|
||||
DefaultKernelVersion = "6.18.24-talos"
|
||||
|
||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||
// to the config.
|
||||
|
||||
@ -1 +1 @@
|
||||
v1.13.0-beta.0-14-gb121566
|
||||
v1.13.0
|
||||
@ -1 +1 @@
|
||||
v1.13.0-beta.0-3-gc192d81
|
||||
v1.13.0
|
||||
Loading…
x
Reference in New Issue
Block a user