From bef0e00ffd8a494789c2ace5a2ec40896582a5d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:13:17 +0000 Subject: [PATCH] chore: update dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/config/constants.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/config/constants.go b/internal/config/constants.go index c84e79f..773f4bb 100644 --- a/internal/config/constants.go +++ b/internal/config/constants.go @@ -33,7 +33,7 @@ const ( DeepCopyVersion = "v0.5.6" // DindContainerImageVersion is the version of the dind container image. // renovate: datasource=docker versioning=docker depName=docker - DindContainerImageVersion = "27.4-dind" + DindContainerImageVersion = "27.5-dind" // DockerfileFrontendImageVersion is the version of the dockerfile frontend image. // renovate: datasource=docker versioning=docker depName=docker/dockerfile-upstream DockerfileFrontendImageVersion = "1.12.1-labs" @@ -48,10 +48,10 @@ const ( GoFmtVersion = "v0.7.0" // GoImportsVersion is the version of goimports. // renovate: datasource=go depName=golang.org/x/tools - GoImportsVersion = "v0.28.0" + GoImportsVersion = "v0.29.0" // GolangCIlintVersion is the version of golangci-lint. // renovate: datasource=go depName=github.com/golangci/golangci-lint - GolangCIlintVersion = "v1.62.2" + GolangCIlintVersion = "v1.63.4" // GolangContainerImageVersion is the default golang container image. // renovate: datasource=docker versioning=docker depName=golang GolangContainerImageVersion = "1.23-alpine" @@ -72,13 +72,13 @@ const ( MarkdownLintCLIVersion = "0.43.0" // BunContainerImageVersion is the default bun container image. // renovate: datasource=docker versioning=docker depName=oven/bun - BunContainerImageVersion = "1.1.42-alpine" + BunContainerImageVersion = "1.1.43-alpine" // PkgsVersion is the version of pkgs. // renovate: datasource=github-tags depName=siderolabs/pkgs PkgsVersion = "v1.9.0" // ProtobufGoVersion is the version of protobuf. // renovate: datasource=go depName=google.golang.org/protobuf/cmd/protoc-gen-go - ProtobufGoVersion = "v1.36.1" + ProtobufGoVersion = "v1.36.2" // ProtobufTSGatewayVersion is the version of protobuf-ts. // renovate: datasource=go depName=github.com/siderolabs/protoc-gen-grpc-gateway-ts ProtobufTSGatewayVersion = "v1.2.1"