From 61e6760398e210f7acd5ba37ae1e40f4813b62a7 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Mon, 18 Mar 2024 19:39:41 +0530 Subject: [PATCH] release(v1.7.0-alpha.1): prepare release This is the official v1.7.0-alpha.1 release. Signed-off-by: Noel Georgi --- .conform.yaml | 48 +++++++++++++++++++++++++++++++++++++++++++++++ .dockerignore | 3 ++- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++ hack/release.toml | 6 ++++-- 4 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 .conform.yaml create mode 100644 CHANGELOG.md diff --git a/.conform.yaml b/.conform.yaml new file mode 100644 index 0000000..69fbc62 --- /dev/null +++ b/.conform.yaml @@ -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/. diff --git a/.dockerignore b/.dockerignore index e49ff85..1767764 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9e09d8f --- /dev/null +++ b/CHANGELOG.md @@ -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 +
2 commits +

+ +* [`ad6a6ba`](https://github.com/siderolabs/overlays/commit/ad6a6ba134dedea1da8d161d4c422ea435fe377d) feat: add initial overlays +* [`4bdd2d4`](https://github.com/siderolabs/overlays/commit/4bdd2d4942e2343335fbd54425d4a2c14488fc44) feat: initialize Overlays repo +

+
+ +### Dependency Changes + +This release has no dependency changes + diff --git a/hack/release.toml b/hack/release.toml index dbea8ba..a2e5e05 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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] @@ -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/) """