Skip to content

Commit

Permalink
chore: update kernel to 5.15.21
Browse files Browse the repository at this point in the history
Ump kernel to 5.15.21 stable

Ref: siderolabs/pkgs#390

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Feb 7, 2022
1 parent c7186ed commit 9302058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.10.0-alpha.0-1-g67314b1
PKGS ?= v0.10.0-alpha.0-17-g90dcd00
PKGS ?= v0.10.0-alpha.0-18-gc9a6415
EXTRAS ?= v0.8.0-alpha.0-1-g7c1f3cc
GO_VERSION ?= 1.17
GOFUMPT_VERSION ?= v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ with a single `--mode` flag that can take the following values:
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.19
* Linux: 5.15.21
* Kubernetes: 1.23.3
* CoreDNS: 1.8.7
* etcd: 3.5.2
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.15.19-talos"
DefaultKernelVersion = "5.15.21-talos"

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

0 comments on commit 9302058

Please sign in to comment.