mirror of
https://github.com/siderolabs/kres.git
synced 2026-02-05 09:45:35 +01:00
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- name: Close stale issues and PRs
|
||||
uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
|
||||
uses: actions/stale@dcd2b9469d2220b7e8d08aedc00c105d277fd46b # 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"
|
||||
|
||||
5
go.mod
5
go.mod
@@ -6,11 +6,12 @@ require (
|
||||
github.com/drone/drone-yaml v1.2.3
|
||||
github.com/go-git/go-git/v5 v5.16.4
|
||||
github.com/google/go-github/v81 v81.0.0
|
||||
github.com/google/go-github/v82 v82.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.2
|
||||
github.com/stretchr/testify v1.11.1
|
||||
go.yaml.in/yaml/v4 v4.0.0-rc.3
|
||||
go.yaml.in/yaml/v4 v4.0.0-rc.4
|
||||
golang.org/x/mod v0.32.0
|
||||
golang.org/x/oauth2 v0.34.0
|
||||
)
|
||||
@@ -29,7 +30,7 @@ require (
|
||||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
||||
github.com/go-git/go-billy/v5 v5.7.0 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/google/go-querystring v1.2.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
||||
github.com/kevinburke/ssh_config v1.4.0 // indirect
|
||||
|
||||
5
go.sum
5
go.sum
@@ -64,8 +64,11 @@ 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/v81 v81.0.0 h1:hTLugQRxSLD1Yei18fk4A5eYjOGLUBKAl/VCqOfFkZc=
|
||||
github.com/google/go-github/v81 v81.0.0/go.mod h1:upyjaybucIbBIuxgJS7YLOZGziyvvJ92WX6WEBNE3sM=
|
||||
github.com/google/go-github/v82 v82.0.0/go.mod h1:hQ6Xo0VKfL8RZ7z1hSfB4fvISg0QqHOqe9BP0qo+WvM=
|
||||
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.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0=
|
||||
github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU=
|
||||
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
|
||||
github.com/googleapis/gnostic v0.2.0/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
|
||||
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
|
||||
@@ -135,6 +138,8 @@ github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI
|
||||
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=
|
||||
go.yaml.in/yaml/v4 v4.0.0-rc.4 h1:UP4+v6fFrBIb1l934bDl//mmnoIZEDK0idg1+AIvX5U=
|
||||
go.yaml.in/yaml/v4 v4.0.0-rc.4/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
|
||||
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
|
||||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
|
||||
golang.org/x/crypto v0.47.0 h1:V6e3FRj+n4dbpw86FJ8Fv7XVOql7TEwpHapKoMJ/GO8=
|
||||
|
||||
@@ -20,8 +20,8 @@ const (
|
||||
|
||||
// CheckOutActionVersion is the version of checkout github action.
|
||||
// renovate: datasource=github-tags depName=actions/checkout
|
||||
CheckOutActionVersion = "v6.0.1"
|
||||
CheckOutActionRef = "8e8c483db84b4bee98b60c0593521ed34d9990e8"
|
||||
CheckOutActionVersion = "v6.0.2"
|
||||
CheckOutActionRef = "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
|
||||
// CodeCovActionVersion is the version of codecov github action.
|
||||
// renovate: datasource=github-tags depName=codecov/codecov-action
|
||||
CodeCovActionVersion = "v5.5.2"
|
||||
@@ -35,10 +35,10 @@ const (
|
||||
DeepCopyVersion = "v0.5.8"
|
||||
// DindContainerImageVersion is the version of the dind container image.
|
||||
// renovate: datasource=docker versioning=docker depName=docker
|
||||
DindContainerImageVersion = "29.1-dind"
|
||||
DindContainerImageVersion = "29.2-dind"
|
||||
// DockerfileFrontendImageVersion is the version of the dockerfile frontend image.
|
||||
// renovate: datasource=docker versioning=docker depName=docker/dockerfile-upstream
|
||||
DockerfileFrontendImageVersion = "1.20.0-labs"
|
||||
DockerfileFrontendImageVersion = "1.21.0-labs"
|
||||
// DownloadArtifactActionVersion is the version of download artifact github action.
|
||||
// renovate: datasource=github-tags depName=actions/download-artifact
|
||||
DownloadArtifactActionVersion = "v7.0.0"
|
||||
@@ -64,13 +64,13 @@ const (
|
||||
GolangContainerImageVersion = "1.25-alpine"
|
||||
// GoVersion is the version of Go.
|
||||
// renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
|
||||
GoVersion = "1.25.6"
|
||||
GoVersion = "1.25.7"
|
||||
// GrpcGatewayVersion is the version of grpc-gateway.
|
||||
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
|
||||
GrpcGatewayVersion = "v2.27.4"
|
||||
GrpcGatewayVersion = "v2.27.7"
|
||||
// GrpcGoVersion is the version of grpc.
|
||||
// renovate: datasource=go depName=google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
GrpcGoVersion = "v1.6.0"
|
||||
GrpcGoVersion = "v1.6.1"
|
||||
// HelmSetupActionVersion is the version of helm setup github action.
|
||||
// renovate: datasource=github-tags depName=Azure/setup-helm
|
||||
HelmSetupActionVersion = "v4.3.1"
|
||||
@@ -86,14 +86,14 @@ const (
|
||||
HelmDocsVersion = "v1.14.2"
|
||||
// LoginActionVersion is the version of login github action.
|
||||
// renovate: datasource=github-tags depName=docker/login-action
|
||||
LoginActionVersion = "v3.6.0"
|
||||
LoginActionRef = "5e57cd118135c172c3672efd75eb46360885c0ef"
|
||||
LoginActionVersion = "v3.7.0"
|
||||
LoginActionRef = "c94ce9fb468520275223c153574b00df6fe4bcc9"
|
||||
// MarkdownLintCLIVersion is the version of markdownlint.
|
||||
// renovate: datasource=npm depName=markdownlint-cli
|
||||
MarkdownLintCLIVersion = "0.47.0"
|
||||
// BunContainerImageVersion is the default bun container image.
|
||||
// renovate: datasource=docker versioning=docker depName=oven/bun
|
||||
BunContainerImageVersion = "1.3.6-alpine"
|
||||
BunContainerImageVersion = "1.3.8-alpine"
|
||||
// NodeContainerImageVersion is the default node container image.
|
||||
//
|
||||
// NOTE: Check renovate.json for the rules on this before bumping, e.g., pinned versions.
|
||||
@@ -116,7 +116,7 @@ const (
|
||||
ReleaseActionRef = "a06a81a03ee405af7f2048a818ed3f03bbf83c7b"
|
||||
// SentencesPerLineVersion is the version of sentences-per-line.
|
||||
// renovate: datasource=npm depName=sentences-per-line
|
||||
SentencesPerLineVersion = "0.5.0"
|
||||
SentencesPerLineVersion = "0.5.1"
|
||||
// SetupBuildxActionVersion is the version of setup-buildx github action.
|
||||
// renovate: datasource=github-tags depName=docker/setup-buildx-action
|
||||
SetupBuildxActionVersion = "v3.12.0"
|
||||
|
||||
Reference in New Issue
Block a user