Skip to content

Commit 7dc899d

Browse files
committed
chore: rekres repo
preparation for siderolabs/operations#1319 Signed-off-by: Fritz Schaal <[email protected]>
1 parent 2fbd816 commit 7dc899d

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

.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 2025-10-28T14:20:37Z by kres 46e133d.
3+
# Generated on 2025-11-17T08:17:36Z by kres e1d6dac.
44

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

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-28T13:39:47Z by kres 46e133d.
3+
# Generated on 2025-11-17T08:17:36Z by kres e1d6dac.
44

55
_out
6-
.vscode

.kres.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ spec:
2121
specs:
2222
- source: api/specs/specs.proto
2323
subdirectory: specs
24+
---
25+
kind: common.Repository
26+
spec:
27+
enableConform: false
28+

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2025-11-04T12:33:37Z by kres cd5a938.
5+
# Generated on 2025-11-17T08:17:36Z by kres e1d6dac.
66

7-
ARG TOOLCHAIN
7+
ARG TOOLCHAIN=scratch
88

99
FROM ghcr.io/siderolabs/ca-certificates:v1.11.0 AS image-ca-certificates
1010

1111
FROM ghcr.io/siderolabs/fhs:v1.11.0 AS image-fhs
1212

1313
# runs markdownlint
14-
FROM docker.io/oven/bun:1.3.0-alpine AS lint-markdown
14+
FROM docker.io/oven/bun:1.3.1-alpine AS lint-markdown
1515
WORKDIR /src
1616
1717
COPY .markdownlint.json .

Makefile

Lines changed: 4 additions & 4 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-11-04T12:33:37Z by kres cd5a938.
3+
# Generated on 2025-11-17T08:17:36Z by kres e1d6dac.
44

55
# common variables
66

@@ -24,9 +24,9 @@ VTPROTOBUF_VERSION ?= 0.6.0
2424
GOIMPORTS_VERSION ?= 0.38.0
2525
GOMOCK_VERSION ?= 0.6.0
2626
DEEPCOPY_VERSION ?= v0.5.8
27-
GOLANGCILINT_VERSION ?= v2.5.0
28-
GOFUMPT_VERSION ?= v0.9.1
29-
GO_VERSION ?= 1.25.3
27+
GOLANGCILINT_VERSION ?= v2.6.1
28+
GOFUMPT_VERSION ?= v0.9.2
29+
GO_VERSION ?= 1.25.4
3030
GO_BUILDFLAGS ?=
3131
GO_LDFLAGS ?=
3232
CGO_ENABLED ?= 0

0 commit comments

Comments
 (0)