Skip to content

Commit

Permalink
release(v1.9.0-alpha.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v1.9.0-alpha.0 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 18, 2024
1 parent 7f25263 commit aa6bbfc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [overlays 1.9.0-alpha.0](https://github.com/siderolabs/overlays/releases/tag/v1.9.0-alpha.0) (2024-10-18)

Welcome to the v1.9.0-alpha.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


### Changes
<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.8.0-alpha.2](https://github.com/siderolabs/overlays/releases/tag/v1.8.0-alpha.2) (2024-08-30)

Welcome to the v1.8.0-alpha.2 release of overlays!
Expand Down
10 changes: 1 addition & 9 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ project_name = "overlays"
github_repo = "siderolabs/overlays"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v1.7.0"
previous = "v1.8.0"
pre_release = true

[notes]
[notes.sbc]
title = "SBC support"
description = """\
Updates for the following overlays:
* [Raspberry Pi](https://github.com/siderolabs/sbc-raspberrypi/)
* [RockChip](https://github.com/siderolabs/sbc-rockchip/)
"""

0 comments on commit aa6bbfc

Please sign in to comment.