Skip to content

Commit 65dad24

Browse files
committed
feat: update Linux to 5.15.30
This is a backport for Talos 1.0.0. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent d31fed8 commit 65dad24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NAME = Talos
1313

1414
ARTIFACTS := _out
1515
TOOLS ?= ghcr.io/talos-systems/tools:v1.0.0-1-g4c77d96
16-
PKGS ?= v1.0.0-1-gcd86ab5
16+
PKGS ?= v1.0.0-2-g9d4e9ae
1717
EXTRAS ?= v1.0.0
1818
GO_VERSION ?= 1.17
1919
GOFUMPT_VERSION ?= v0.1.1

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Previously, the audit logs were sent to `kube-apiserver`'s `stdout`, along with
7171
[notes.updates]
7272
title = "Component Updates"
7373
description="""\
74-
* Linux: 5.15.28
74+
* Linux: 5.15.30
7575
* Kubernetes: 1.23.5
7676
* CoreDNS: 1.9.0
7777
* etcd: 3.5.2

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
// DefaultKernelVersion is the default Linux kernel version.
16-
DefaultKernelVersion = "5.15.28-talos"
16+
DefaultKernelVersion = "5.15.30-talos"
1717

1818
// KernelParamConfig is the kernel parameter name for specifying the URL.
1919
// to the config.

0 commit comments

Comments
 (0)