From d09892b2f4b2816c930609c689ff40aa6ae54bfc Mon Sep 17 00:00:00 2001 From: "app-token-plugins[bot]" Date: Sun, 19 Apr 2026 14:17:45 +0000 Subject: [PATCH] detected new plugin versions --- .../v0.25.6/.dockerignore | 2 ++ .../sudorandom-connect-openapi/v0.25.6/Dockerfile | 15 +++++++++++++++ .../v0.25.6/buf.plugin.yaml | 7 +++++++ .../v0.25.6/eliza/plugin.sum | 1 + .../v0.25.6/petapis/plugin.sum | 1 + 5 files changed, 26 insertions(+) create mode 100644 plugins/community/sudorandom-connect-openapi/v0.25.6/.dockerignore create mode 100644 plugins/community/sudorandom-connect-openapi/v0.25.6/Dockerfile create mode 100644 plugins/community/sudorandom-connect-openapi/v0.25.6/buf.plugin.yaml create mode 100644 tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/petapis/plugin.sum diff --git a/plugins/community/sudorandom-connect-openapi/v0.25.6/.dockerignore b/plugins/community/sudorandom-connect-openapi/v0.25.6/.dockerignore new file mode 100644 index 000000000..5d0f124ff --- /dev/null +++ b/plugins/community/sudorandom-connect-openapi/v0.25.6/.dockerignore @@ -0,0 +1,2 @@ +* +!Dockerfile diff --git a/plugins/community/sudorandom-connect-openapi/v0.25.6/Dockerfile b/plugins/community/sudorandom-connect-openapi/v0.25.6/Dockerfile new file mode 100644 index 000000000..c26575353 --- /dev/null +++ b/plugins/community/sudorandom-connect-openapi/v0.25.6/Dockerfile @@ -0,0 +1,15 @@ +# syntax=docker/dockerfile:1.23 +FROM --platform=$BUILDPLATFORM golang:1.26.2-trixie@sha256:c0074c718b473f3827043f86532c4c0ff537e3fe7a81b8219b0d1ccfcc2c9a09 AS build + +ARG TARGETOS TARGETARCH +ENV CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH + +RUN --mount=type=cache,target=/go/pkg/mod \ + go install -ldflags "-s -w" -tags remote_plugin -trimpath github.com/sudorandom/protoc-gen-connect-openapi@v0.25.6 \ + && mv /go/bin/${GOOS}_${GOARCH}/protoc-gen-connect-openapi /go/bin/protoc-gen-connect-openapi || true + +FROM scratch +COPY --from=build --link /etc/passwd /etc/passwd +COPY --from=build --link --chown=root:root /go/bin/protoc-gen-connect-openapi . +USER nobody +ENTRYPOINT [ "/protoc-gen-connect-openapi" ] diff --git a/plugins/community/sudorandom-connect-openapi/v0.25.6/buf.plugin.yaml b/plugins/community/sudorandom-connect-openapi/v0.25.6/buf.plugin.yaml new file mode 100644 index 000000000..316cb9b32 --- /dev/null +++ b/plugins/community/sudorandom-connect-openapi/v0.25.6/buf.plugin.yaml @@ -0,0 +1,7 @@ +version: v1 +name: buf.build/community/sudorandom-connect-openapi +plugin_version: v0.25.6 +source_url: https://github.com/sudorandom/protoc-gen-connect-openapi +description: Plugin for generating OpenAPIv3 from Protobufs matching the Connect RPC interface. +spdx_license_id: MIT +license_url: https://github.com/sudorandom/protoc-gen-connect-openapi/blob/v0.25.6/LICENSE diff --git a/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/eliza/plugin.sum b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/eliza/plugin.sum new file mode 100644 index 000000000..b2078df64 --- /dev/null +++ b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/eliza/plugin.sum @@ -0,0 +1 @@ +h1:bfGIUhYwyjEaVR7OEPgI7au+mx+AM7kC8eo+1ET+VTM= diff --git a/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/petapis/plugin.sum b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/petapis/plugin.sum new file mode 100644 index 000000000..7e83a9ee5 --- /dev/null +++ b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.6/petapis/plugin.sum @@ -0,0 +1 @@ +h1:is+OnJXOvMHHorszpgCwp9PtICb+kok4je1UsFO8ZeY=