Commit 10231d3
authored
fix(deps): Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.3 (#2334)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware) | require | patch | `v2.3.2` -> `v2.3.3` |
---
### Release Notes
<details>
<summary>grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)</summary>
### [`v2.3.3`](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.3.3)
[Compare Source](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.3.2...v2.3.3)
#### What's Changed
- add WithLabelsFromContext prometheus interceptor option by [@​benjibuiltit](https://redirect.github.com/benjibuiltit) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/758](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/758)
- fix: correct comment typo in StreamServerInterceptor function by [@​haru-256](https://redirect.github.com/haru-256) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/760](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/760)
- Minor refactor to remove duplication by [@​nwnt](https://redirect.github.com/nwnt) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/761](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/761)
- chore: migrate golangci-lint to v2.3.0 by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/765](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/765)
- chore: enable misspell linter with golangci-lint by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/768](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/768)
- chore: enable errorlint by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/774](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/774)
- chore: update buf to v1.55.1 by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/767](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/767)
- chore: update dependabot configuration for gomod and github-actions by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/775](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/775)
- chore: enable testifylint linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/769](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/769)
- chore: enable several rules from go-critic by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/766](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/766)
- chore: enable several rules from govet by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/773](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/773)
- chore: enable contextcheck and fatcontext linters by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/770](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/770)
- chore: enable usestdlibvars linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/772](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/772)
- chore: enable promlinter linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/771](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/771)
- chore: enable usetesting linter by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/784](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/784)
- build(deps): bump google.golang.org/grpc from 1.67.1 to 1.74.2 by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/785](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/785)
- chore: enable hugeParam rule from go-critic by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/786](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/786)
- chore: use actions/setup-go native cache by [@​mmorel-35](https://redirect.github.com/mmorel-35) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/787](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/787)
- fix([#​794](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/794)): Wrapping codes.OK should not cause panic by [@​floppyzedolfin](https://redirect.github.com/floppyzedolfin) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/795](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/795)
- feat(prometheus): add ContextLabels to ClientMetrics by [@​ArtARTs36](https://redirect.github.com/ArtARTs36) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/798](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/798)
- fix(ci): tidy module before linting by [@​manute](https://redirect.github.com/manute) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/808](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/808)
- \[Prometheus] Fix pre-registration of `handled` metrics with context labels by [@​t-bowcock](https://redirect.github.com/t-bowcock) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/810](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/810)
- avoid unnecessary logging field creation when payload logging is disabled by [@​dbeneker](https://redirect.github.com/dbeneker) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/809](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/809)
#### New Contributors
- [@​benjibuiltit](https://redirect.github.com/benjibuiltit) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/758](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/758)
- [@​haru-256](https://redirect.github.com/haru-256) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/760](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/760)
- [@​nwnt](https://redirect.github.com/nwnt) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/761](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/761)
- [@​mmorel-35](https://redirect.github.com/mmorel-35) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/765](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/765)
- [@​floppyzedolfin](https://redirect.github.com/floppyzedolfin) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/795](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/795)
- [@​ArtARTs36](https://redirect.github.com/ArtARTs36) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/798](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/798)
- [@​manute](https://redirect.github.com/manute) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/808](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/808)
- [@​t-bowcock](https://redirect.github.com/t-bowcock) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/810](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/810)
- [@​dbeneker](https://redirect.github.com/dbeneker) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/809](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/809)
**Full Changelog**: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->1 parent 5f05015 commit 10231d3
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments