From 2faa68da8ea6f26c1a4c644b26fcc8c4a91cc932 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 2 Dec 2024 20:16:48 +0530 Subject: [PATCH] release(v1.9.0-beta.0): prepare release This is the official v1.9.0-beta.0 release. Signed-off-by: Noel Georgi --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++ README.md | 1 + internal/overlays/overlays.yaml | 30 ++++++++++++++------------ 3 files changed, 55 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c45f0fb..1c0bcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ +## [overlays 1.9.0-beta.0](https://github.com/siderolabs/overlays/releases/tag/v1.9.0-beta.0) (2024-12-02) + +Welcome to the v1.9.0-beta.0 release of overlays! +*This is a pre-release of overlays* + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/overlays/issues. + +### Contributors + +* Andrey Smirnov + +### Changes +
4 commits +

+ +* [`9ead53e`](https://github.com/siderolabs/overlays/commit/9ead53ebae7a8b55dc4ddd4dfc9c14a9009b3767) release(v1.9.0-alpha.3): prepare release +* [`40f6d31`](https://github.com/siderolabs/overlays/commit/40f6d312a139b5d42b1f13e3aa9bf3fe755d769b) release(v1.9.0-alpha.2): prepare release +* [`d057232`](https://github.com/siderolabs/overlays/commit/d057232a82f123f361ef11f1c92247bc63f5b501) release(v1.9.0-alpha.1): prepare release +* [`aa6bbfc`](https://github.com/siderolabs/overlays/commit/aa6bbfc0aba2517c4ee5d519cfdb4f4f1e409d76) release(v1.9.0-alpha.0): prepare release +

+
+ +### Changes since v1.9.0-alpha.3 +
0 commit +

+ +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v1.8.0](https://github.com/siderolabs/overlays/releases/tag/v1.8.0) + ## [overlays 1.9.0-alpha.3](https://github.com/siderolabs/overlays/releases/tag/v1.9.0-alpha.3) (2024-11-25) Welcome to the v1.9.0-alpha.3 release of overlays! diff --git a/README.md b/README.md index 3f4ef24..4ee76e2 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The list of available overlays can be found in the [Overlays Catalog](#overlays- | rock4cplus | Radxa ROCK 4C+ | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | | rock4se | Radxa ROCK 4SE | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | | helios64 | Kobol Helios64 | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | +| turingrk1 | Turing Machines RK1 | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | | jetson_nano | Jetson Nano | [sbc-jetson](https://github.com/siderolabs/sbc-jetson) | | bananapi_m64 | BananaPi M64 | [sbc-allwinner](https://github.com/siderolabs/sbc-allwinner) | | libretech_all_h3_cc_h5 | LibreTech H3 CC H5 | [sbc-allwinner](https://github.com/siderolabs/sbc-allwinner) | diff --git a/internal/overlays/overlays.yaml b/internal/overlays/overlays.yaml index 265cf6f..bca2586 100644 --- a/internal/overlays/overlays.yaml +++ b/internal/overlays/overlays.yaml @@ -1,29 +1,31 @@ overlays: - name: rpi_generic - image: ghcr.io/siderolabs/sbc-raspberrypi:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-raspberrypi:v0.1.0 - name: rockpi4 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: rockpi4c - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: rock4cplus - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: rock4se - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: nanopi-r4s - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: nanopi-r5s - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: rock64 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: orangepi-r1-plus-lts - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: helios64 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.4 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 + - name: turingrk1 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0 - name: jetson_nano - image: ghcr.io/siderolabs/sbc-jetson:v0.1.0-beta.1 + image: ghcr.io/siderolabs/sbc-jetson:v0.1.0 - name: bananapi_m64 - image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.1 + image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0 - name: libretech_all_h3_cc_h5 - image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.1 + image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0 - name: pine64 - image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.1 + image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0