From 15fc0621f8d8b461d1c5ee536fe215b221ce012c Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 12 Dec 2022 21:06:32 +0400 Subject: [PATCH] release(v1.3.0-beta.2): prepare release This is the official v1.3.0-beta.2 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 59 +++++++++++++++++++++++++++++++++++++++++++++++ Pkgfile | 2 +- hack/release.toml | 2 +- 3 files changed, 61 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de98d81e..f33a98ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,62 @@ +## [Talos System Extensions 1.3.0-beta.2](https://github.com/siderolabs/extensions/releases/tag/v1.3.0-beta.2) (2022-12-12) + +Welcome to the v1.3.0-beta.2 release of Talos System Extensions! +*This is a pre-release of Talos System Extensions* + +See [Talos Linux documentation](https://www.talos.dev/v1.2/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. + +### Linbit DRDB driver + +Extensions now publish the [DRBD driver](https://linbit.com/drbd/) + + +### fixed iscsci tools extension + +iscsi-tools extension version v0.1.2 and v0.1.3 is broken, please use v0.1.4 or higher. + + +### Coral.ai TPU gasket driver + +Extensions now publish the gasket driver for [Coral.ai](https://coral.ai/) PCIe TPU modules. + + +### Component Updates + +* Gvisor: 20221107.0 +* Linux firmware: 20221109 +* NVIDIA container-toolkit: v1.11.0 +* NVIDIA libnvidia-container: v1.11.0 +* nvidia-container-toolkit system extension: v1.11.0 +* Open iSCSI: 2.1.7 +* Open iSNS: 0.102 +* iscsi-tools system extension: v0.1.2 +* Intel ucode: 20221108 + + +### Contributors + +* Noel Georgi +* Andrey Smirnov + +### Changes +
3 commits +

+ +* [`5c0244b`](https://github.com/siderolabs/extensions/commit/5c0244bac063922a50b789eb534e63c1b1448960) fix: iscsi-tools paths +* [`a054fce`](https://github.com/siderolabs/extensions/commit/a054fceed2547e29865c96b623028f99723d6401) feat: update Go to 1.19.4 +* [`8f25abc`](https://github.com/siderolabs/extensions/commit/8f25abc56dcceceb5589cdb7e8f1d26fc1010275) fix: iscsi-tools extension +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v1.3.0-beta.0](https://github.com/siderolabs/extensions/releases/tag/v1.3.0-beta.0) + ## [Talos System Extensions 1.3.0-beta.0](https://github.com/siderolabs/extensions/releases/tag/v1.3.0-beta.0) (2022-11-30) Welcome to the v1.3.0-beta.0 release of Talos System Extensions! diff --git a/Pkgfile b/Pkgfile index eac26bb4..8829c56c 100644 --- a/Pkgfile +++ b/Pkgfile @@ -4,7 +4,7 @@ format: v1alpha2 vars: PKGS_PREFIX: ghcr.io/siderolabs - PKGS_VERSION: v1.3.0-2-g551787c + PKGS_VERSION: v1.3.0-3-gf2efe98 LINUX_FIRMWARE_VERSION: "20221109" # update this when updating PKGS_VERSION above DRBD_DRIVER_VERSION: 9.2.0 # update this when updating PKGS_VERSION above diff --git a/hack/release.toml b/hack/release.toml index bb70876e..446d4284 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" # previous release -previous = "v1.3.0-alpha.1" +previous = "v1.3.0-beta.0" pre_release = true