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(v0.1.0-beta.1): prepare release #8

Merged
merged 1 commit into from
Aug 8, 2024
Merged
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
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-03-16T13:23:31Z by kres c2d361c.
# Generated on 2024-08-08T15:34:05Z by kres dbf015a.

*
!CHANGELOG.md
!README.md
!pkg.yaml
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## [sbc-jetson 0.1.0-beta.1](https://github.com/siderolabs/sbc-jetson/releases/tag/v0.1.0-beta.1) (2024-08-08)

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



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

### Contributors

* Noel Georgi

### Changes
<details><summary>1 commit</summary>
<p>

* [`4233f5a`](https://github.com/siderolabs/sbc-jetson/commit/4233f5aa5e1173147c23635eaefa36f7138c2a0f) chore: rekres and bump deps
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name = "sbc-jetson"
github_repo = "siderolabs/sbc-jetson"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

# previous = -
# pre_release = true
previous = "v0.1.0-beta.0"
pre_release = true

# [notes]