Skip to content

Commit 5f82f81

Browse files
committed
chore: rekres and bump deps
Rekres and bump deps Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
1 parent af3c9d1 commit 5f82f81

13 files changed

Lines changed: 179 additions & 130 deletions

File tree

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-28T14:47:03Z by kres latest.
3+
# Generated on 2026-05-11T10:33:56Z by kres 1762ab2.
44

55
policies:
66
- type: commit
@@ -12,7 +12,7 @@ policies:
1212
gitHubOrganization: cosi-project
1313
spellcheck:
1414
locale: US
15-
maximumOfOneCommit: true
15+
maximumOfOneCommit: false
1616
header:
1717
length: 89
1818
imperative: true

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
3+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
44

55
*
66
!pkg
@@ -10,3 +10,4 @@
1010
!README.md
1111
!.markdownlint.json
1212
!hack/govulncheck.sh
13+
!.disvulncheck.yaml

.github/workflows/ci.yaml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
3+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: gather-system-info
3333
id: system-info
34-
uses: kenchan0130/actions-system-info@v1.4.0
34+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
3535
continue-on-error: true
3636
- name: print-system-info
3737
run: |
@@ -55,17 +55,25 @@ jobs:
5555
done
5656
continue-on-error: true
5757
- name: checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
5959
- name: Unshallow
6060
run: |
6161
git fetch --prune --unshallow
6262
- name: Set up Docker Buildx
6363
id: setup-buildx
64-
uses: docker/setup-buildx-action@v3
64+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # version: v4.0.0
6565
with:
6666
driver: remote
6767
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
6868
timeout-minutes: 10
69+
- name: CI temp release tag
70+
if: github.event_name == 'pull_request'
71+
run: |
72+
make ci-temp-release-tag
73+
- name: Check dirty
74+
if: github.event_name == 'pull_request'
75+
run: |
76+
make check-dirty
6977
- name: base
7078
run: |
7179
make base
@@ -75,7 +83,7 @@ jobs:
7583
make release-notes
7684
- name: Release
7785
if: startsWith(github.ref, 'refs/tags/')
78-
uses: softprops/action-gh-release@v2
86+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # version: v3.0.0
7987
with:
8088
body_path: _out/RELEASE_NOTES.md
8189
draft: "true"
@@ -88,7 +96,7 @@ jobs:
8896
steps:
8997
- name: gather-system-info
9098
id: system-info
91-
uses: kenchan0130/actions-system-info@v1.4.0
99+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
92100
continue-on-error: true
93101
- name: print-system-info
94102
run: |
@@ -112,13 +120,13 @@ jobs:
112120
done
113121
continue-on-error: true
114122
- name: checkout
115-
uses: actions/checkout@v5
123+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
116124
- name: Unshallow
117125
run: |
118126
git fetch --prune --unshallow
119127
- name: Set up Docker Buildx
120128
id: setup-buildx
121-
uses: docker/setup-buildx-action@v3
129+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # version: v4.0.0
122130
with:
123131
driver: remote
124132
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -135,7 +143,7 @@ jobs:
135143
steps:
136144
- name: gather-system-info
137145
id: system-info
138-
uses: kenchan0130/actions-system-info@v1.4.0
146+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
139147
continue-on-error: true
140148
- name: print-system-info
141149
run: |
@@ -159,13 +167,13 @@ jobs:
159167
done
160168
continue-on-error: true
161169
- name: checkout
162-
uses: actions/checkout@v5
170+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # version: v6.0.2
163171
- name: Unshallow
164172
run: |
165173
git fetch --prune --unshallow
166174
- name: Set up Docker Buildx
167175
id: setup-buildx
168-
uses: docker/setup-buildx-action@v3
176+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # version: v4.0.0
169177
with:
170178
driver: remote
171179
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -177,7 +185,7 @@ jobs:
177185
run: |
178186
make unit-tests-race
179187
- name: coverage
180-
uses: codecov/codecov-action@v5
188+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # version: v6.0.0
181189
with:
182190
files: _out/coverage-unit-tests.txt
183191
flags: unit-tests

.github/workflows/lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
3+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
44

55
"on":
66
schedule:
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
steps:
1616
- name: Lock old issues
17-
uses: dessant/lock-threads@v5.0.1
17+
uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # version: v6.0.0
1818
with:
1919
issue-inactive-days: "60"
2020
log-output: "true"

.github/workflows/slack-notify-ci-failure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
3+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
44

55
"on":
66
workflow_run:
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
1919
steps:
2020
- name: Slack Notify
21-
uses: slackapi/slack-github-action@v2
21+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # version: v3.0.2
2222
with:
2323
method: chat.postMessage
2424
payload: |

.github/workflows/slack-notify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
3+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
44

55
"on":
66
workflow_run:
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2525
- name: Slack Notify
26-
uses: slackapi/slack-github-action@v2
26+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # version: v3.0.2
2727
with:
2828
method: chat.postMessage
2929
payload: |

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
3+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
44

55
"on":
66
schedule:
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v10.1.0
18+
uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # version: v10.2.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
3+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
44

55
version: "2"
66

@@ -9,6 +9,7 @@ run:
99
modules-download-mode: readonly
1010
issues-exit-code: 1
1111
tests: true
12+
build-tags: []
1213

1314
# output configuration options
1415
output:

Dockerfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# syntax = docker/dockerfile-upstream:1.19.0-labs
1+
# syntax = docker/dockerfile-upstream:1.23.0-labs
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2025-10-31T11:00:06Z by kres cd5a938.
5+
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
66

7-
ARG TOOLCHAIN
7+
ARG TOOLCHAIN=scratch
88

99
# cleaned up specs and compiled versions
1010
FROM scratch AS generate
1111

1212
# runs markdownlint
13-
FROM docker.io/oven/bun:1.3.0-alpine AS lint-markdown
13+
FROM docker.io/oven/bun:1.3.13-alpine AS lint-markdown
1414
WORKDIR /src
15-
RUN bun i markdownlint-cli@0.45.0 sentences-per-line@0.3.0
15+
RUN bun i markdownlint-cli@0.48.0 sentences-per-line@0.5.2
1616
COPY .markdownlint.json .
1717
COPY ./README.md ./README.md
18-
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules sentences-per-line .
18+
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules markdownlint-sentences-per-line .
1919

2020
# base toolchain image
2121
FROM --platform=${BUILDPLATFORM} ${TOOLCHAIN} AS toolchain
@@ -39,6 +39,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build,id=state-etcd/root/.cache/go
3939
&& mv /go/bin/golangci-lint /bin/golangci-lint
4040
RUN --mount=type=cache,target=/root/.cache/go-build,id=state-etcd/root/.cache/go-build --mount=type=cache,target=/go/pkg,id=state-etcd/go/pkg go install golang.org/x/vuln/cmd/govulncheck@latest \
4141
&& mv /go/bin/govulncheck /bin/govulncheck
42+
ARG DIS_VULNCHECK_VERSION
43+
RUN --mount=type=cache,target=/root/.cache/go-build,id=state-etcd/root/.cache/go-build --mount=type=cache,target=/go/pkg,id=state-etcd/go/pkg go install github.com/shanduur/dis-vulncheck@${DIS_VULNCHECK_VERSION} \
44+
&& mv /go/bin/dis-vulncheck /bin/dis-vulncheck
4245
ARG GOFUMPT_VERSION
4346
RUN go install mvdan.cc/gofumpt@${GOFUMPT_VERSION} \
4447
&& mv /go/bin/gofumpt /bin/gofumpt
@@ -76,8 +79,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build,id=state-etcd/root/.cache/go
7679
# runs govulncheck
7780
FROM base AS lint-govulncheck
7881
WORKDIR /src
79-
COPY --chmod=0755 hack/govulncheck.sh ./hack/govulncheck.sh
80-
RUN --mount=type=cache,target=/root/.cache/go-build,id=state-etcd/root/.cache/go-build --mount=type=cache,target=/go/pkg,id=state-etcd/go/pkg ./hack/govulncheck.sh ./...
82+
RUN --mount=type=cache,target=/root/.cache/go-build,id=state-etcd/root/.cache/go-build --mount=type=cache,target=/go/pkg,id=state-etcd/go/pkg dis-vulncheck -tool=false ./...
8183

8284
# runs unit-tests with race detector
8385
FROM base AS unit-tests-race

0 commit comments

Comments
 (0)