Skip to content

Commit 10231d3

Browse files
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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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([#&#8203;794](https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/794)): Wrapping codes.OK should not cause panic by [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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) - [@&#8203;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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/goccy/go-json v0.10.5 // indirect
4343
github.com/google/flatbuffers v25.2.10+incompatible // indirect
4444
github.com/google/uuid v1.6.0 // indirect
45-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
45+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 // indirect
4646
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
4747
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4848
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect

examples/simple_plugin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
9191
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
9292
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9393
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
94-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 h1:sGm2vDRFUrQJO/Veii4h4zG2vvqG6uWNkBHSTqXOZk0=
95-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2/go.mod h1:wd1YpapPLivG6nQgbf7ZkG1hhSOXDhhn4MLTknx2aAc=
94+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 h1:B+8ClL/kCQkRiU82d9xajRPKYMrB7E0MbtzWVi1K4ns=
95+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3/go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4=
9696
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=
9797
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1/go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90=
9898
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/golang/mock v1.6.0
1818
github.com/google/go-cmp v0.7.0
1919
github.com/google/uuid v1.6.0
20-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
20+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
2121
github.com/hashicorp/go-retryablehttp v0.7.8
2222
github.com/invopop/jsonschema v0.13.0
2323
github.com/mitchellh/hashstructure/v2 v2.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
9494
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
9595
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
9696
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
97-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 h1:sGm2vDRFUrQJO/Veii4h4zG2vvqG6uWNkBHSTqXOZk0=
98-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2/go.mod h1:wd1YpapPLivG6nQgbf7ZkG1hhSOXDhhn4MLTknx2aAc=
97+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 h1:B+8ClL/kCQkRiU82d9xajRPKYMrB7E0MbtzWVi1K4ns=
98+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3/go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4=
9999
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 h1:X5VWvz21y3gzm9Nw/kaUeku/1+uBhcekkmy4IkffJww=
100100
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1/go.mod h1:Zanoh4+gvIgluNqcfMVTJueD4wSS5hT7zTt4Mrutd90=
101101
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=

0 commit comments

Comments
 (0)