Skip to content

Commit

Permalink
Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.21.0 (#…
Browse files Browse the repository at this point in the history
…34316)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway)
| `v2.20.0` -> `v2.21.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgrpc-ecosystem%2fgrpc-gateway%2fv2/v2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgrpc-ecosystem%2fgrpc-gateway%2fv2/v2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgrpc-ecosystem%2fgrpc-gateway%2fv2/v2.20.0/v2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgrpc-ecosystem%2fgrpc-gateway%2fv2/v2.20.0/v2.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>grpc-ecosystem/grpc-gateway
(github.com/grpc-ecosystem/grpc-gateway/v2)</summary>

###
[`v2.21.0`](https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.21.0)

[Compare
Source](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.21.0)

#### What's Changed

- feat: Use version info from runtime/debug:BuildInfo when installed by
go build by [@&#8203;MakDon](https://github.com/MakDon) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4359](https://github.com/grpc-ecosystem/grpc-gateway/pull/4359)
- feat: add mux middlewares and inject http pattern by
[@&#8203;nikitaksv](https://github.com/nikitaksv) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4290](https://github.com/grpc-ecosystem/grpc-gateway/pull/4290)
- Fixes
[#&#8203;3917](https://github.com/grpc-ecosystem/grpc-gateway/issues/3917):
Add package openapi naming strategy. by
[@&#8203;jgiles](https://github.com/jgiles) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4372](https://github.com/grpc-ecosystem/grpc-gateway/pull/4372)
- feat: use buildInfo.Main.Version as version when installed by go
install by [@&#8203;MakDon](https://github.com/MakDon) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4390](https://github.com/grpc-ecosystem/grpc-gateway/pull/4390)
- Add support for method's deprecated option by
[@&#8203;vajexal](https://github.com/vajexal) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4373](https://github.com/grpc-ecosystem/grpc-gateway/pull/4373)
- adding gRPC gateway generator script by
[@&#8203;akoserwal](https://github.com/akoserwal) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4426](https://github.com/grpc-ecosystem/grpc-gateway/pull/4426)
- fix url gen-grpc-gateway-api by
[@&#8203;akoserwal](https://github.com/akoserwal) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4434](https://github.com/grpc-ecosystem/grpc-gateway/pull/4434)
- ci: upgrade to goreleaser v2 by
[@&#8203;johanbrandhorst](https://github.com/johanbrandhorst) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4437](https://github.com/grpc-ecosystem/grpc-gateway/pull/4437)
- docs: add grpc-starter transcoding to related projects by
[@&#8203;DanielLiu1123](https://github.com/DanielLiu1123) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4456](https://github.com/grpc-ecosystem/grpc-gateway/pull/4456)
- Fix build on 32bit systems by
[@&#8203;gibmat](https://github.com/gibmat) in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4557](https://github.com/grpc-ecosystem/grpc-gateway/pull/4557)

#### New Contributors

- [@&#8203;nikitaksv](https://github.com/nikitaksv) made their first
contribution in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4290](https://github.com/grpc-ecosystem/grpc-gateway/pull/4290)
- [@&#8203;vajexal](https://github.com/vajexal) made their first
contribution in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4373](https://github.com/grpc-ecosystem/grpc-gateway/pull/4373)
- [@&#8203;akoserwal](https://github.com/akoserwal) made their first
contribution in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4426](https://github.com/grpc-ecosystem/grpc-gateway/pull/4426)
- [@&#8203;DanielLiu1123](https://github.com/DanielLiu1123) made their
first contribution in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4456](https://github.com/grpc-ecosystem/grpc-gateway/pull/4456)
- [@&#8203;gibmat](https://github.com/gibmat) made their first
contribution in
[https://github.com/grpc-ecosystem/grpc-gateway/pull/4557](https://github.com/grpc-ecosystem/grpc-gateway/pull/4557)

**Full Changelog**:
grpc-ecosystem/grpc-gateway@v2.20.0...v2.21.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 31, 2024
1 parent eb49f8b commit 5a286de
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 54 deletions.
6 changes: 3 additions & 3 deletions cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ require (
github.com/grafana/loki/pkg/push v0.0.0-20240514112848-a1b1eeb09583 // indirect
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/hashicorp/consul/api v1.29.2 // indirect
Expand Down Expand Up @@ -820,8 +820,8 @@ require (
gonum.org/v1/gonum v0.15.0 // indirect
google.golang.org/api v0.189.0 // indirect
google.golang.org/genproto v0.0.0-20240722135656-d784300faade // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240722135656-d784300faade // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions cmd/otelcontribcol/go.sum

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

6 changes: 3 additions & 3 deletions cmd/oteltestbedcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ require (
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
github.com/hashicorp/consul/api v1.29.1 // indirect
github.com/hashicorp/cronexpr v1.1.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
Expand Down Expand Up @@ -287,8 +287,8 @@ require (
golang.org/x/tools v0.22.0 // indirect
gonum.org/v1/gonum v0.15.0 // indirect
google.golang.org/api v0.183.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions cmd/oteltestbedcol/go.sum

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

6 changes: 3 additions & 3 deletions exporter/elasticsearchexporter/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
Expand Down Expand Up @@ -181,8 +181,8 @@ require (
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
gonum.org/v1/gonum v0.15.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
12 changes: 6 additions & 6 deletions exporter/elasticsearchexporter/integrationtest/go.sum

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

6 changes: 3 additions & 3 deletions exporter/opencensusexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.8 // indirect
Expand Down Expand Up @@ -87,8 +87,8 @@ require (
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Expand Down
12 changes: 6 additions & 6 deletions exporter/opencensusexporter/go.sum

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

6 changes: 3 additions & 3 deletions receiver/opencensusreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.0

require (
github.com/census-instrumentation/opencensus-proto v0.4.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.106.1
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.106.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.106.1
Expand Down Expand Up @@ -84,8 +84,8 @@ require (
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

Expand Down
12 changes: 6 additions & 6 deletions receiver/opencensusreceiver/go.sum

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

Loading

0 comments on commit 5a286de

Please sign in to comment.