Skip to content
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
19 changes: 10 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
"on":
'on':
push:
branches:
- main
Expand All @@ -27,7 +27,8 @@ jobs:
pull-requests: read
runs-on:
group: pkgs
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref,
'dependabot/'))
outputs:
labels: ${{ steps.retrieve-pr-labels.outputs.result }}
steps:
Expand Down Expand Up @@ -57,13 +58,13 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0
- name: Unshallow
run: |
git fetch --prune --unshallow
- name: Set up Docker Buildx
id: setup-buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # version: v4.1.0
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0
with:
append: |
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
Expand All @@ -76,7 +77,7 @@ jobs:
make
- name: Login to registry
if: github.event_name != 'pull_request'
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # version: v4.2.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # version: v4.4.0
with:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
make release-notes
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # version: v3.0.0
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # version: v3.0.1
with:
body_path: _out/RELEASE_NOTES.md
draft: "true"
Expand Down Expand Up @@ -143,13 +144,13 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0
- name: Unshallow
run: |
git fetch --prune --unshallow
- name: Set up Docker Buildx
id: setup-buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # version: v4.1.0
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0
with:
append: |
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

"on":
'on':
schedule:
- cron: 0 2 * * *
name: Lock old issues
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/slack-notify-ci-failure.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

"on":
'on':
workflow_run:
workflows:
- default
Expand All @@ -16,7 +16,8 @@ jobs:
slack-notify:
runs-on:
group: generic
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event
!= 'pull_request'
steps:
- name: Slack Notify
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # version: v3.0.3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slack-notify.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

"on":
'on':
workflow_run:
workflows:
- default
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

"on":
'on':
schedule:
- cron: 30 1 * * *
name: Close stale issues and PRs
Expand All @@ -17,11 +17,15 @@ jobs:
- name: Close stale issues and PRs
uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # version: v10.3.0
with:
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
close-issue-message: This issue was closed because it has been stalled for
7 days with no activity.
days-before-issue-close: "5"
days-before-issue-stale: "180"
days-before-pr-close: "-1"
days-before-pr-stale: "45"
operations-per-run: "2000"
stale-issue-message: This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
stale-pr-message: This PR is stale because it has been open 45 days with no activity.
stale-issue-message: This issue is stale because it has been open 180 days
with no activity. Remove stale label or comment or this will be closed
in 7 days.
stale-pr-message: This PR is stale because it has been open 45 days with
no activity.
8 changes: 4 additions & 4 deletions .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
"on":
'on':
schedule:
- cron: 30 1 * * 1
name: weekly
Expand Down Expand Up @@ -40,13 +40,13 @@ jobs:
done
continue-on-error: true
- name: checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0
- name: Unshallow
run: |
git fetch --prune --unshallow
- name: Set up Docker Buildx
id: setup-buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # version: v4.1.0
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0
with:
append: |
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

# common variables

Expand All @@ -27,7 +27,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)

# sync bldr image with pkgfile

BLDR_RELEASE := v0.6.0
BLDR_RELEASE := v0.6.1
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE)
BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src

Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
format: v1alpha2

vars:
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.13.0-2-g108ceba
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.13.0-3-gc4993d7

# renovate: datasource=github-tags depName=argp-standalone/argp-standalone
argp_standalone_version: 1.5.0
Expand Down
6 changes: 4 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
#
# Generated on 2026-06-19T12:04:52Z by kres a07fce6.
# Generated on 2026-07-08T07:52:27Z by kres 14a38a3.

commit-msg:
post-commit:
parallel: false
commands:
conformance:
run: make conformance
env:
USERNAME: siderolabs