Skip to content

Commit

Permalink
go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuf…
Browse files Browse the repository at this point in the history
…fers/go from 1.34.1-20240524201210-f04e50c23f5f.1 to 1.34.2-20240617172850-a48fcebcf8f1.1 (#1664)

* go.mod: bump buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go

---
updated-dependencies:
- dependency-name: buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* make proto-update and proto-generate

* update buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go

* make generate

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lovro Mažgon <[email protected]>
Co-authored-by: Haris Osmanagić <[email protected]>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent 916793e commit 96c2966
Show file tree
Hide file tree
Showing 10 changed files with 292 additions and 293 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ proto-generate:
rm -rf proto/gen && cd proto && buf generate

proto-update:
cd proto && buf mod update
cd proto && buf dep update

proto-lint:
cd proto && buf lint
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/conduitio/conduit
go 1.22.2

require (
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.34.1-20240524201210-f04e50c23f5f.1
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.34.2-20240617172850-a48fcebcf8f1.2
github.com/Masterminds/semver/v3 v3.2.1
github.com/Masterminds/sprig/v3 v3.2.3
github.com/NYTimes/gziphandler v1.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240606161333-696c2cfe
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240606161333-696c2cfeae8c.1/go.mod h1:kAi136n1j61b2WcTc9HewyA3cNmxAIEy1+cnTWWxL30=
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.1-20240606161333-696c2cfeae8c.1 h1:1Kbs41Eas72MI6pCx931SctvL/jS7KXw3tesOrJfbAM=
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.1-20240606161333-696c2cfeae8c.1/go.mod h1:8ONhsyCTLQ9kBslWnMgPrXTcxzCkKlxZqN9ewUveui8=
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.34.1-20240524201210-f04e50c23f5f.1 h1:ZtAsM9ACS6lQ7/gVjlGf0+CvL7dX1Ume2WYyFCTC+Wo=
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.34.1-20240524201210-f04e50c23f5f.1/go.mod h1:gUfBTdJmhwTJHoIaOQjy7xczHhqjkQfXSKs5TY4IsUY=
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.34.2-20240617172850-a48fcebcf8f1.2 h1:60531IScGBBw17MoVfvCasfBedurjQ4qkr0cNhrDTR0=
buf.build/gen/go/grpc-ecosystem/grpc-gateway/protocolbuffers/go v1.34.2-20240617172850-a48fcebcf8f1.2/go.mod h1:WZzeH4Sx52g5HpdqDE4B6I0cn5MPzKmp7lSG6oB6ais=
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
Expand Down
60 changes: 36 additions & 24 deletions pkg/web/openapi/swagger-ui/api/v1/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,12 +421,7 @@
"in": "body",
"required": true,
"schema": {
"type": "object",
"properties": {
"config": {
"$ref": "#/definitions/v1ConnectorConfig"
}
}
"$ref": "#/definitions/ConnectorServiceUpdateConnectorBody"
}
}
],
Expand Down Expand Up @@ -806,12 +801,7 @@
"in": "body",
"required": true,
"schema": {
"type": "object",
"properties": {
"config": {
"$ref": "#/definitions/v1PipelineConfig"
}
}
"$ref": "#/definitions/PipelineServiceUpdatePipelineBody"
}
}
],
Expand Down Expand Up @@ -1062,12 +1052,7 @@
"in": "body",
"required": true,
"schema": {
"type": "object",
"properties": {
"force": {
"type": "boolean"
}
}
"$ref": "#/definitions/PipelineServiceStopPipelineBody"
}
}
],
Expand Down Expand Up @@ -1427,12 +1412,7 @@
"in": "body",
"required": true,
"schema": {
"type": "object",
"properties": {
"config": {
"$ref": "#/definitions/v1ProcessorConfig"
}
}
"$ref": "#/definitions/ProcessorServiceUpdateProcessorBody"
}
}
],
Expand Down Expand Up @@ -1543,6 +1523,14 @@
}
}
},
"ConnectorServiceUpdateConnectorBody": {
"type": "object",
"properties": {
"config": {
"$ref": "#/definitions/v1ConnectorConfig"
}
}
},
"ConnectorSourceState": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1578,6 +1566,22 @@
}
}
},
"PipelineServiceStopPipelineBody": {
"type": "object",
"properties": {
"force": {
"type": "boolean"
}
}
},
"PipelineServiceUpdatePipelineBody": {
"type": "object",
"properties": {
"config": {
"$ref": "#/definitions/v1PipelineConfig"
}
}
},
"PipelineState": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1638,6 +1642,14 @@
"default": "TYPE_UNSPECIFIED",
"description": "Type shows the processor's parent type.\n\n - TYPE_CONNECTOR: Processor parent is a connector.\n - TYPE_PIPELINE: Processor parent is a pipeline."
},
"ProcessorServiceUpdateProcessorBody": {
"type": "object",
"properties": {
"config": {
"$ref": "#/definitions/v1ProcessorConfig"
}
}
},
"apiv1Info": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit 96c2966

Please sign in to comment.