mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 14:11:13 +02:00
chore: bump kernel to 5.15.32
Bump kernel to 5.15.32 Ref: https://github.com/siderolabs/pkgs/pull/432 Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
957b2f233c
commit
e2666f58f5
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ NAME = Talos
|
|||||||
|
|
||||||
ARTIFACTS := _out
|
ARTIFACTS := _out
|
||||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-1-g99be089
|
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-1-g99be089
|
||||||
PKGS ?= v1.1.0-alpha.0-9-ga76edfd
|
PKGS ?= v1.1.0-alpha.0-10-gba98e20
|
||||||
EXTRAS ?= v1.0.0
|
EXTRAS ?= v1.0.0
|
||||||
GO_VERSION ?= 1.17
|
GO_VERSION ?= 1.17
|
||||||
GOIMPORTS_VERSION ?= v0.1.10
|
GOIMPORTS_VERSION ?= v0.1.10
|
||||||
|
@ -71,7 +71,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
|
|||||||
[notes.updates]
|
[notes.updates]
|
||||||
title = "Component Updates"
|
title = "Component Updates"
|
||||||
description="""\
|
description="""\
|
||||||
* Linux: 5.15.31
|
* Linux: 5.15.32
|
||||||
* Kubernetes: 1.23.5
|
* Kubernetes: 1.23.5
|
||||||
* CoreDNS: 1.9.1
|
* CoreDNS: 1.9.1
|
||||||
* etcd: 3.5.2
|
* etcd: 3.5.2
|
||||||
|
@ -13,7 +13,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultKernelVersion is the default Linux kernel version.
|
// DefaultKernelVersion is the default Linux kernel version.
|
||||||
DefaultKernelVersion = "5.15.31-talos"
|
DefaultKernelVersion = "5.15.32-talos"
|
||||||
|
|
||||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||||
// to the config.
|
// to the config.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user