Skip to content

Commit

Permalink
chore: bump kernel to 5.15.52
Browse files Browse the repository at this point in the history
Bump kernel to [5.15.52](siderolabs/pkgs#529)

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jul 4, 2022
1 parent d27a6a4 commit e437445
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0
PKGS ?= v1.2.0-alpha.0-17-g4412db8
PKGS ?= v1.2.0-alpha.0-18-g9ee662c
EXTRAS ?= v1.2.0-alpha.0
GO_VERSION ?= 1.18
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 @@ -52,7 +52,7 @@ vlan=eth1.5:eth1 ip=172.20.0.2::172.20.0.1:255.255.255.0::eth1.5:::::
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.51
* Linux: 5.15.52
"""

[notes.talos-config-kernel-param-variable-substitution]
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.51-talos"
DefaultKernelVersion = "5.15.52-talos"

// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0-alpha.0-17-g4412db8
v1.2.0-alpha.0-18-g9ee662c

0 comments on commit e437445

Please sign in to comment.