Skip to content

Commit 9d4f24f

Browse files
committed
feat: update Intel CPU ucode to 20240312
See [RFDS](https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/register-file-data-sampling.html). Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 0638039 commit 9d4f24f

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: cee26f311f7e2c039dd48cd30f995183bde9b98fb4c3039800e2ddaf5c090e55
11-
sha512: a684444ef81e81687ff43b8255e95675eed1d728053bb1a483a60e94e2d2d43f10fc12522510b22daf90c4debd8f035e6b9a565813aa799c2e1e3a464124f59b
10+
sha256: 9575c6d74491058bbf998c359d7f25f23655d97a31663a8ed6a98def2b0aaf2b
11+
sha512: f5f3dfb1706675060b00057b5f017c2cb4ac0df74727139185fd167ca67fc6c611e205b1caeded23b006e4d8d314f87537007e7bafba2c87373f6d960988c911
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: 20231114
2+
INTEL_UCODE_VERSION: 20240312

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more
3434
* Tailscale: 1.60.1
3535
* nvidia-container-runtime: v1.14.5
3636
* libnvidia-container: v1.14.5
37+
* Intel CPU Microcode: 20240312
3738
"""
3839

3940

0 commit comments

Comments
 (0)