Skip to content

Commit

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

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Sep 12, 2022
1 parent 2f3b58b commit 577ff4f
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-1-gccc64f9
PKGS ?= v1.2.0-9-gb264dc2
PKGS ?= v1.2.0-10-g0f4351f
EXTRAS ?= v1.2.0-1-g116c5a9
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.11
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ preface = """\
title = "Component Updates"
description="""\
* Flannel: v0.19.2
* Linux: 5.15.65
* Linux: 5.15.67
Talos is built with Go 1.19.1.
"""
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.65-talos"
DefaultKernelVersion = "5.15.67-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-9-gb264dc2
v1.2.0-10-g0f4351f

0 comments on commit 577ff4f

Please # to comment.