Skip to content

Commit

Permalink
chore: update Linux to 5.15.16
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jan 20, 2022
1 parent d4b8445 commit b1e61fa
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-12-g5d4d8d6
PKGS ?= v0.10.0-alpha.0-13-gc14eb99
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.14
* Linux: 5.15.16
* containerd: 1.5.9
* CoreDNS: 1.8.7
* containerd: 1.6.0-rc.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.15.14-talos"
DefaultKernelVersion = "5.15.16-talos"

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

0 comments on commit b1e61fa

Please sign in to comment.