diff --git a/.github/renovate.json b/.github/renovate.json index 3663c26b..b9af426f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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", diff --git a/.kres.yaml b/.kres.yaml index ee78d57d..f5b8f34d 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -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 diff --git a/Makefile b/Makefile index 4e49cd7c..2d5de04c 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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 diff --git a/Pkgfile b/Pkgfile index 0cf40e40..86b7f3c0 100644 --- a/Pkgfile +++ b/Pkgfile @@ -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 diff --git a/hack/release.toml b/hack/release.toml index 6e6c1568..7aa61544 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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]