-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Direct deps: - github.com/cosi-project/runtime to v0.9.1 - google.golang.org/grpc to v1.69.4 Indirect deps: - github.com/grpc-ecosystem/grpc-gateway/v2 to v2.25.1 - github.com/jonboulle/clockwork to v0.5.0 - github.com/klauspost/compress to v1.17.11 - github.com/munnerz/goautoneg to v0.0.0-20191010083416-a7dc8b61c822 - github.com/prometheus/client_golang to v1.20.5 - github.com/prometheus/client_model to v0.6.1 - github.com/prometheus/common to v0.61.0 - github.com/prometheus/procfs to v0.15.1 - go.opentelemetry.io/auto/sdk to v1.1.0 - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.58.0 - go.opentelemetry.io/otel to v1.33.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace to v1.33.0 - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc to v1.33.0 - go.opentelemetry.io/otel/metric to v1.33.0 - go.opentelemetry.io/otel/sdk to v1.33.0 - go.opentelemetry.io/otel/trace to v1.33.0 - go.opentelemetry.io/proto/otlp to v1.5.0 - golang.org/x/crypto to v0.32.0 - golang.org/x/net to v0.34.0 - golang.org/x/sys to v0.29.0 - golang.org/x/time to v0.9.0 - google.golang.org/genproto to v0.0.0-20250115164207-1a7da9e5054f - google.golang.org/genproto/googleapis/api to v0.0.0-20250115164207-1a7da9e5054f - google.golang.org/genproto/googleapis/rpc to v0.0.0-20250115164207-1a7da9e5054f - google.golang.org/protobuf to v1.36.3 - sigs.k8s.io/yaml to v1.4.0 Signed-off-by: Dmitriy Matrenichev <[email protected]>
- Loading branch information
Showing
8 changed files
with
149 additions
and
192 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
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"$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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
- | ||
name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3.0.0 | ||
uses: docker/setup-qemu-action@v3.2.0 | ||
- | ||
name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
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,21 +1,21 @@ | ||
# 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-04T08:57:12Z by kres 232fe63. | ||
# Generated on 2025-01-16T18:10:29Z by kres 3b3f992. | ||
|
||
ARG TOOLCHAIN | ||
|
||
# cleaned up specs and compiled versions | ||
FROM scratch AS generate | ||
|
||
# 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 ./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 . | ||
|
||
# base toolchain image | ||
FROM --platform=${BUILDPLATFORM} ${TOOLCHAIN} AS toolchain | ||
|
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
Oops, something went wrong.