From eea52c376e8ba96103a5d69eb9568e98aa4d7d45 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 28 Jun 2023 23:13:23 +0400 Subject: [PATCH] release(v1.4.6): prepare release This is the official v1.4.6 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ Makefile | 2 +- Pkgfile | 2 +- hack/release.toml | 9 ++++++++- 4 files changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcaa924a..f7c39c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [Talos System Extensions 1.4.6](https://github.com/siderolabs/extensions/releases/tag/v1.4.6) (2023-06-28) + +Welcome to the v1.4.6 release of Talos System Extensions! + +See [Talos Linux documentation](https://www.talos.dev/v1.4/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 + +DRBD: 9.2.4 + + +### Contributors + + +### Changes +
0 commit +

+ +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v1.4.5](https://github.com/siderolabs/extensions/releases/tag/v1.4.5) + ## [Talos System Extensions 1.4.5](https://github.com/siderolabs/extensions/releases/tag/v1.4.5) (2023-05-30) Welcome to the v1.4.5 release of Talos System Extensions! diff --git a/Makefile b/Makefile index 906a9d8a..dae5158a 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ endif # keep in sync with Pkgfile BLDR_RELEASE ?= v0.2.0-alpha.12 -PKGS ?= v1.4.1-11-g3e75ce2 +PKGS ?= v1.4.1-14-ge911ac5 BUILD := docker buildx build PLATFORM ?= linux/amd64,linux/arm64 diff --git a/Pkgfile b/Pkgfile index 53bb35e1..72ee2820 100644 --- a/Pkgfile +++ b/Pkgfile @@ -5,7 +5,7 @@ format: v1alpha2 vars: PKGS_PREFIX: ghcr.io/siderolabs LINUX_FIRMWARE_VERSION: "20230310" # update this when updating PKGS_VERSION in Makefile - DRBD_DRIVER_VERSION: 9.2.2 # update this when updating PKGS_VERSION in Makefile + DRBD_DRIVER_VERSION: 9.2.4 # update this when updating PKGS_VERSION in Makefile labels: org.opencontainers.image.source: https://github.com/siderolabs/extensions diff --git a/hack/release.toml b/hack/release.toml index 5b2d7256..a2ea7a81 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.4.3" +previous = "v1.4.5" pre_release = false @@ -16,4 +16,11 @@ See [Talos Linux documentation](https://www.talos.dev/v1.4/talos-guides/configur [notes] + [notes.updates] + title = "Component Updates" + description="""\ +DRBD: 9.2.4 +""" + + [make_deps]