Skip to content

Commit ea0d1a3

Browse files
committed
feat: update Linux firmware and Intel u-code
Linux firmware via pkgs. Intel u-code: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20250812 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 1b1d883 commit ea0d1a3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
- name: EXTENSIONS_IMAGE_REF
8484
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
8585
- name: PKGS
86-
defaultValue: v1.12.0-alpha.0-4-gd5f7467
86+
defaultValue: v1.12.0-alpha.0-5-gfd53886
8787
- name: PKGS_PREFIX
8888
defaultValue: ghcr.io/siderolabs
8989
- name: TOOLS

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-08-07T15:53:10Z by kres 7f1d58a.
3+
# Generated on 2025-08-13T15:37:58Z by kres 9f63e23.
44

55
# common variables
66

@@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
5050
# extra variables
5151

5252
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
53-
PKGS ?= v1.12.0-alpha.0-4-gd5f7467
53+
PKGS ?= v1.12.0-alpha.0-5-gfd53886
5454
PKGS_PREFIX ?= ghcr.io/siderolabs
5555
TOOLS ?= v1.12.0-alpha.0
5656
TOOLS_PREFIX ?= ghcr.io/siderolabs

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ format: v1alpha2
44

55
vars:
66
CONTAINERD_VERSION: v2.1.4 # update this when updating PKGS_VERSION in Makefile
7-
LINUX_FIRMWARE_VERSION: "20250708" # update this when updating PKGS_VERSION in Makefile
7+
LINUX_FIRMWARE_VERSION: "20250808" # update this when updating PKGS_VERSION in Makefile
88
DRBD_DRIVER_VERSION: 9.2.14 # update this when updating PKGS_VERSION in Makefile
99
ZFS_DRIVER_VERSION: 2.3.3 # update this when updating PKGS_VERSION in Makefile
1010
ZFS_TOOLS_SHA256: 844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071

firmware/vars.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# renovate: datasource=github-releases extractVersion=^microcode-(?<version>.*)$ depName=intel/Intel-Linux-Processor-Microcode-Data-Files
2-
INTEL_UCODE_VERSION: 20250512
3-
INTEL_UCODE_SHA256: 041af7d2f5791a47c1e914abd7d6255de4d4fc61b0f8e49ada6ee7014bcc3614
4-
INTEL_UCODE_SHA512: 7c22448eaec64a09562fc05da59e8b77bd828ff7a8c2973a012eb5e2cf92a6cfff6e770e379f5db4a8d633de610be6f02ddd033351505a2b8180e3982d63a49e
2+
INTEL_UCODE_VERSION: 20250812
3+
INTEL_UCODE_SHA256: a8358422c68cc4d15c26db1ef682fbce332c3f46c4e087a79c132c437ec5f407
4+
INTEL_UCODE_SHA512: 5c21676d1c1783c937c78ca00b9f8d9a870bc7dfdde564bdf2ba277931223fa8d6a2f21d6a0e6249b4ba8ccc2e47d5b3cbf41cc5edc08360c909b3f1c7f2dec1

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ qemu-guest-agent: 10.0.2
2525
fuse: 3.17.2
2626
nut: 2.8.3
2727
Tailscale: 1.84.2
28-
Linux firmware: 20250708
28+
Linux firmware: 20250808
2929
metal-agent: 0.1.3
30-
Intel u-code: 20250512
30+
Intel u-code: 20250812
3131
wasmedge: 0.6.0
3232
Kata containers: 3.18.0
3333
NVIDIA LTS: 535.247.01

0 commit comments

Comments
 (0)