Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Address runc CVE's and bump deps.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Feb 2, 2024
1 parent cdedbc0 commit 7b5b0d2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2023-12-08T16:10:53Z by kres c42e995-dirty.
# Generated on 2024-02-02T15:47:02Z by kres cdedbc0-dirty.

name: default
concurrency:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
services:
buildkitd:
image: moby/buildkit:v0.12.4
image: moby/buildkit:v0.12.5
options: --privileged
ports:
- 1234:1234
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-01-16T06:01:05Z by kres 6e83212-dirty.
# Generated on 2024-02-02T15:47:02Z by kres cdedbc0-dirty.

ARG TOOLCHAIN

Expand All @@ -11,9 +11,9 @@ FROM ghcr.io/siderolabs/ca-certificates:v1.6.0 AS image-ca-certificates
FROM ghcr.io/siderolabs/fhs:v1.6.0 AS image-fhs

# runs markdownlint
FROM docker.io/node:21.5.0-alpine3.19 AS lint-markdown
FROM docker.io/node:21.6.1-alpine3.19 AS lint-markdown
WORKDIR /src
RUN npm i -g markdownlint-cli@0.38.0
RUN npm i -g markdownlint-cli@0.39.0
RUN npm i [email protected]
COPY .markdownlint.json .
COPY ./README.md ./README.md
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-01-16T06:01:05Z by kres 6e83212-dirty.
# Generated on 2024-02-02T15:47:02Z by kres cdedbc0-dirty.

# common variables

Expand All @@ -16,11 +16,11 @@ USERNAME ?= siderolabs
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
PROTOBUF_GO_VERSION ?= 1.32.0
GRPC_GO_VERSION ?= 1.3.0
GRPC_GATEWAY_VERSION ?= 2.19.0
VTPROTOBUF_VERSION ?= 0.5.0
GRPC_GATEWAY_VERSION ?= 2.19.1
VTPROTOBUF_VERSION ?= 0.6.0
DEEPCOPY_VERSION ?= v0.5.5
GOLANGCILINT_VERSION ?= v1.55.2
GOFUMPT_VERSION ?= v0.5.0
GOFUMPT_VERSION ?= v0.6.0
GO_VERSION ?= 1.21.6
GOIMPORTS_VERSION ?= v0.17.0
GO_BUILDFLAGS ?=
Expand Down
14 changes: 7 additions & 7 deletions internal/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (

// BuildKitContainerVersion is the version of buildkit container image.
// renovate: datasource=docker versioning=docker depName=moby/buildkit
BuildKitContainerVersion = "v0.12.4"
BuildKitContainerVersion = "v0.12.5"
// CheckOutActionVersion is the version of checkout github action.
// renovate: datasource=github-releases extractVersion=^(?<version>v\d+)\.\d+\.\d+$ depName=actions/checkout
CheckOutActionVersion = "v4"
Expand All @@ -30,7 +30,7 @@ const (
DeepCopyVersion = "v0.5.5"
// DindContainerImageVersion is the version of the dind container image.
// renovate: datasource=docker versioning=docker depName=docker
DindContainerImageVersion = "24.0-dind"
DindContainerImageVersion = "25.0-dind"
// DockerfileFrontendImageVersion is the version of the dockerfile frontend image.
// renovate: datasource=docker versioning=docker depName=docker/dockerfile-upstream
DockerfileFrontendImageVersion = "1.6.0-labs"
Expand All @@ -42,7 +42,7 @@ const (
GitHubScriptActionVersion = "v7"
// GoFmtVersion is the version of gofmt.
// renovate: datasource=go depName=github.com/mvdan/gofumpt
GoFmtVersion = "v0.5.0"
GoFmtVersion = "v0.6.0"
// GoImportsVersion is the version of goimports.
// renovate: datasource=go depName=golang.org/x/tools
GoImportsVersion = "v0.17.0"
Expand All @@ -57,7 +57,7 @@ const (
GoVersion = "1.21.6"
// GrpcGatewayVersion is the version of grpc-gateway.
// renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-gateway
GrpcGatewayVersion = "v2.19.0"
GrpcGatewayVersion = "v2.19.1"
// GrpcGoVersion is the version of grpc.
// renovate: datasource=go depName=google.golang.org/grpc/cmd/protoc-gen-go-grpc
GrpcGoVersion = "v1.3.0"
Expand All @@ -66,10 +66,10 @@ const (
LoginActionVersion = "v3"
// MardownLintCLIVersion is the version of markdownlint.
// renovate: datasource=npm depName=markdownlint-cli
MardownLintCLIVersion = "0.38.0"
MardownLintCLIVersion = "0.39.0"
// NodeContainerImageVersion is the default node container image.
// renovate: datasource=docker versioning=docker depName=node
NodeContainerImageVersion = "21.5.0-alpine3.19"
NodeContainerImageVersion = "21.6.1-alpine3.19"
// PkgsVersion is the version of pkgs.
// renovate: datasource=github-tags depName=siderolabs/pkgs
PkgsVersion = "v1.6.0"
Expand All @@ -96,5 +96,5 @@ const (
UploadArtifactActionVersion = "v4"
// VTProtobufVersion is the version of vtprotobuf.
// renovate: datasource=go depName=github.com/planetscale/vtprotobuf
VTProtobufVersion = "v0.5.0"
VTProtobufVersion = "v0.6.0"
)
1 change: 0 additions & 1 deletion internal/project/common/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ func (r *Repository) enableConform(client *github.Client) error {
"pull_request",
},
})

if err != nil {
return err
}
Expand Down

0 comments on commit 7b5b0d2

Please sign in to comment.