chore: update Linux to 5.15.16
See https://www.openwall.com/lists/oss-security/2022/01/18/7 Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
parent
d4b8445935
commit
b1e61fa5b1
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user