From 4ce9867c514c1263b26ff952d513811b5e6c726a Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Fri, 21 Jun 2024 23:46:09 +0530 Subject: [PATCH] release(v1.7.5): prepare release This is the official v1.7.5 release. Signed-off-by: Noel Georgi --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ hack/release.toml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d5464..7f892bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## [overlays 1.7.5](https://github.com/siderolabs/overlays/releases/tag/v1.7.5) (2024-06-21) + +Welcome to the v1.7.5 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.4](https://github.com/siderolabs/overlays/releases/tag/v1.7.4) + ## [overlays 1.7.4](https://github.com/siderolabs/overlays/releases/tag/v1.7.4) (2024-05-30) Welcome to the v1.7.4 release of overlays! diff --git a/hack/release.toml b/hack/release.toml index de9246f..6f0ccaf 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.3" +previous = "v1.7.4" pre_release = false [notes]