From 7905ba4398a258294d3f72259658429ca525ea7e Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 28 Oct 2024 15:41:10 +0400 Subject: [PATCH] release(v1.8.2): prepare release This is the official v1.8.2 release. Signed-off-by: Andrey Smirnov --- .kres.yaml | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ Makefile | 4 ++-- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/.kres.yaml b/.kres.yaml index 5c668738..66c93c09 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -60,7 +60,7 @@ spec: - name: EXTENSIONS_IMAGE_REF defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG) - name: PKGS - defaultValue: v1.8.0-22-g9668729 + defaultValue: v1.8.0-24-ge72b2f4 - name: PKGS_PREFIX defaultValue: ghcr.io/siderolabs useBldrPkgTagResolver: true diff --git a/CHANGELOG.md b/CHANGELOG.md index cec24bed..1cce3dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## [Talos System Extensions 1.8.2](https://github.com/siderolabs/extensions/releases/tag/v1.8.2) (2024-10-28) + +Welcome to the v1.8.2 release of Talos System Extensions! + +See [Talos Linux documentation](https://www.talos.dev/v1.8/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. + +### Contributors + +* Andrey Smirnov +* Noel Georgi + +### Changes +
2 commits +

+ +* [`442396f`](https://github.com/siderolabs/extensions/commit/442396ff197527bf13fdf5447ca0a3769133dbfe) fix: iscsi-tools extension +* [`97427ac`](https://github.com/siderolabs/extensions/commit/97427ac0f361eaf6d5dcc74f63111a9028dd266c) feat: update PKGS +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v1.8.1](https://github.com/siderolabs/extensions/releases/tag/v1.8.1) + ## [Talos System Extensions 1.8.1](https://github.com/siderolabs/extensions/releases/tag/v1.8.1) (2024-10-08) Welcome to the v1.8.1 release of Talos System Extensions! diff --git a/Makefile b/Makefile index 167c33f9..8bc3e847 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-10-23T14:42:06Z by kres 6d3cad4. +# Generated on 2024-10-28T11:40:02Z by kres 6d3cad4. # common variables @@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)" # extra variables EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG) -PKGS ?= v1.8.0-22-g9668729 +PKGS ?= v1.8.0-24-ge72b2f4 PKGS_PREFIX ?= ghcr.io/siderolabs # targets defines all the available targets