chore: prepare for 1.11.0-alpha.0 release

Sync PKGS with Talos, update release notes.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2025-05-01 14:52:09 +04:00
parent 08108cabd4
commit 0fa2a428f0
No known key found for this signature in database
GPG Key ID: FE042E3D4085A811
3 changed files with 5 additions and 61 deletions

View File

@ -78,7 +78,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.11.0-alpha.0
defaultValue: v1.11.0-alpha.0-3-g9cea00b
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
- name: TOOLS

View File

@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-04-29T05:06:35Z by kres fd5cab0.
# Generated on 2025-05-01T10:51:36Z by kres 6cbcbd1.
# common variables
@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
# extra variables
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.11.0-alpha.0
PKGS ?= v1.11.0-alpha.0-3-g9cea00b
PKGS_PREFIX ?= ghcr.io/siderolabs
TOOLS ?= v1.10.0
TOOLS_PREFIX ?= ghcr.io/siderolabs

View File

@ -6,12 +6,12 @@ github_repo = "siderolabs/extensions"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
# previous release
previous = "v1.9.0"
previous = "v1.10.0"
pre_release = true
preface = """\
See [Talos Linux documentation](https://www.talos.dev/v1.10/talos-guides/configuration/system-extensions/) for information on using system extensions.
See [Talos Linux documentation](https://www.talos.dev/v1.11/talos-guides/configuration/system-extensions/) for information on using system extensions.
"""
[notes]
@ -19,62 +19,6 @@ See [Talos Linux documentation](https://www.talos.dev/v1.10/talos-guides/configu
[notes.updates]
title = "Component Updates"
description = """\
Linux Firmware: 20250410
stargz-snapshotter: 0.16.3
ecr-credential-provider: 1.32.2
wasm-edge: 0.5.0
spin: 0.19.0
qemu-guest-agent: 9.2.3
fuse3: 3.17.1
Tailscale: 1.82.0
ZFS: 2.3.1
DRBD: 9.2.13
NVIDIA LTS: 535.230.02
NVIDIA Production: 570.124.06
NVIDIA Container Toolkit: 1.17.5
Intel u-code: 20250211
Gvisor: 20250331.0
Kata Containers: 3.15.0
crun: 1.21
Glibc: 2.41
libseccomp: 2.6.0
Open-iSCSI: 2.1.11
"""
[notes.nebula]
title = "Nebula"
description = """\
[Nebula](https://github.com/slackhq/nebula) is now supported as a system extension.
"""
[notes.nfsd]
title = "NFS Server"
description = """\
The NFS server (nfds) as a kernel module is now supported as a system extension.
"""
[notes.ctr]
title = "ctr"
description = """\
The containerd CLI (ctr) is now supported as a system extension.
"""
[notes.ena]
title = "Amazon ENA"
description = """\
The Amazon Elastic Network Adapter (ENA) driver is now supported as a system extension.
"""
[notes.vc4]
title = "vc4"
description = """\
The Broadcom VideoCore GPU kernel modules (vc4) are now supported as a system extension.
"""
[notes.xdma]
title = "Xilinx PCIe DMA"
description = """\
The Xilinx PCIe DMA kernel module (xdma-driver) is now supported as a system extension.
"""
[notes.youki]