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:
Andrey Smirnov
2024-05-28 20:58:46 +04:00
parent f876025b38
commit e529fccb2b
6 changed files with 5 additions and 6 deletions

View File

@@ -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)

View File

@@ -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.
"""

View File

@@ -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"

View File

@@ -1 +1 @@
v1.7.0-14-g9caa8be
v1.7.0-17-ga201d27