Skip to content

Commit

Permalink
feat: update Intel u-code to 20241029
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Oct 30, 2024
1 parent 6d5f49b commit 7dab4c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 8b7582eac7e9a691356e18b3bdcbc7b2db09494e040ec980a4a5fb6d0da261bf
sha512: d996de4f045df33f4eb1a1dabfb2f55bd8941e8dc16241d7a6c361216f4b87b88c34ba57c88ee4d4b7b3cf2b3fac937c43806191681df031fa3d5cdd677a86fe
sha256: 1cae9cde48fb44444ed40ce045c34a1debbc8cfff3fb84e44c62798459f818c3
sha512: 4050fd6fc6d42a8188368c3dd7a83183d4184bdd6459491e414c4aa12989ca5e2dd9ba01b2fba76cb86fc40f7428614aa262227945128d97d39544e512c37642
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: 20240910
INTEL_UCODE_VERSION: 20241029
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ crun: 1.17
gvisor: 20241007.0
spin: 0.16.0
ecr-credential-provider: 1.31.1
Intel microcode: 20241029
"""

[make_deps]

0 comments on commit 7dab4c8

Please sign in to comment.