Skip to content

Commit

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

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

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.3.0-19-ge54841a
PKGS ?= v0.3.0-69-gf9d9690
PKGS ?= v0.3.0-71-g0368166
EXTRAS ?= v0.1.0-8-g3cb9fc9
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.7-talos"
DefaultKernelVersion = "5.10.14-talos"

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

0 comments on commit f989677

Please sign in to comment.