Skip to content

Commit

Permalink
chore: bump kernel to 5.15.32
Browse files Browse the repository at this point in the history
Bump kernel to 5.15.32

Ref: siderolabs/pkgs#432

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 28, 2022
1 parent 957b2f2 commit e2666f5
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/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
GO_VERSION ?= 1.17
GOIMPORTS_VERSION ?= v0.1.10
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.31
* Linux: 5.15.32
* Kubernetes: 1.23.5
* CoreDNS: 1.9.1
* 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.31-talos"
DefaultKernelVersion = "5.15.32-talos"

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

0 comments on commit e2666f5

Please sign in to comment.