-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(v1.7.0-alpha.1): prepare release
This is the official v1.7.0-alpha.1 release. Signed-off-by: Noel Georgi <[email protected]>
- Loading branch information
Showing
4 changed files
with
91 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | ||
# | ||
# Generated on 2024-03-18T14:16:50Z by kres latest. | ||
|
||
policies: | ||
- type: commit | ||
spec: | ||
dco: true | ||
gpg: | ||
required: true | ||
identity: | ||
gitHubOrganization: siderolabs | ||
spellcheck: | ||
locale: US | ||
maximumOfOneCommit: true | ||
header: | ||
length: 89 | ||
imperative: true | ||
case: lower | ||
invalidLastCharacters: . | ||
body: | ||
required: true | ||
conventional: | ||
types: | ||
- chore | ||
- docs | ||
- perf | ||
- refactor | ||
- style | ||
- test | ||
- release | ||
scopes: | ||
- .* | ||
- type: license | ||
spec: | ||
root: . | ||
skipPaths: | ||
- .git/ | ||
- testdata/ | ||
includeSuffixes: | ||
- .go | ||
excludeSuffixes: | ||
- .pb.go | ||
- .pb.gw.go | ||
header: | | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-14T14:44:03Z by kres latest. | ||
# Generated on 2024-03-18T14:16:50Z by kres latest. | ||
|
||
* | ||
!CHANGELOG.md | ||
!README.md | ||
!pkg.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## [overlays 1.7.0-alpha.1](https://github.com/siderolabs/overlays/releases/tag/v1.7.0-alpha.1) (2024-03-18) | ||
|
||
Welcome to the v1.7.0-alpha.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 | ||
|
||
### Changes | ||
<details><summary>2 commits</summary> | ||
<p> | ||
|
||
* [`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> | ||
|
||
### Dependency Changes | ||
|
||
This release has no dependency changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters