Skip to content

Commit

Permalink
feat: update Intel u-code to 20241112
Browse files Browse the repository at this point in the history
See https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20241112

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit 8b68b70)
  • Loading branch information
smira committed Dec 12, 2024
1 parent 3285165 commit 1424402
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions firmware/intel-ucode/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ steps:
- sources:
- url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-{{ .INTEL_UCODE_VERSION }}.tar.gz
destination: intel-ucode.tar.gz
sha256: 1cae9cde48fb44444ed40ce045c34a1debbc8cfff3fb84e44c62798459f818c3
sha512: 4050fd6fc6d42a8188368c3dd7a83183d4184bdd6459491e414c4aa12989ca5e2dd9ba01b2fba76cb86fc40f7428614aa262227945128d97d39544e512c37642
sha256: 37246208ef68039be752438c72400a688a2238df13a7f5282497c80be2d8366d
sha512: de4ddb0a77e17a4a5b6789537cf71db9ab884c795ef5c77b17d3392fda0fbb4d860cc27bcdbd7512d9412d6f934e6771e889be262b20e77433e0f72d3b6cf1f0
prepare:
- |
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml
Expand Down
2 changes: 1 addition & 1 deletion firmware/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases extractVersion=^microcode-(?<version>.*)$ depName=intel/Intel-Linux-Processor-Microcode-Data-Files
INTEL_UCODE_VERSION: 20241029
INTEL_UCODE_VERSION: 20241112
6 changes: 2 additions & 4 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.8.2"
previous = "v1.8.3"

pre_release = false

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

[make_deps]

0 comments on commit 1424402

Please sign in to comment.