Skip to content

Commit 1424402

Browse files
committed
feat: update Intel u-code to 20241112
See https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20241112 Signed-off-by: Andrey Smirnov <[email protected]> (cherry picked from commit 8b68b70)
1 parent 3285165 commit 1424402

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

firmware/intel-ucode/pkg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ steps:
77
- sources:
88
- url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-{{ .INTEL_UCODE_VERSION }}.tar.gz
99
destination: intel-ucode.tar.gz
10-
sha256: 1cae9cde48fb44444ed40ce045c34a1debbc8cfff3fb84e44c62798459f818c3
11-
sha512: 4050fd6fc6d42a8188368c3dd7a83183d4184bdd6459491e414c4aa12989ca5e2dd9ba01b2fba76cb86fc40f7428614aa262227945128d97d39544e512c37642
10+
sha256: 37246208ef68039be752438c72400a688a2238df13a7f5282497c80be2d8366d
11+
sha512: de4ddb0a77e17a4a5b6789537cf71db9ab884c795ef5c77b17d3392fda0fbb4d860cc27bcdbd7512d9412d6f934e6771e889be262b20e77433e0f72d3b6cf1f0
1212
prepare:
1313
- |
1414
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml

firmware/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# renovate: datasource=github-releases extractVersion=^microcode-(?<version>.*)$ depName=intel/Intel-Linux-Processor-Microcode-Data-Files
2-
INTEL_UCODE_VERSION: 20241029
2+
INTEL_UCODE_VERSION: 20241112

hack/release.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v1.8.2"
9+
previous = "v1.8.3"
1010

1111
pre_release = false
1212

@@ -19,9 +19,7 @@ See [Talos Linux documentation](https://www.talos.dev/v1.8/talos-guides/configur
1919
[notes.updates]
2020
title = "Component Updates"
2121
description = """\
22-
* Intel microcode: 20241029
23-
* Linux Firmware: 20241110
24-
* vmtoolsd-guest-agent: v0.6.1
22+
Intel microcode: 20241112
2523
"""
2624

2725
[make_deps]

0 commit comments

Comments
 (0)