Skip to content

Commit

Permalink
chore: update Linux to 6.1.44
Browse files Browse the repository at this point in the history
Contains mitigations for the most recent CPU vulnerabilities.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Aug 9, 2023
1 parent 0b9f200 commit 8a94ae9
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.5.0
PKGS ?= v1.5.0
PKGS ?= v1.5.0-1-g8a2227d
EXTRAS ?= v1.5.0
# renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.20
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ preface = """\
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 6.1.42
* Linux: 6.1.44
* containerd: 1.6.22
* runc: 1.1.8
* etcd: 3.5.9
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 = "6.1.42-talos"
DefaultKernelVersion = "6.1.44-talos"

// DefaultKernelModulesPath is the default path to the kernel modules.
DefaultKernelModulesPath = "/lib/modules" + "/" + DefaultKernelVersion
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.5.0
v1.5.0-1-g8a2227d

0 comments on commit 8a94ae9

Please sign in to comment.