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 stable

Ref: siderolabs/pkgs#433

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 28, 2022
1 parent 7e38635 commit d491a4e
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.0.0-1-g4c77d96
PKGS ?= v1.0.0-5-g615d1a0
PKGS ?= v1.0.0-6-g7c293d5
EXTRAS ?= v1.0.0
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 @@ -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 d491a4e

Please sign in to comment.