mirror of
https://github.com/siderolabs/kres.git
synced 2026-02-05 09:45:35 +01:00
chore: bump dependencies
Bump dependencies and rekres. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -1,6 +1,6 @@
|
|||||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||||
#
|
#
|
||||||
# Generated on 2025-12-17T11:13:19Z by kres 4b09af7-dirty.
|
# Generated on 2026-01-08T06:37:31Z by kres 6592a3a-dirty.
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref || github.run_id }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: setup-buildx
|
id: setup-buildx
|
||||||
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
|
||||||
with:
|
with:
|
||||||
driver: remote
|
driver: remote
|
||||||
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
||||||
@@ -163,7 +163,7 @@ jobs:
|
|||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: setup-buildx
|
id: setup-buildx
|
||||||
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
|
||||||
with:
|
with:
|
||||||
driver: remote
|
driver: remote
|
||||||
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
||||||
@@ -210,7 +210,7 @@ jobs:
|
|||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: setup-buildx
|
id: setup-buildx
|
||||||
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
|
||||||
with:
|
with:
|
||||||
driver: remote
|
driver: remote
|
||||||
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||||
#
|
#
|
||||||
# Generated on 2025-12-17T11:16:32Z by kres 4b09af7-dirty.
|
# Generated on 2026-01-08T06:49:21Z by kres ad54307-dirty.
|
||||||
|
|
||||||
ARG TOOLCHAIN=scratch
|
ARG TOOLCHAIN=scratch
|
||||||
|
|
||||||
@@ -11,12 +11,12 @@ FROM ghcr.io/siderolabs/ca-certificates:v1.12.0 AS image-ca-certificates
|
|||||||
FROM ghcr.io/siderolabs/fhs:v1.12.0 AS image-fhs
|
FROM ghcr.io/siderolabs/fhs:v1.12.0 AS image-fhs
|
||||||
|
|
||||||
# runs markdownlint
|
# runs markdownlint
|
||||||
FROM docker.io/oven/bun:1.3.4-alpine AS lint-markdown
|
FROM docker.io/oven/bun:1.3.5-alpine AS lint-markdown
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN bun i markdownlint-cli@0.47.0 sentences-per-line@0.3.0
|
RUN bun i markdownlint-cli@0.47.0 sentences-per-line@0.5.0
|
||||||
COPY .markdownlint.json .
|
COPY .markdownlint.json .
|
||||||
COPY ./README.md ./README.md
|
COPY ./README.md ./README.md
|
||||||
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules sentences-per-line .
|
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules markdownlint-sentences-per-line .
|
||||||
|
|
||||||
# base toolchain image
|
# base toolchain image
|
||||||
FROM --platform=${BUILDPLATFORM} ${TOOLCHAIN} AS toolchain
|
FROM --platform=${BUILDPLATFORM} ${TOOLCHAIN} AS toolchain
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
|||||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||||
#
|
#
|
||||||
# Generated on 2025-12-31T09:29:35Z by kres 26be706-dirty.
|
# Generated on 2026-01-08T06:37:31Z by kres 6592a3a-dirty.
|
||||||
|
|
||||||
# common variables
|
# common variables
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ USERNAME ?= siderolabs
|
|||||||
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
|
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
|
||||||
PROTOBUF_GO_VERSION ?= 1.36.11
|
PROTOBUF_GO_VERSION ?= 1.36.11
|
||||||
GRPC_GO_VERSION ?= 1.6.0
|
GRPC_GO_VERSION ?= 1.6.0
|
||||||
GRPC_GATEWAY_VERSION ?= 2.27.3
|
GRPC_GATEWAY_VERSION ?= 2.27.4
|
||||||
VTPROTOBUF_VERSION ?= 0.6.0
|
VTPROTOBUF_VERSION ?= 0.6.0
|
||||||
GOIMPORTS_VERSION ?= 0.40.0
|
GOIMPORTS_VERSION ?= 0.40.0
|
||||||
GOMOCK_VERSION ?= 0.6.0
|
GOMOCK_VERSION ?= 0.6.0
|
||||||
|
|||||||
4
go.mod
4
go.mod
@@ -1,11 +1,11 @@
|
|||||||
module github.com/siderolabs/kres
|
module github.com/siderolabs/kres
|
||||||
|
|
||||||
go 1.25.3
|
go 1.25.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/drone/drone-yaml v1.2.3
|
github.com/drone/drone-yaml v1.2.3
|
||||||
github.com/go-git/go-git/v5 v5.16.4
|
github.com/go-git/go-git/v5 v5.16.4
|
||||||
github.com/google/go-github/v80 v80.0.0
|
github.com/google/go-github/v81 v81.0.0
|
||||||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
||||||
github.com/siderolabs/gen v0.8.6
|
github.com/siderolabs/gen v0.8.6
|
||||||
github.com/spf13/cobra v1.10.2
|
github.com/spf13/cobra v1.10.2
|
||||||
|
|||||||
4
go.sum
4
go.sum
@@ -62,8 +62,8 @@ github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5a
|
|||||||
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
|
||||||
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
||||||
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
||||||
github.com/google/go-github/v80 v80.0.0 h1:BTyk3QOHekrk5VF+jIGz1TNEsmeoQG9K/UWaaP+EWQs=
|
github.com/google/go-github/v81 v81.0.0 h1:hTLugQRxSLD1Yei18fk4A5eYjOGLUBKAl/VCqOfFkZc=
|
||||||
github.com/google/go-github/v80 v80.0.0/go.mod h1:pRo4AIMdHW83HNMGfNysgSAv0vmu+/pkY8nZO9FT9Yo=
|
github.com/google/go-github/v81 v81.0.0/go.mod h1:upyjaybucIbBIuxgJS7YLOZGziyvvJ92WX6WEBNE3sM=
|
||||||
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
|
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
|
||||||
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
|
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
|
||||||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
|
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ const (
|
|||||||
GoVersion = "1.25.5"
|
GoVersion = "1.25.5"
|
||||||
// GrpcGatewayVersion is the version of grpc-gateway.
|
// GrpcGatewayVersion is the version of grpc-gateway.
|
||||||
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
|
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
|
||||||
GrpcGatewayVersion = "v2.27.3"
|
GrpcGatewayVersion = "v2.27.4"
|
||||||
// GrpcGoVersion is the version of grpc.
|
// GrpcGoVersion is the version of grpc.
|
||||||
// renovate: datasource=go depName=google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
// renovate: datasource=go depName=google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||||
GrpcGoVersion = "v1.6.0"
|
GrpcGoVersion = "v1.6.0"
|
||||||
@@ -84,7 +84,7 @@ const (
|
|||||||
MarkdownLintCLIVersion = "0.47.0"
|
MarkdownLintCLIVersion = "0.47.0"
|
||||||
// BunContainerImageVersion is the default bun container image.
|
// BunContainerImageVersion is the default bun container image.
|
||||||
// renovate: datasource=docker versioning=docker depName=oven/bun
|
// renovate: datasource=docker versioning=docker depName=oven/bun
|
||||||
BunContainerImageVersion = "1.3.4-alpine"
|
BunContainerImageVersion = "1.3.5-alpine"
|
||||||
// NodeContainerImageVersion is the default node container image.
|
// NodeContainerImageVersion is the default node container image.
|
||||||
//
|
//
|
||||||
// NOTE: Check renovate.json for the rules on this before bumping, e.g., pinned versions.
|
// NOTE: Check renovate.json for the rules on this before bumping, e.g., pinned versions.
|
||||||
@@ -107,11 +107,11 @@ const (
|
|||||||
ReleaseActionRef = "a06a81a03ee405af7f2048a818ed3f03bbf83c7b"
|
ReleaseActionRef = "a06a81a03ee405af7f2048a818ed3f03bbf83c7b"
|
||||||
// SentencesPerLineVersion is the version of sentences-per-line.
|
// SentencesPerLineVersion is the version of sentences-per-line.
|
||||||
// renovate: datasource=npm depName=sentences-per-line
|
// renovate: datasource=npm depName=sentences-per-line
|
||||||
SentencesPerLineVersion = "0.3.0"
|
SentencesPerLineVersion = "0.5.0"
|
||||||
// SetupBuildxActionVersion is the version of setup-buildx github action.
|
// SetupBuildxActionVersion is the version of setup-buildx github action.
|
||||||
// renovate: datasource=github-tags depName=docker/setup-buildx-action
|
// renovate: datasource=github-tags depName=docker/setup-buildx-action
|
||||||
SetupBuildxActionVersion = "v3.11.1"
|
SetupBuildxActionVersion = "v3.12.0"
|
||||||
SetupBuildxActionRef = "e468171a9de216ec08956ac3ada2f0791b6bd435"
|
SetupBuildxActionRef = "8d2750c68a42422c14e847fe6c8ac0403b4cbd6f"
|
||||||
// SetupTerraformActionVersion is the version of setup terraform github action.
|
// SetupTerraformActionVersion is the version of setup terraform github action.
|
||||||
// renovate: datasource=github-tags depName=hashicorp/setup-terraform
|
// renovate: datasource=github-tags depName=hashicorp/setup-terraform
|
||||||
SetupTerraformActionVersion = "v3.1.2"
|
SetupTerraformActionVersion = "v3.1.2"
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ jobs:
|
|||||||
git fetch --prune --unshallow
|
git fetch --prune --unshallow
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: setup-buildx
|
id: setup-buildx
|
||||||
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
|
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
|
||||||
with:
|
with:
|
||||||
driver: remote
|
driver: remote
|
||||||
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/google/go-github/v80/github"
|
"github.com/google/go-github/v81/github"
|
||||||
"golang.org/x/oauth2"
|
"golang.org/x/oauth2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import (
|
|||||||
"net/http"
|
"net/http"
|
||||||
"slices"
|
"slices"
|
||||||
|
|
||||||
"github.com/google/go-github/v80/github"
|
"github.com/google/go-github/v81/github"
|
||||||
"github.com/siderolabs/gen/xslices"
|
"github.com/siderolabs/gen/xslices"
|
||||||
|
|
||||||
"github.com/siderolabs/kres/internal/config"
|
"github.com/siderolabs/kres/internal/config"
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ func (lint *Lint) CompileDockerfile(output *dockerfile.Output) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage.
|
stage.
|
||||||
Step(step.Script(`bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules sentences-per-line .`))
|
Step(step.Script(`bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules markdownlint-sentences-per-line .`))
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user