mirror of
https://github.com/siderolabs/kres.git
synced 2026-02-05 09:45:35 +01:00
feat: update dependencies
Update to the latest versions. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
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.
|
||||
#
|
||||
# Generated on 2025-12-01T10:10:22Z by kres 848c8fd-dirty.
|
||||
# Generated on 2025-12-05T15:27:03Z by kres 571923f-dirty.
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
done
|
||||
continue-on-error: true
|
||||
- name: checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
|
||||
- name: Unshallow
|
||||
run: |
|
||||
git fetch --prune --unshallow
|
||||
@@ -157,7 +157,7 @@ jobs:
|
||||
done
|
||||
continue-on-error: true
|
||||
- name: checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
|
||||
- name: Unshallow
|
||||
run: |
|
||||
git fetch --prune --unshallow
|
||||
@@ -204,7 +204,7 @@ jobs:
|
||||
done
|
||||
continue-on-error: true
|
||||
- name: checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
|
||||
- name: Unshallow
|
||||
run: |
|
||||
git fetch --prune --unshallow
|
||||
|
||||
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-12-01T10:10:22Z by kres 848c8fd-dirty.
|
||||
# Generated on 2025-12-05T15:27:03Z by kres 571923f-dirty.
|
||||
|
||||
"on":
|
||||
schedule:
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- name: Close stale issues and PRs
|
||||
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # version: v10.1.0
|
||||
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
|
||||
with:
|
||||
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
|
||||
days-before-issue-close: "5"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-12-01T09:43:28Z by kres e1d6dac-dirty.
|
||||
# Generated on 2025-12-05T15:28:44Z by kres 571923f-dirty.
|
||||
|
||||
ARG TOOLCHAIN=scratch
|
||||
|
||||
@@ -11,7 +11,7 @@ FROM ghcr.io/siderolabs/ca-certificates:v1.12.0 AS image-ca-certificates
|
||||
FROM ghcr.io/siderolabs/fhs:v1.12.0 AS image-fhs
|
||||
|
||||
# runs markdownlint
|
||||
FROM docker.io/oven/bun:1.3.1-alpine AS lint-markdown
|
||||
FROM docker.io/oven/bun:1.3.3-alpine AS lint-markdown
|
||||
WORKDIR /src
|
||||
RUN bun i markdownlint-cli@0.46.0 sentences-per-line@0.3.0
|
||||
COPY .markdownlint.json .
|
||||
|
||||
6
Makefile
6
Makefile
@@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-12-01T09:45:58Z by kres fc94e6b-dirty.
|
||||
# Generated on 2025-12-05T15:27:03Z by kres 571923f-dirty.
|
||||
|
||||
# common variables
|
||||
|
||||
@@ -24,9 +24,9 @@ VTPROTOBUF_VERSION ?= 0.6.0
|
||||
GOIMPORTS_VERSION ?= 0.39.0
|
||||
GOMOCK_VERSION ?= 0.6.0
|
||||
DEEPCOPY_VERSION ?= v0.5.8
|
||||
GOLANGCILINT_VERSION ?= v2.6.2
|
||||
GOLANGCILINT_VERSION ?= v2.7.1
|
||||
GOFUMPT_VERSION ?= v0.9.2
|
||||
GO_VERSION ?= 1.25.4
|
||||
GO_VERSION ?= 1.25.5
|
||||
GO_BUILDFLAGS ?=
|
||||
GO_LDFLAGS ?=
|
||||
CGO_ENABLED ?= 0
|
||||
|
||||
4
go.mod
4
go.mod
@@ -5,10 +5,10 @@ go 1.25.3
|
||||
require (
|
||||
github.com/drone/drone-yaml v1.2.3
|
||||
github.com/go-git/go-git/v5 v5.16.4
|
||||
github.com/google/go-github/v79 v79.0.0
|
||||
github.com/google/go-github/v80 v80.0.0
|
||||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
||||
github.com/siderolabs/gen v0.8.6
|
||||
github.com/spf13/cobra v1.10.1
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/stretchr/testify v1.11.1
|
||||
go.yaml.in/yaml/v4 v4.0.0-rc.3
|
||||
golang.org/x/mod v0.30.0
|
||||
|
||||
9
go.sum
9
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.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
|
||||
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
|
||||
github.com/google/go-github/v79 v79.0.0 h1:MdodQojuFPBhmtwHiBcIGLw/e/wei2PvFX9ndxK0X4Y=
|
||||
github.com/google/go-github/v79 v79.0.0/go.mod h1:OAFbNhq7fQwohojb06iIIQAB9CBGYLq999myfUFnrS4=
|
||||
github.com/google/go-github/v80 v80.0.0 h1:BTyk3QOHekrk5VF+jIGz1TNEsmeoQG9K/UWaaP+EWQs=
|
||||
github.com/google/go-github/v80 v80.0.0/go.mod h1:pRo4AIMdHW83HNMGfNysgSAv0vmu+/pkY8nZO9FT9Yo=
|
||||
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/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
|
||||
@@ -117,8 +117,8 @@ github.com/siderolabs/gen v0.8.6/go.mod h1:J9IbusbES2W6QWjtSHpDV9iPGZHc978h1+KJ4
|
||||
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
|
||||
github.com/skeema/knownhosts v1.3.2 h1:EDL9mgf4NzwMXCTfaxSD/o/a5fxDw/xL9nkU28JjdBg=
|
||||
github.com/skeema/knownhosts v1.3.2/go.mod h1:bEg3iQAuw+jyiw+484wwFJoKSLwcfd7fqRy+N0QTiow=
|
||||
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
|
||||
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
|
||||
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
|
||||
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
|
||||
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
|
||||
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
||||
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
|
||||
@@ -132,6 +132,7 @@ github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD
|
||||
github.com/vinzenz/yaml v0.0.0-20170920082545-91409cdd725d/go.mod h1:mb5taDqMnJiZNRQ3+02W2IFG+oEz1+dTuCXkp4jpkfo=
|
||||
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
|
||||
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
|
||||
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
|
||||
go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go=
|
||||
go.yaml.in/yaml/v4 v4.0.0-rc.3/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
|
||||
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
|
||||
|
||||
@@ -16,12 +16,12 @@ const (
|
||||
|
||||
// BldrImageVersion is the version of bldr image.
|
||||
// renovate: datasource=github-releases depName=siderolabs/bldr
|
||||
BldrImageVersion = "v0.5.5"
|
||||
BldrImageVersion = "v0.5.6"
|
||||
|
||||
// CheckOutActionVersion is the version of checkout github action.
|
||||
// renovate: datasource=github-tags depName=actions/checkout
|
||||
CheckOutActionVersion = "v6.0.0"
|
||||
CheckOutActionRef = "1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"
|
||||
CheckOutActionVersion = "v6.0.1"
|
||||
CheckOutActionRef = "8e8c483db84b4bee98b60c0593521ed34d9990e8"
|
||||
// CodeCovActionVersion is the version of codecov github action.
|
||||
// renovate: datasource=github-tags depName=codecov/codecov-action
|
||||
CodeCovActionVersion = "v5.5.1"
|
||||
@@ -35,7 +35,7 @@ const (
|
||||
DeepCopyVersion = "v0.5.8"
|
||||
// DindContainerImageVersion is the version of the dind container image.
|
||||
// renovate: datasource=docker versioning=docker depName=docker
|
||||
DindContainerImageVersion = "29.0-dind"
|
||||
DindContainerImageVersion = "29.1-dind"
|
||||
// DockerfileFrontendImageVersion is the version of the dockerfile frontend image.
|
||||
// renovate: datasource=docker versioning=docker depName=docker/dockerfile-upstream
|
||||
DockerfileFrontendImageVersion = "1.20.0-labs"
|
||||
@@ -58,13 +58,13 @@ const (
|
||||
GoMockVersion = "v0.6.0"
|
||||
// GolangCIlintVersion is the version of golangci-lint.
|
||||
// renovate: datasource=go depName=github.com/golangci/golangci-lint
|
||||
GolangCIlintVersion = "v2.6.2"
|
||||
GolangCIlintVersion = "v2.7.1"
|
||||
// GolangContainerImageVersion is the default golang container image.
|
||||
// renovate: datasource=docker versioning=docker depName=golang
|
||||
GolangContainerImageVersion = "1.25-alpine"
|
||||
// GoVersion is the version of Go.
|
||||
// renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
|
||||
GoVersion = "1.25.4"
|
||||
GoVersion = "1.25.5"
|
||||
// GrpcGatewayVersion is the version of grpc-gateway.
|
||||
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
|
||||
GrpcGatewayVersion = "v2.27.3"
|
||||
@@ -84,7 +84,7 @@ const (
|
||||
MarkdownLintCLIVersion = "0.46.0"
|
||||
// BunContainerImageVersion is the default bun container image.
|
||||
// renovate: datasource=docker versioning=docker depName=oven/bun
|
||||
BunContainerImageVersion = "1.3.1-alpine"
|
||||
BunContainerImageVersion = "1.3.3-alpine"
|
||||
// NodeContainerImageVersion is the default node container image.
|
||||
//
|
||||
// NOTE: Check renovate.json for the rules on this before bumping, e.g., pinned versions.
|
||||
@@ -133,8 +133,8 @@ const (
|
||||
VTProtobufVersion = "v0.6.0"
|
||||
// StaleActionVersion is the version of stale github action.
|
||||
// renovate: datasource=github-tags depName=actions/stale
|
||||
StaleActionVersion = "v10.1.0"
|
||||
StaleActionRef = "5f858e3efba33a5ca4407a664cc011ad407f2008"
|
||||
StaleActionVersion = "v10.1.1"
|
||||
StaleActionRef = "997185467fa4f803885201cee163a9f38240193d"
|
||||
// LockThreadsActionVersion is the version of lock threads github action.
|
||||
// renovate: datasource=github-tags depName=dessant/lock-threads
|
||||
LockThreadsActionVersion = "v5.0.1"
|
||||
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
done
|
||||
continue-on-error: true
|
||||
- name: checkout
|
||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
|
||||
- name: Unshallow
|
||||
run: |
|
||||
git fetch --prune --unshallow
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/google/go-github/v79/github"
|
||||
"github.com/google/go-github/v80/github"
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"net/http"
|
||||
"slices"
|
||||
|
||||
"github.com/google/go-github/v79/github"
|
||||
"github.com/google/go-github/v80/github"
|
||||
"github.com/siderolabs/gen/xslices"
|
||||
|
||||
"github.com/siderolabs/kres/internal/config"
|
||||
|
||||
Reference in New Issue
Block a user