Skip to content

Commit

Permalink
feat: update Linux to 5.15.6
Browse files Browse the repository at this point in the history
See siderolabs/pkgs#364

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 3, 2021
1 parent 73293bc commit 1a13aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.9.0-alpha.0-5-g96e0231
PKGS ?= v0.9.0-alpha.0-22-g80a5f97
PKGS ?= v0.9.0-alpha.0-23-g4b55a29
EXTRAS ?= v0.7.0-alpha.0-2-g50fc401
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
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.5-talos"
DefaultKernelVersion = "5.15.6-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
Expand Down

0 comments on commit 1a13aaa

Please sign in to comment.