Skip to content

Commit

Permalink
chore: update Linux to 5.10.28, u-boot to final 2021.04 release
Browse files Browse the repository at this point in the history
See siderolabs/pkgs#261 siderolabs/pkgs#262

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Apr 10, 2021
1 parent daf2208 commit e3585f2
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 @@ -11,7 +11,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.5.0-alpha.0-4-g1f26def
PKGS ?= v0.5.0-alpha.0-5-g9a6cf6b
PKGS ?= v0.5.0-alpha.0-7-g98964cb
EXTRAS ?= v0.3.0-alpha.0-2-gcf3934a
GO_VERSION ?= 1.16
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.27-talos"
DefaultKernelVersion = "5.10.28-talos"

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

0 comments on commit e3585f2

Please sign in to comment.