mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 04:16:21 +02:00
feat: update Linux to 6.18.15
Latest LTS. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
0ab84c2a15
commit
ebcfafd4e2
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
|
||||
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
|
||||
TOOLS ?= v1.13.0-alpha.0-16-g9de9770
|
||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||
PKGS ?= v1.13.0-alpha.0-63-g830fbac
|
||||
PKGS ?= v1.13.0-alpha.0-64-gb7c7ab2
|
||||
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
|
||||
GENERATE_VEX ?= latest
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ preface = """
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
Linux: 6.18.14
|
||||
Linux: 6.18.15
|
||||
containerd: 2.2.1
|
||||
etcd: 3.6.8
|
||||
CoreDNS: 1.14.1
|
||||
|
||||
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "6.18.14-talos"
|
||||
DefaultKernelVersion = "6.18.15-talos"
|
||||
|
||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||
// to the config.
|
||||
|
||||
@ -1 +1 @@
|
||||
v1.13.0-alpha.0-63-g830fbac
|
||||
v1.13.0-alpha.0-64-gb7c7ab2
|
||||
Loading…
x
Reference in New Issue
Block a user