From 26be706c3cdce5718d805482be1be753388e5e85 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 17 Dec 2025 15:22:07 +0400 Subject: [PATCH] feat: update dependencies Update actions, go modules, etc. Signed-off-by: Andrey Smirnov --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/lock.yml | 4 ++-- Dockerfile | 6 +++--- Makefile | 8 ++++---- go.mod | 4 ++-- go.sum | 8 ++++---- internal/config/constants.go | 28 ++++++++++++++-------------- 7 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af4e032..e157ed3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-12-05T15:27:03Z by kres 571923f-dirty. +# Generated on 2025-12-17T11:13:19Z by kres 4b09af7-dirty. concurrency: group: ${{ github.head_ref || github.run_id }} @@ -222,7 +222,7 @@ jobs: run: | make unit-tests-race - name: coverage - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # version: v5.5.1 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # version: v5.5.2 with: files: _out/coverage-unit-tests.txt flags: unit-tests diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index a0c323c..7e8b7cc 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -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-17T11:13:19Z by kres 4b09af7-dirty. "on": schedule: @@ -14,7 +14,7 @@ jobs: - ubuntu-latest steps: - name: Lock old issues - uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # version: v5.0.1 + uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # version: v6.0.0 with: issue-inactive-days: "60" log-output: "true" diff --git a/Dockerfile b/Dockerfile index 9955b97..8da9f94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-12-05T15:28:44Z by kres 571923f-dirty. +# Generated on 2025-12-17T11:16:32Z by kres 4b09af7-dirty. ARG TOOLCHAIN=scratch @@ -11,9 +11,9 @@ 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.3-alpine AS lint-markdown +FROM docker.io/oven/bun:1.3.4-alpine AS lint-markdown WORKDIR /src -RUN bun i markdownlint-cli@0.46.0 sentences-per-line@0.3.0 +RUN bun i markdownlint-cli@0.47.0 sentences-per-line@0.3.0 COPY .markdownlint.json . COPY ./README.md ./README.md RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules sentences-per-line . diff --git a/Makefile b/Makefile index 111f599..db6addb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-12-08T17:27:03Z by kres 5e26a1d-dirty. +# Generated on 2025-12-17T11:13:19Z by kres 4b09af7-dirty. # common variables @@ -18,14 +18,14 @@ WITH_RACE ?= false REGISTRY ?= ghcr.io USERNAME ?= siderolabs REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME) -PROTOBUF_GO_VERSION ?= 1.36.10 +PROTOBUF_GO_VERSION ?= 1.36.11 GRPC_GO_VERSION ?= 1.6.0 GRPC_GATEWAY_VERSION ?= 2.27.3 VTPROTOBUF_VERSION ?= 0.6.0 -GOIMPORTS_VERSION ?= 0.39.0 +GOIMPORTS_VERSION ?= 0.40.0 GOMOCK_VERSION ?= 0.6.0 DEEPCOPY_VERSION ?= v0.5.8 -GOLANGCILINT_VERSION ?= v2.7.1 +GOLANGCILINT_VERSION ?= v2.7.2 GOFUMPT_VERSION ?= v0.9.2 GO_VERSION ?= 1.25.5 GO_BUILDFLAGS ?= diff --git a/go.mod b/go.mod index cf41bdc..654420c 100644 --- a/go.mod +++ b/go.mod @@ -11,8 +11,8 @@ require ( 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 - golang.org/x/oauth2 v0.33.0 + golang.org/x/mod v0.31.0 + golang.org/x/oauth2 v0.34.0 ) require ( diff --git a/go.sum b/go.sum index 357ea3f..4ee1182 100644 --- a/go.sum +++ b/go.sum @@ -141,16 +141,16 @@ golang.org/x/crypto v0.43.0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04= golang.org/x/crypto v0.43.0/go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0= golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0LeHDbnYEryqj5Q1ug8= golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY= -golang.org/x/mod v0.30.0 h1:fDEXFVZ/fmCKProc/yAXXUijritrDzahmwwefnjoPFk= -golang.org/x/mod v0.30.0/go.mod h1:lAsf5O2EvJeSFMiBxXDki7sCgAxEUcZHXoXMKT4GJKc= +golang.org/x/mod v0.31.0 h1:HaW9xtz0+kOcWKwli0ZXy79Ix+UW/vOfmWI5QVd2tgI= +golang.org/x/mod v0.31.0/go.mod h1:43JraMp9cGx1Rx3AqioxrbrhNsLl2l/iNAvuBkrezpg= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181005035420-146acd28ed58/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4= golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210= golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.33.0 h1:4Q+qn+E5z8gPRJfmRy7C2gGG3T4jIprK6aSYgTXGRpo= -golang.org/x/oauth2 v0.33.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= +golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw= +golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= diff --git a/internal/config/constants.go b/internal/config/constants.go index 7b7b26f..7217ba8 100644 --- a/internal/config/constants.go +++ b/internal/config/constants.go @@ -24,8 +24,8 @@ const ( CheckOutActionRef = "8e8c483db84b4bee98b60c0593521ed34d9990e8" // CodeCovActionVersion is the version of codecov github action. // renovate: datasource=github-tags depName=codecov/codecov-action - CodeCovActionVersion = "v5.5.1" - CodeCovActionRef = "5a1091511ad55cbe89839c7260b706298ca349f7" + CodeCovActionVersion = "v5.5.2" + CodeCovActionRef = "671740ac38dd9b0130fbe1cec585b89eea48d3de" // CosignInstallActionVersion is the version of cosign install github action. // renovate: datasource=github-tags depName=sigstore/cosign-installer CosignInstallActionVersion = "v4.0.0" @@ -41,8 +41,8 @@ const ( DockerfileFrontendImageVersion = "1.20.0-labs" // DownloadArtifactActionVersion is the version of download artifact github action. // renovate: datasource=github-tags depName=actions/download-artifact - DownloadArtifactActionVersion = "v6.0.0" - DownloadArtifactActionRef = "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53" + DownloadArtifactActionVersion = "v7.0.0" + DownloadArtifactActionRef = "37930b1c2abaa49bbe596cd826c3c89aef350131" // GitHubScriptActionVersion is the version of github script action. // renovate: datasource=github-tags depName=actions/github-script GitHubScriptActionVersion = "v8.0.0" @@ -52,13 +52,13 @@ const ( GoFmtVersion = "v0.9.2" // GoImportsVersion is the version of goimports. // renovate: datasource=go depName=golang.org/x/tools - GoImportsVersion = "v0.39.0" + GoImportsVersion = "v0.40.0" // GoMockVersion is the version of gomock. // renovate: datasource=go depName=github.com/uber-go/mock GoMockVersion = "v0.6.0" // GolangCIlintVersion is the version of golangci-lint. // renovate: datasource=go depName=github.com/golangci/golangci-lint - GolangCIlintVersion = "v2.7.1" + GolangCIlintVersion = "v2.7.2" // GolangContainerImageVersion is the default golang container image. // renovate: datasource=docker versioning=docker depName=golang GolangContainerImageVersion = "1.25-alpine" @@ -81,23 +81,23 @@ const ( LoginActionRef = "5e57cd118135c172c3672efd75eb46360885c0ef" // MarkdownLintCLIVersion is the version of markdownlint. // renovate: datasource=npm depName=markdownlint-cli - MarkdownLintCLIVersion = "0.46.0" + MarkdownLintCLIVersion = "0.47.0" // BunContainerImageVersion is the default bun container image. // renovate: datasource=docker versioning=docker depName=oven/bun - BunContainerImageVersion = "1.3.3-alpine" + BunContainerImageVersion = "1.3.4-alpine" // NodeContainerImageVersion is the default node container image. // // NOTE: Check renovate.json for the rules on this before bumping, e.g., pinned versions. // As a rule of thumb, we bump only to the versions promoted to be LTS (even [not odd] major versions get promoted after a while, always check). // // renovate: datasource=docker versioning=docker depName=node - NodeContainerImageVersion = "24.11.1-alpine" + NodeContainerImageVersion = "24.12.0-alpine" // PkgsVersion is the version of pkgs. // renovate: datasource=github-tags depName=siderolabs/pkgs PkgsVersion = "v1.12.0" // ProtobufGoVersion is the version of protobuf. // renovate: datasource=go depName=google.golang.org/protobuf/cmd/protoc-gen-go - ProtobufGoVersion = "v1.36.10" + ProtobufGoVersion = "v1.36.11" // ProtobufTSGatewayVersion is the version of protobuf-ts. // renovate: datasource=go depName=github.com/siderolabs/protoc-gen-grpc-gateway-ts ProtobufTSGatewayVersion = "v1.2.1" @@ -126,8 +126,8 @@ const ( SystemInfoActionRef = "59699597e84e80085a750998045983daa49274c4" // UploadArtifactActionVersion is the version of upload artifact github action. // renovate: datasource=github-tags depName=actions/upload-artifact - UploadArtifactActionVersion = "v5.0.0" - UploadArtifactActionRef = "330a01c490aca151604b8cf639adc76d48f6c5d4" + UploadArtifactActionVersion = "v6.0.0" + UploadArtifactActionRef = "b7c566a772e6b6bfb58ed0dc250532a479d7789f" // VTProtobufVersion is the version of vtprotobuf. // renovate: datasource=go depName=github.com/planetscale/vtprotobuf VTProtobufVersion = "v0.6.0" @@ -137,6 +137,6 @@ const ( StaleActionRef = "997185467fa4f803885201cee163a9f38240193d" // LockThreadsActionVersion is the version of lock threads github action. // renovate: datasource=github-tags depName=dessant/lock-threads - LockThreadsActionVersion = "v5.0.1" - LockThreadsActionRef = "1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771" + LockThreadsActionVersion = "v6.0.0" + LockThreadsActionRef = "7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7" )