From 0fa2a428f05907ad285bf6f0ac934216e7a3bf87 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 1 May 2025 14:52:09 +0400 Subject: [PATCH] chore: prepare for 1.11.0-alpha.0 release Sync PKGS with Talos, update release notes. Signed-off-by: Andrey Smirnov --- .kres.yaml | 2 +- Makefile | 4 ++-- hack/release.toml | 60 ++--------------------------------------------- 3 files changed, 5 insertions(+), 61 deletions(-) diff --git a/.kres.yaml b/.kres.yaml index 2085db9..8e10677 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -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 diff --git a/Makefile b/Makefile index 6e38905..97ac285 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/hack/release.toml b/hack/release.toml index bfafd93..2bda4ff 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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]