Skip to content

Commit

Permalink
release(v0.1.0): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.1.0 release.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Dec 2, 2024
1 parent 15a6834 commit d9694e4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## [sbc-raspberrypi 0.1.0](https://github.com/siderolabs/sbc-raspberrypi/releases/tag/v0.1.0) (2024-12-02)

Welcome to the v0.1.0 release of sbc-raspberrypi!
*This is a pre-release of sbc-raspberrypi*



Please try out the release binaries and report any issues at
https://github.com/siderolabs/sbc-raspberrypi/issues.

### Contributors

* Noel Georgi
* alphabet5

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

* [`15a6834`](https://github.com/siderolabs/sbc-raspberrypi/commit/15a683428278f8bf1b7c46110e6cb72d417ad1b8) chore: bump deps
* [`1c69056`](https://github.com/siderolabs/sbc-raspberrypi/commit/1c690560d5a16cefc5977f033dae102424f2ea63) docs: add link to boot assets
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.1.0-beta.2](https://github.com/siderolabs/sbc-raspberrypi/releases/tag/v0.1.0-beta.2)

## [sbc-raspberrypi 0.1.0-beta.2](https://github.com/siderolabs/sbc-raspberrypi/releases/tag/v0.1.0-beta.2) (2024-08-08)

Welcome to the v0.1.0-beta.2 release of sbc-raspberrypi!
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go 1.22.6
go 1.23.0

use ./installers/rpi_generic/src
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name = "sbc-raspberrypi"
github_repo = "siderolabs/sbc-raspberrypi"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v0.1.0-beta.1"
previous = "v0.1.0-beta.2"
pre_release = true

# [notes]

0 comments on commit d9694e4

Please sign in to comment.