Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 18, 2024
1 parent ad6a6ba commit 61e6760
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 3 deletions.
48 changes: 48 additions & 0 deletions .conform.yaml
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/.
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-14T14:44:03Z by kres latest.
# Generated on 2024-03-18T14:16:50Z by kres latest.

*
!CHANGELOG.md
!README.md
!pkg.yaml
37 changes: 37 additions & 0 deletions CHANGELOG.md
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

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

# previous = -
# pre_release = true
pre_release = true

[notes]
[notes.sbc]
Expand All @@ -15,5 +15,7 @@ match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
Initial support for the following overlays:
* [Raspberry Pi](https://github.com/siderolabs/sbc-raspberrypi/)
* [RockPi](https://github.com/siderolabs/sbc-rockpi/)
* [RockChip](https://github.com/siderolabs/sbc-rockchip/)
* [Jetson](https://github.com/siderolabs/sbc-jetson/)
* [Allwinner](https://github.com/siderolabs/sbc-allwinner/)
"""

0 comments on commit 61e6760

Please sign in to comment.