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.7.0-beta.1): prepare release #9

Merged
merged 1 commit into from
Apr 12, 2024
Merged
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
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
## [overlays 1.7.0-beta.1](https://github.com/siderolabs/overlays/releases/tag/v1.7.0-beta.1) (2024-04-12)

Welcome to the v1.7.0-beta.1 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.

### 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

* Noel Georgi
* Andrey Smirnov

### Changes
<details><summary>8 commits</summary>
<p>

* [`f929451`](https://github.com/siderolabs/overlays/commit/f929451f0805c73223501d9c8913f7e0c2b7abdd) feat: update sbc-rockchip to v0.1.0-beta.1
* [`8265b61`](https://github.com/siderolabs/overlays/commit/8265b6195a462c48626498c9319e8e40013ac5cd) release(v1.7.0-beta.0): prepare release
* [`f76bdf3`](https://github.com/siderolabs/overlays/commit/f76bdf3f4c95e7baa7a6ef318875d7371c91cd3c) chore: update sbc references
* [`a0f9249`](https://github.com/siderolabs/overlays/commit/a0f9249e801c88e5d2883dbb87a2fc34381e8b1f) docs: add overlays docs
* [`2aad9ab`](https://github.com/siderolabs/overlays/commit/2aad9ab6bec03dcccf466bb7e350845a31b1e4d6) fix: image signing script
* [`61e6760`](https://github.com/siderolabs/overlays/commit/61e6760398e210f7acd5ba37ae1e40f4813b62a7) release(v1.7.0-alpha.1): prepare release
* [`ad6a6ba`](https://github.com/siderolabs/overlays/commit/ad6a6ba134dedea1da8d161d4c422ea435fe377d) feat: add initial overlays
* [`4bdd2d4`](https://github.com/siderolabs/overlays/commit/4bdd2d4942e2343335fbd54425d4a2c14488fc44) feat: initialize Overlays repo
</p>
</details>

### Changes since v1.7.0-beta.0
<details><summary>2 commits</summary>
<p>

* [`f929451`](https://github.com/siderolabs/overlays/commit/f929451f0805c73223501d9c8913f7e0c2b7abdd) feat: update sbc-rockchip to v0.1.0-beta.1
* [`8265b61`](https://github.com/siderolabs/overlays/commit/8265b6195a462c48626498c9319e8e40013ac5cd) release(v1.7.0-beta.0): prepare release
</p>
</details>

### Dependency Changes

This release has no dependency changes

## [overlays 1.7.0-beta.0](https://github.com/siderolabs/overlays/releases/tag/v1.7.0-beta.0) (2024-04-04)

Welcome to the v1.7.0-beta.0 release of overlays!
Expand Down