Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(v1.9.0-beta.0): prepare release #55

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<details><summary>4 commits</summary>
<p>

* [`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
</p>
</details>

### Changes since v1.9.0-alpha.3
<details><summary>0 commit</summary>
<p>

</p>
</details>

### 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!
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
30 changes: 16 additions & 14 deletions internal/overlays/overlays.yaml
Original file line number Diff line number Diff line change
@@ -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