Skip to content

Commit

Permalink
chore: update Linux to 5.10.23
Browse files Browse the repository at this point in the history
Security kernel update.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Mar 15, 2021
1 parent 96477d2 commit aaa19e1
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 @@ -10,7 +10,7 @@ DOCKER_LOGIN_ENABLED ?= true

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.4.0-1-g3b25a7e
PKGS ?= v0.4.1-1-g8e2a376
PKGS ?= v0.4.1-2-gd471b60
EXTRAS ?= v0.2.0-1-g0db3328
GO_VERSION ?= 1.15
GOFUMPT_VERSION ?= abc0db2c416aca0f60ea33c23c76665f6e7ba0b6
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 = "5.10.19-talos"
DefaultKernelVersion = "5.10.23-talos"

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

0 comments on commit aaa19e1

Please sign in to comment.