From cde1e7529461237eddacd67f5b3c43795dc4cf92 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 1 Feb 2024 21:36:02 +0400 Subject: [PATCH] release(v1.7.0-alpha.0): prepare release This is the official v1.7.0-alpha.0 release. Signed-off-by: Andrey Smirnov --- .kres.yaml | 2 +- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 4 ++-- 3 files changed, 59 insertions(+), 3 deletions(-) diff --git a/.kres.yaml b/.kres.yaml index 0b44cd39..900ce39b 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.7.0-alpha.0-18-g064fd58 + defaultValue: v1.7.0-alpha.0-19-g96cc841 - name: PKGS_PREFIX defaultValue: ghcr.io/siderolabs depends: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc0f1fd..2ae28329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,59 @@ +## [Talos System Extensions 1.7.0-alpha.0](https://github.com/siderolabs/extensions/releases/tag/v1.7.0-alpha.0) (2024-02-01) + +Welcome to the v1.7.0-alpha.0 release of Talos System Extensions! +*This is a pre-release of Talos System Extensions* + +See [Talos Linux documentation](https://www.talos.dev/v1.7/talos-guides/configuration/system-extensions/) for information on using system extensions. + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/extensions/issues. + +### Component Updates + +* ZFS: 2.2.2 +* Linux Firmware: 20240115 +* DRBD: 9.2.7 +* gvisor: 20240109.0 +* QEMU: 8.2.0 +* Tailscale: 1.56.1 + + +### Contributors + +* Andrey Smirnov +* Artem Chernyshev +* Noel Georgi +* Anthony ARNAUD +* Jacob McSwain +* Miguel Angel Jaimes Linares +* Nathan Lee + +### Changes +
13 commits +

+ +* [`799a340`](https://github.com/siderolabs/extensions/commit/799a3403eab2e28baed1e44063c1851d72215eee) fix: set `DATABASE_PATH` for fabricmanager +* [`4a93d56`](https://github.com/siderolabs/extensions/commit/4a93d56ec714b518f871c735763e7b2c5486b04b) chore: adjust extension versions (tags) to drop Talos version +* [`66a1265`](https://github.com/siderolabs/extensions/commit/66a12656b2f08013d243c4e7f002faef341f73aa) feat: update extensions for Linux 6.6.x +* [`0273100`](https://github.com/siderolabs/extensions/commit/0273100f77efb8263cbffa8dfa6491b7edadd7dc) fix: allow to use custom PKGS_PREFIX +* [`805b20f`](https://github.com/siderolabs/extensions/commit/805b20fee819086bc13c409c8ce6d7f8e239eec8) fix: update SHAs for util-linux +* [`056e5a8`](https://github.com/siderolabs/extensions/commit/056e5a831abfa2d14b90255df5b51b9ed40a5d07) chore: bump dependencies +* [`5a97a46`](https://github.com/siderolabs/extensions/commit/5a97a46e24342ac7453c41578904e9c94a594da5) feat: usb video class (webcam) extension +* [`411dbc2`](https://github.com/siderolabs/extensions/commit/411dbc23f4a7251dd8be939396a718399fe83f8f) fix: qemu-guest-agent not starting in maintenance mode +* [`57503cc`](https://github.com/siderolabs/extensions/commit/57503ccd3bbba510401dbde67340b71eee0adfee) feat: generate extensions descriptions file as part of extensions image +* [`3104df1`](https://github.com/siderolabs/extensions/commit/3104df1f68fc5edc88ff30a64e7f9258fae9ef64) feat: generate a single extensions information file for all extensions +* [`32f106f`](https://github.com/siderolabs/extensions/commit/32f106f851278365320012eabacb6d6386833494) fix: zfs extension +* [`7ba3b3a`](https://github.com/siderolabs/extensions/commit/7ba3b3a8b5c755aa3936804dc6d04d5173f5a115) feat: extension providing QLogic firmware +* [`622ec82`](https://github.com/siderolabs/extensions/commit/622ec82db2121ea353d7bd88084e29883d446b52) chore: pull in latest pkgs +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v1.6.0](https://github.com/siderolabs/extensions/releases/tag/v1.6.0) + ## [Talos System Extensions 1.6.0-alpha.2](https://github.com/siderolabs/extensions/releases/tag/v1.6.0-alpha.2) (2023-11-21) Welcome to the v1.6.0-alpha.2 release of Talos System Extensions! diff --git a/Makefile b/Makefile index 3a242872..53c5402e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-01-31T13:04:12Z by kres latest. +# Generated on 2024-02-01T17:35:15Z by kres latest. # common variables @@ -85,7 +85,7 @@ NONFREE_TARGETS = nonfree-kmod-nvidia # extra variables EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG) -PKGS ?= v1.7.0-alpha.0-18-g064fd58 +PKGS ?= v1.7.0-alpha.0-19-g96cc841 PKGS_PREFIX ?= ghcr.io/siderolabs # help menu