Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update Linux firmware to 20241210 #559

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.\n\nGenerated on 2024-12-16T14:24:07Z by kres f05fefd.\n\n",
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.",
"prHeader": "Update Request | Renovate Bot",
"extends": [
":dependencyDashboard",
Expand Down
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.10.0-alpha.0-9-g86e3755
defaultValue: v1.10.0-alpha.0-12-g28c909d
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-12-16T04:55:48Z by kres 8183c20.
# Generated on 2024-12-18T10:49:19Z by kres b9507d6.

# common variables

Expand Down Expand Up @@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.10.0-alpha.0-9-g86e3755
PKGS ?= v1.10.0-alpha.0-12-g28c909d
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
LINUX_FIRMWARE_VERSION: "20241110" # update this when updating PKGS_VERSION in Makefile
LINUX_FIRMWARE_VERSION: "20241210" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.12 # update this when updating PKGS_VERSION in Makefile
ZFS_DRIVER_VERSION: 2.2.7 # update this when updating PKGS_VERSION in Makefile
UTIL_LINUX_VERSION: 2.40.2 # update this when updating PKGS_VERSION in Makefile
Expand Down
44 changes: 3 additions & 41 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,20 @@ github_repo = "siderolabs/extensions"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.8.0"
previous = "v1.9.0"

pre_release = true

preface = """\
See [Talos Linux documentation](https://www.talos.dev/v1.9/talos-guides/configuration/system-extensions/) for information on using system extensions.
See [Talos Linux documentation](https://www.talos.dev/v1.10/talos-guides/configuration/system-extensions/) for information on using system extensions.
"""

[notes]
[notes.lldpd]
title = "LLDP"
description = """\
lldpd is now available as a system extension.
"""

[notes.dvb]
title = "dvb"
description = """\
dvb drivers + firmware is now available as a system extension.
"""

[notes.cloudflared]
title = "Cloudflared"
description = """\
Cloudflared is now available as a system extension.
"""

[notes.drm]
title = "Direct Rendering Manager (DRM)"
description = """\
New `i915` and `amdgpu` extensions are now available.
This combines the previous `i915-ucode` and `amdgpu-firmware` extensions along with the matching kernel modules.
Upgrades via Image Factory will automatically include the new extensions if previously `i915-ucode` or `amdgpu-firmware` were used.
"""

[notes.updates]
title = "Component Updates"
description = """\
Linux Firmware: 20241110
Tailscale: 1.76.6
crun: 1.18.2
gvisor: 20241118.0
spin: 0.17.0
ecr-credential-provider: 1.31.1
stargz-snapshotter: 0.16.2
Intel microcode: 20241112
NVIDIA LTS: 535.216.03
NVIDIA Production: 550.127.08a
nvidia-container-toolkit: v1.17.2
vmtoolsd-guest-agent: v0.6.1
DRBD: 9.2.12
ZFS: 2.2.7
Linux Firmware: 20241210
"""

[make_deps]