Skip to content

Commit 8b80caf

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

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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: 9575c6d74491058bbf998c359d7f25f23655d97a31663a8ed6a98def2b0aaf2b
11-
sha512: f5f3dfb1706675060b00057b5f017c2cb4ac0df74727139185fd167ca67fc6c611e205b1caeded23b006e4d8d314f87537007e7bafba2c87373f6d960988c911
10+
sha256: b5e3cbcb2e34d4c32dcdbfee36603dd68e8a4162cf7e44084f6989d440e69a08
11+
sha512: 1c0f1707bf7db70d04e94a0728c0f61a1f9c25fead8c2c3716cafd20c976973cf636e411d12f81b34bf0076d7c7601c11b1bcd92a2e1be35d98003bb61ace569
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: 20240312
2+
INTEL_UCODE_VERSION: 20240514

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ See [Talos Linux documentation](https://www.talos.dev/v1.7/talos-guides/configur
2020
title = "Component Updates"
2121
description = """
2222
ZFS: 2.2.4
23+
Intel microcode: 20240514
2324
"""
2425

2526

0 commit comments

Comments
 (0)