Skip to content

Commit

Permalink
chore: update Linux to 5.10.69
Browse files Browse the repository at this point in the history
See siderolabs/pkgs#336

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Sep 28, 2021
1 parent 62acd62 commit 628fbf9
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.8.0-alpha.0-3-g2790b55
PKGS ?= v0.8.0-alpha.0-3-gdb90f93
PKGS ?= v0.8.0-alpha.0-4-g28cda67
EXTRAS ?= v0.6.0-alpha.0
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.0
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.10.58-talos"
DefaultKernelVersion = "5.10.69-talos"

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

0 comments on commit 628fbf9

Please sign in to comment.