Skip to content

Commit

Permalink
feat: update Linux to 5.15.79
Browse files Browse the repository at this point in the history
Latest Linux 5.15.x LTS.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Nov 21, 2022
1 parent 4361c14 commit e29f306
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-2-gdcbd748
PKGS ?= v1.2.0-19-gf3dfac7
PKGS ?= v1.2.0-20-g23c0dfd
EXTRAS ?= v1.2.0-2-gf14175f
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.11
Expand Down
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ preface = """\
title = "Component Updates"
description="""\
* Kubernetes: v1.25.4
* Linux: 5.15.79
"""

[make_deps]
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 @@ -13,7 +13,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.15.74-talos"
DefaultKernelVersion = "5.15.79-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
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.2.0-19-gf3dfac7
v1.2.0-20-g23c0dfd

0 comments on commit e29f306

Please sign in to comment.