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

backports: for v1.9.3 #82

Merged
merged 3 commits into from
Jan 28, 2025
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
4 changes: 2 additions & 2 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,7 @@ policies:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
maximumOfOneCommit: false
header:
length: 89
imperative: true
Expand Down
4 changes: 4 additions & 0 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ spec:
- |
@OVERLAYS_IMAGE_REF=$(OVERLAYS_IMAGE_REF) \
./hack/scripts/sign-images.sh
---
kind: common.Repository
spec:
conformMaximumOfOneCommit: false
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
26 changes: 14 additions & 12 deletions internal/overlays/overlays.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
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.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
Expand Down