Skip to content

Commit

Permalink
feat: update Linux to 6.6.32
Browse files Browse the repository at this point in the history
Using the latest LTS for Talos v1.7.3.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 28, 2024
1 parent f876025 commit e529fcc
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 2 additions & 3 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
"""
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0-14-g9caa8be
v1.7.0-17-ga201d27
Binary file not shown.
Binary file not shown.

0 comments on commit e529fcc

Please sign in to comment.