lyft / clutch

Extensible platform for infrastructure management
https://clutch.sh
Apache License 2.0
1.67k stars 116 forks source link

housekeeping: Update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.21.0 #3074

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 -> v2.21.0 age adoption passing confidence

Release Notes

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2) ### [`v2.21.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.21.0) [Compare Source](https://togithub.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 [@​MakDon](https://togithub.com/MakDon) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4359](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4359) - feat: add mux middlewares and inject http pattern by [@​nikitaksv](https://togithub.com/nikitaksv) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4290](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4290) - Fixes [#​3917](https://togithub.com/grpc-ecosystem/grpc-gateway/issues/3917): Add package openapi naming strategy. by [@​jgiles](https://togithub.com/jgiles) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4372](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4372) - feat: use buildInfo.Main.Version as version when installed by go install by [@​MakDon](https://togithub.com/MakDon) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4390](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4390) - Add support for method's deprecated option by [@​vajexal](https://togithub.com/vajexal) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4373](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4373) - adding gRPC gateway generator script by [@​akoserwal](https://togithub.com/akoserwal) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4426](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4426) - fix url gen-grpc-gateway-api by [@​akoserwal](https://togithub.com/akoserwal) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4434](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4434) - ci: upgrade to goreleaser v2 by [@​johanbrandhorst](https://togithub.com/johanbrandhorst) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4437](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4437) - docs: add grpc-starter transcoding to related projects by [@​DanielLiu1123](https://togithub.com/DanielLiu1123) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4456](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4456) - Fix build on 32bit systems by [@​gibmat](https://togithub.com/gibmat) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4557](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4557) #### New Contributors - [@​nikitaksv](https://togithub.com/nikitaksv) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4290](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4290) - [@​vajexal](https://togithub.com/vajexal) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4373](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4373) - [@​akoserwal](https://togithub.com/akoserwal) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4426](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4426) - [@​DanielLiu1123](https://togithub.com/DanielLiu1123) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4456](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4456) - [@​gibmat](https://togithub.com/gibmat) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4557](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4557) **Full Changelog**: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.21.0 ### [`v2.20.0`](https://togithub.com/grpc-ecosystem/grpc-gateway/releases/tag/v2.20.0) [Compare Source](https://togithub.com/grpc-ecosystem/grpc-gateway/compare/v2.19.1...v2.20.0) #### What's Changed - api_visibility option now transitively hides request/response messages by [@​Place1](https://togithub.com/Place1) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/3966](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/3966) - Marshal non proto fields with indents by [@​gknw](https://togithub.com/gknw) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4027](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4027) - chore: fix some comments by [@​avoidalone](https://togithub.com/avoidalone) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4092](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4092) - chore(examples): add one example to log request body when the status code is non 200 by [@​richzw](https://togithub.com/richzw) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4108](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4108) - feat(bazel): surface --disable_default_responses in rule def by [@​rajukrishnamurthy](https://togithub.com/rajukrishnamurthy) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4126](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4126) - integration: fix wrapping of response writer causing endless test loop by [@​johanbrandhorst](https://togithub.com/johanbrandhorst) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4131](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4131) - Omit enum field when value is empty by [@​jeromefroe](https://togithub.com/jeromefroe) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4180](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4180) - docs/mapping/examples.md: update CoreOS example GitHub branch to `master` branch by [@​mohamedawnallah](https://togithub.com/mohamedawnallah) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4198](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4198) - chore: remove repetitive word by [@​mountcount](https://togithub.com/mountcount) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4183](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4183) - Fix Typo in examples.md by [@​umakantv](https://togithub.com/umakantv) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4212](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4212) - Write Content-Length header if doForwardTrailers is not set by [@​joshgarnett](https://togithub.com/joshgarnett) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4259](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4259) - Fixing TestOutgoingTrailerMatcher, which was non-deterministic by [@​joshgarnett](https://togithub.com/joshgarnett) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4265](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4265) - Update README.md by [@​MakDon](https://togithub.com/MakDon) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4322](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4322) - fix(4245): setting appropriate log level for error logs by [@​rajeshkarnena](https://togithub.com/rajeshkarnena) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4327](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4327) - fix: handle `X-Forwarded-*` headers correctly by [@​haines](https://togithub.com/haines) in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4334](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4334) #### New Contributors - [@​Place1](https://togithub.com/Place1) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/3966](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/3966) - [@​avoidalone](https://togithub.com/avoidalone) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4092](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4092) - [@​richzw](https://togithub.com/richzw) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4108](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4108) - [@​rajukrishnamurthy](https://togithub.com/rajukrishnamurthy) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4126](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4126) - [@​jeromefroe](https://togithub.com/jeromefroe) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4180](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4180) - [@​mohamedawnallah](https://togithub.com/mohamedawnallah) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4198](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4198) - [@​mountcount](https://togithub.com/mountcount) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4183](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4183) - [@​umakantv](https://togithub.com/umakantv) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4212](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4212) - [@​joshgarnett](https://togithub.com/joshgarnett) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4259](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4259) - [@​rajeshkarnena](https://togithub.com/rajeshkarnena) made their first contribution in [https://github.com/grpc-ecosystem/grpc-gateway/pull/4327](https://togithub.com/grpc-ecosystem/grpc-gateway/pull/4327) **Full Changelog**: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.19.1...v2.20.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: backend/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
golang.org/x/net v0.24.0 -> v0.26.0
golang.org/x/oauth2 v0.17.0 -> v0.21.0
golang.org/x/sync v0.6.0 -> v0.7.0
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be -> v0.0.0-20240723171418-e6d459c13d2a
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be -> v0.0.0-20240723171418-e6d459c13d2a
google.golang.org/grpc v1.63.2 -> v1.64.1
google.golang.org/protobuf v1.33.0 -> v1.34.2
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa -> v0.0.0-20240318125728-8a4994d93e50
golang.org/x/crypto v0.22.0 -> v0.24.0
golang.org/x/mod v0.15.0 -> v0.17.0
golang.org/x/sys v0.19.0 -> v0.21.0
golang.org/x/term v0.19.0 -> v0.21.0
golang.org/x/text v0.14.0 -> v0.16.0
golang.org/x/tools v0.18.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
github-actions[bot] commented 1 month ago

This PR has been marked as stale after 7 or more days of inactivity. Please have a maintainer add the on hold label if this PR should remain open. If there is no further activity or the on hold label is not added, this PR will be closed in 3 days.

renovate[bot] commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v2.21.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.