From 04879777613d7a94a4ac917337ffb5d9e5b6487b Mon Sep 17 00:00:00 2001 From: pkwarren <398111+pkwarren@users.noreply.github.com> Date: Mon, 23 Feb 2026 14:21:43 +0000 Subject: [PATCH] detected new plugin versions --- .../v0.25.4/.dockerignore | 2 ++ .../sudorandom-connect-openapi/v0.25.4/Dockerfile | 15 +++++++++++++++ .../v0.25.4/buf.plugin.yaml | 7 +++++++ .../v0.25.4/eliza/plugin.sum | 1 + .../v0.25.4/petapis/plugin.sum | 1 + 5 files changed, 26 insertions(+) create mode 100644 plugins/community/sudorandom-connect-openapi/v0.25.4/.dockerignore create mode 100644 plugins/community/sudorandom-connect-openapi/v0.25.4/Dockerfile create mode 100644 plugins/community/sudorandom-connect-openapi/v0.25.4/buf.plugin.yaml create mode 100644 tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.4/eliza/plugin.sum create mode 100644 tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.4/petapis/plugin.sum diff --git a/plugins/community/sudorandom-connect-openapi/v0.25.4/.dockerignore b/plugins/community/sudorandom-connect-openapi/v0.25.4/.dockerignore new file mode 100644 index 000000000..5d0f124ff --- /dev/null +++ b/plugins/community/sudorandom-connect-openapi/v0.25.4/.dockerignore @@ -0,0 +1,2 @@ +* +!Dockerfile diff --git a/plugins/community/sudorandom-connect-openapi/v0.25.4/Dockerfile b/plugins/community/sudorandom-connect-openapi/v0.25.4/Dockerfile new file mode 100644 index 000000000..dca5ef1fe --- /dev/null +++ b/plugins/community/sudorandom-connect-openapi/v0.25.4/Dockerfile @@ -0,0 +1,15 @@ +# syntax=docker/dockerfile:1.19 +FROM --platform=$BUILDPLATFORM golang:1.26.0-bookworm 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.4 \ + && 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.4/buf.plugin.yaml b/plugins/community/sudorandom-connect-openapi/v0.25.4/buf.plugin.yaml new file mode 100644 index 000000000..4c889deb5 --- /dev/null +++ b/plugins/community/sudorandom-connect-openapi/v0.25.4/buf.plugin.yaml @@ -0,0 +1,7 @@ +version: v1 +name: buf.build/community/sudorandom-connect-openapi +plugin_version: v0.25.4 +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.4/LICENSE diff --git a/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.4/eliza/plugin.sum b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.4/eliza/plugin.sum new file mode 100644 index 000000000..b2078df64 --- /dev/null +++ b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.4/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.4/petapis/plugin.sum b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.4/petapis/plugin.sum new file mode 100644 index 000000000..00e6d40b1 --- /dev/null +++ b/tests/testdata/buf.build/community/sudorandom-connect-openapi/v0.25.4/petapis/plugin.sum @@ -0,0 +1 @@ +h1:tXvqQAI2yeM8+7VlRR4LY5WOPVz6elhwUNQjC7wJpeM=