-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump Go, dependencies, rekres, regenerate
Bring things to their latest versions. Signed-off-by: Utku Ozdemir <[email protected]>
- Loading branch information
1 parent
84c01fd
commit 9208587
Showing
29 changed files
with
1,512 additions
and
1,676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,36 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
":dependencyDashboard", | ||
":gitSignOff", | ||
":semanticCommitScopeDisabled", | ||
"schedule:earlyMondays" | ||
], | ||
"prHeader": "Update Request | Renovate Bot", | ||
"packageRules": [ | ||
{ | ||
"matchPackageNames": [ | ||
"golang/go" | ||
], | ||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"docker" | ||
], | ||
"groupName": "container images" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"go", | ||
"golang-version" | ||
], | ||
"groupName": "go packages" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"npm" | ||
], | ||
"groupName": "node packages" | ||
}, | ||
{ | ||
"matchPackagePatterns": [ | ||
"*" | ||
], | ||
"matchDatasources": [ | ||
"git-refs", | ||
"git-tags", | ||
"github-tags", | ||
"github-releases" | ||
], | ||
"groupName": "releases" | ||
} | ||
] | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.", | ||
"prHeader": "Update Request | Renovate Bot", | ||
"extends": [ | ||
":dependencyDashboard", | ||
":gitSignOff", | ||
":semanticCommitScopeDisabled", | ||
"schedule:earlyMondays" | ||
], | ||
"packageRules": [ | ||
{ | ||
"groupName": "dependencies", | ||
"matchUpdateTypes": [ | ||
"major", | ||
"minor", | ||
"patch", | ||
"pin", | ||
"digest" | ||
] | ||
}, | ||
{ | ||
"enabled": false, | ||
"matchFileNames": [ | ||
"Dockerfile" | ||
] | ||
}, | ||
{ | ||
"enabled": false, | ||
"matchFileNames": [ | ||
".github/workflows/*.yaml" | ||
] | ||
} | ||
], | ||
"separateMajorMinor": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# syntax = docker/dockerfile-upstream:1.11.1-labs | ||
# syntax = docker/dockerfile-upstream:1.12.1-labs | ||
|
||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. | ||
# | ||
# Generated on 2024-12-03T09:44:24Z by kres 232fe63. | ||
# Generated on 2025-01-15T11:45:55Z by kres 3b3f992. | ||
|
||
ARG JS_TOOLCHAIN | ||
ARG TOOLCHAIN | ||
|
||
FROM ghcr.io/siderolabs/ca-certificates:v1.8.0 AS image-ca-certificates | ||
FROM ghcr.io/siderolabs/ca-certificates:v1.9.0 AS image-ca-certificates | ||
|
||
FROM ghcr.io/siderolabs/fhs:v1.8.0 AS image-fhs | ||
FROM ghcr.io/siderolabs/fhs:v1.9.0 AS image-fhs | ||
|
||
# base toolchain image | ||
FROM --platform=${BUILDPLATFORM} ${JS_TOOLCHAIN} AS js-toolchain | ||
|
@@ -20,16 +20,16 @@ ENV GOPATH=/go | |
ENV PATH=${PATH}:/usr/local/go/bin | ||
|
||
# runs markdownlint | ||
FROM docker.io/oven/bun:1.1.36-alpine AS lint-markdown | ||
FROM docker.io/oven/bun:1.1.43-alpine AS lint-markdown | ||
WORKDIR /src | ||
RUN bun i [email protected] sentences-per-line@0.2.1 | ||
RUN bun i [email protected] sentences-per-line@0.3.0 | ||
COPY .markdownlint.json . | ||
COPY ./docs ./docs | ||
COPY ./CHANGELOG.md ./CHANGELOG.md | ||
COPY ./CONTRIBUTING.md ./CONTRIBUTING.md | ||
COPY ./DEVELOPMENT.md ./DEVELOPMENT.md | ||
COPY ./README.md ./README.md | ||
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules node_modules/sentences-per-line/index.js . | ||
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules sentences-per-line . | ||
|
||
# collects proto specs | ||
FROM scratch AS proto-specs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.