From 96cb87cb5c4fb7a072b51065ec190bb14e537931 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 28 Jan 2025 20:38:15 +0400 Subject: [PATCH 1/3] chore: disable max of one commit Backports! Signed-off-by: Andrey Smirnov --- .conform.yaml | 4 ++-- .kres.yaml | 4 ++++ hack/release.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.conform.yaml b/.conform.yaml index 69fbc62..ac94ecc 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-03-18T14:16:50Z by kres latest. +# Generated on 2025-01-28T16:37:53Z by kres 987bf4d. policies: - type: commit @@ -12,7 +12,7 @@ policies: gitHubOrganization: siderolabs spellcheck: locale: US - maximumOfOneCommit: true + maximumOfOneCommit: false header: length: 89 imperative: true diff --git a/.kres.yaml b/.kres.yaml index a2cae9b..e1d7a61 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -51,3 +51,7 @@ spec: - | @OVERLAYS_IMAGE_REF=$(OVERLAYS_IMAGE_REF) \ ./hack/scripts/sign-images.sh +--- +kind: common.Repository +spec: + conformMaximumOfOneCommit: false diff --git a/hack/release.toml b/hack/release.toml index 229182f..38883c5 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -5,7 +5,7 @@ project_name = "overlays" github_repo = "siderolabs/overlays" match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$" -previous = "v1.9.1" +previous = "v1.9.2" pre_release = false [notes] From 000012820811ccce5ee7a545e4ce6e0750eb8098 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 28 Jan 2025 18:51:19 +0400 Subject: [PATCH 2/3] feat: update rockpi to 0.1.3 Add orangepi-5 board. Signed-off-by: Andrey Smirnov (cherry picked from commit 0195af325416be3a701ac9ac30a9ba47a25f49f7) --- internal/overlays/overlays.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/internal/overlays/overlays.yaml b/internal/overlays/overlays.yaml index ec65530..26028ab 100644 --- a/internal/overlays/overlays.yaml +++ b/internal/overlays/overlays.yaml @@ -2,27 +2,29 @@ overlays: - name: rpi_generic image: ghcr.io/siderolabs/sbc-raspberrypi:v0.1.1 - name: rockpi4 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: rockpi4c - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: rock4cplus - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: rock4se - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: nanopi-r4s - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: nanopi-r5s - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: rock64 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 + - name: orangepi-5 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: orangepi-r1-plus-lts - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: helios64 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: turingrk1 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: rock5b - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: jetson_nano image: ghcr.io/siderolabs/sbc-jetson:v0.1.0 - name: bananapi_m64 From 13647cd6a7717fede61e07b70b1a628cc5ced2d8 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 28 Jan 2025 19:43:30 +0400 Subject: [PATCH 3/3] feat: bump raspberrypi to 0.1.2 Contains a small fix for the watchdog. Signed-off-by: Andrey Smirnov (cherry picked from commit da6ab6160b278ab9c20215765a7c92e32e432f9a) --- internal/overlays/overlays.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/overlays/overlays.yaml b/internal/overlays/overlays.yaml index 26028ab..ece9213 100644 --- a/internal/overlays/overlays.yaml +++ b/internal/overlays/overlays.yaml @@ -1,6 +1,6 @@ overlays: - name: rpi_generic - image: ghcr.io/siderolabs/sbc-raspberrypi:v0.1.1 + image: ghcr.io/siderolabs/sbc-raspberrypi:v0.1.2 - name: rockpi4 image: ghcr.io/siderolabs/sbc-rockchip:v0.1.3 - name: rockpi4c