Skip to content

Commit

Permalink
Update buf.gen.yaml to use new buf plugins (#2672)
Browse files Browse the repository at this point in the history
* build(deps): update grpc-gateway to v2.15.2

* Update buf.gen.yaml to use new buf plugins

* buf generate with the correct version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
metalmatze and renovate[bot] committed Mar 1, 2023
1 parent 9e8ec86 commit 8123277
Show file tree
Hide file tree
Showing 24 changed files with 171 additions and 113 deletions.
8 changes: 4 additions & 4 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ managed:

plugins:
# renovate: datasource=github-releases depName=protocolbuffers/protobuf-go
- remote: buf.build/protocolbuffers/plugins/go:v1.28.1-1
- plugin: buf.build/protocolbuffers/go:v1.28.1
out: gen/proto/go
opt: paths=source_relative

Expand All @@ -19,21 +19,21 @@ plugins:
- paths=source_relative,features=marshal+unmarshal+size+pool+grpc

# renovate: datasource=github-releases depName=timostamm/protobuf-ts
- remote: buf.build/timostamm/plugins/protobuf-ts:v2.8.2-1
- plugin: buf.build/community/timostamm-protobuf-ts:v2.8.2
out: ui/packages/shared/client/src
opt:
- long_type_string
- generate_dependencies

# renovate: datasource=github-releases depName=grpc-ecosystem/grpc-gateway
- remote: buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.15.0-1
- plugin: buf.build/grpc-ecosystem/gateway:v2.15.2
out: gen/proto/go
opt:
- paths=source_relative
- generate_unbound_methods=true

# renovate: datasource=github-releases depName=grpc-ecosystem/grpc-gateway
- remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.15.0-1
- plugin: buf.build/grpc-ecosystem/openapiv2:v2.15.2
out: gen/proto/swagger
opt:
- allow_merge=false
174 changes: 87 additions & 87 deletions gen/proto/go/google/api/http.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions gen/proto/go/google/pprof/profile.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/proto/go/grpc/health/v1/health.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/proto/go/parca/debuginfo/v1alpha1/debuginfo.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/proto/go/parca/debuginfo/v1alpha1/debuginfo.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/proto/go/parca/metastore/v1alpha1/metastore.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion gen/proto/go/parca/query/v1alpha1/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/proto/go/parca/query/v1alpha1/query.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8123277

Please sign in to comment.