mirror of
https://github.com/lingble/talos.git
synced 2026-03-20 04:03:37 +00:00
feat: update Linux to 6.6.32
Using the latest LTS for Talos v1.7.3. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -18,7 +18,7 @@ ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-2-g345db93
|
||||
|
||||
PKGS_PREFIX ?= ghcr.io/siderolabs
|
||||
PKGS ?= v1.7.0-14-g9caa8be
|
||||
PKGS ?= v1.7.0-17-ga201d27
|
||||
EXTRAS ?= v1.7.0-1-gbb76755
|
||||
|
||||
PKG_FHS ?= $(PKGS_PREFIX)/fhs:$(PKGS)
|
||||
|
||||
@@ -6,7 +6,7 @@ github_repo = "siderolabs/talos"
|
||||
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
|
||||
|
||||
# previous release
|
||||
previous = "v1.7.1"
|
||||
previous = "v1.7.2"
|
||||
|
||||
pre_release = false
|
||||
|
||||
@@ -17,8 +17,7 @@ preface = """\
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
Kubernetes: 1.30.1
|
||||
Linux: 6.6.30
|
||||
Linux: 6.6.32
|
||||
|
||||
Talos is built with Go 1.22.3.
|
||||
"""
|
||||
|
||||
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "6.6.30-talos"
|
||||
DefaultKernelVersion = "6.6.32-talos"
|
||||
|
||||
// KernelModulesPath is the default path to the kernel modules without the kernel version.
|
||||
KernelModulesPath = "/lib/modules"
|
||||
|
||||
@@ -1 +1 @@
|
||||
v1.7.0-14-g9caa8be
|
||||
v1.7.0-17-ga201d27
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user