Skip to content

Commit

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

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Mar 15, 2021
1 parent d4d7788 commit 891f90f
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.5.0-alpha.0
PKGS ?= v0.5.0-alpha.0-1-gdbae83e
PKGS ?= v0.5.0-alpha.0-2-g35f9b6f
EXTRAS ?= v0.3.0-alpha.0
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.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 891f90f

Please sign in to comment.