From a0cd21d9d388aa964ad110c587a049ed1c8dd454 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 26 Sep 2024 18:25:23 +0400 Subject: [PATCH] release(v1.7.7): prepare release This is the official v1.7.7 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ hack/release.toml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da585e9..0b5062a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## [overlays 1.7.7](https://github.com/siderolabs/overlays/releases/tag/v1.7.7) (2024-09-26) + +Welcome to the v1.7.7 release of overlays! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/overlays/issues. + +### SBC support + +Initial support for the following overlays: + +* [Raspberry Pi](https://github.com/siderolabs/sbc-raspberrypi/) +* [RockChip](https://github.com/siderolabs/sbc-rockchip/) +* [Jetson](https://github.com/siderolabs/sbc-jetson/) +* [Allwinner](https://github.com/siderolabs/sbc-allwinner/) + + +### Contributors + + +### Changes +
0 commit +

+ +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v1.7.6](https://github.com/siderolabs/overlays/releases/tag/v1.7.6) + ## [overlays 1.7.6](https://github.com/siderolabs/overlays/releases/tag/v1.7.6) (2024-08-06) Welcome to the v1.7.6 release of overlays! diff --git a/hack/release.toml b/hack/release.toml index 94cd208..6ff723b 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -5,7 +5,7 @@ project_name = "overlays" github_repo = "siderolabs/overlays" match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$" -previous = "v1.7.5" +previous = "v1.7.6" pre_release = false [notes]