Skip to content

Commit

Permalink
feat: patch Linux kernel with UEFI randomize fix
Browse files Browse the repository at this point in the history
There seems to be an issue on arm64/UEFI.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 11, 2022
1 parent 0872ca7 commit 7e7b07b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 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-2-gdcbd748
PKGS ?= v1.2.0-16-gfca1701
PKGS ?= v1.2.0-18-g4e4a1c6
EXTRAS ?= v1.2.0-2-gf14175f
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.11
Expand Down
7 changes: 2 additions & 5 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "siderolabs/talos"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.2.3"
previous = "v1.2.4"

pre_release = false

Expand All @@ -18,10 +18,7 @@ preface = """\
[notes.updates]
title = "Component Updates"
description="""\
* Kubernetes: v1.25.2
* Linux: 5.15.72
Talos is built with Go 1.19.2.
* Linux: 5.15.72 + UEFI/arm64 patch
"""

[make_deps]
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-16-gfca1701
v1.2.0-18-g4e4a1c6

0 comments on commit 7e7b07b

Please sign in to comment.