Skip to content

Commit dbfe602

Browse files
🌱 bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.3.2 to 2.3.3 (#221)
Bumps [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) from 2.3.2 to 2.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc-ecosystem/go-grpc-middleware/releases">github.com/grpc-ecosystem/go-grpc-middleware/v2's releases</a>.</em></p> <blockquote> <h2>v2.3.3</h2> <h2>What's Changed</h2> <ul> <li>add WithLabelsFromContext prometheus interceptor option by <a href="https://github.com/benjibuiltit"><code>@​benjibuiltit</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/758">grpc-ecosystem/go-grpc-middleware#758</a></li> <li>fix: correct comment typo in StreamServerInterceptor function by <a href="https://github.com/haru-256"><code>@​haru-256</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/760">grpc-ecosystem/go-grpc-middleware#760</a></li> <li>Minor refactor to remove duplication by <a href="https://github.com/nwnt"><code>@​nwnt</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/761">grpc-ecosystem/go-grpc-middleware#761</a></li> <li>chore: migrate golangci-lint to v2.3.0 by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/765">grpc-ecosystem/go-grpc-middleware#765</a></li> <li>chore: enable misspell linter with golangci-lint by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/768">grpc-ecosystem/go-grpc-middleware#768</a></li> <li>chore: enable errorlint by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/774">grpc-ecosystem/go-grpc-middleware#774</a></li> <li>chore: update buf to v1.55.1 by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/767">grpc-ecosystem/go-grpc-middleware#767</a></li> <li>chore: update dependabot configuration for gomod and github-actions by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/775">grpc-ecosystem/go-grpc-middleware#775</a></li> <li>chore: enable testifylint linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/769">grpc-ecosystem/go-grpc-middleware#769</a></li> <li>chore: enable several rules from go-critic by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/766">grpc-ecosystem/go-grpc-middleware#766</a></li> <li>chore: enable several rules from govet by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/773">grpc-ecosystem/go-grpc-middleware#773</a></li> <li>chore: enable contextcheck and fatcontext linters by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/770">grpc-ecosystem/go-grpc-middleware#770</a></li> <li>chore: enable usestdlibvars linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/772">grpc-ecosystem/go-grpc-middleware#772</a></li> <li>chore: enable promlinter linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/771">grpc-ecosystem/go-grpc-middleware#771</a></li> <li>chore: enable usetesting linter by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/784">grpc-ecosystem/go-grpc-middleware#784</a></li> <li>build(deps): bump google.golang.org/grpc from 1.67.1 to 1.74.2 by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/785">grpc-ecosystem/go-grpc-middleware#785</a></li> <li>chore: enable hugeParam rule from go-critic by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/786">grpc-ecosystem/go-grpc-middleware#786</a></li> <li>chore: use actions/setup-go native cache by <a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/787">grpc-ecosystem/go-grpc-middleware#787</a></li> <li>fix(<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/794">#794</a>): Wrapping codes.OK should not cause panic by <a href="https://github.com/floppyzedolfin"><code>@​floppyzedolfin</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/795">grpc-ecosystem/go-grpc-middleware#795</a></li> <li>feat(prometheus): add ContextLabels to ClientMetrics by <a href="https://github.com/ArtARTs36"><code>@​ArtARTs36</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/798">grpc-ecosystem/go-grpc-middleware#798</a></li> <li>fix(ci): tidy module before linting by <a href="https://github.com/manute"><code>@​manute</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/808">grpc-ecosystem/go-grpc-middleware#808</a></li> <li>[Prometheus] Fix pre-registration of <code>handled</code> metrics with context labels by <a href="https://github.com/t-bowcock"><code>@​t-bowcock</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/810">grpc-ecosystem/go-grpc-middleware#810</a></li> <li>avoid unnecessary logging field creation when payload logging is disabled by <a href="https://github.com/dbeneker"><code>@​dbeneker</code></a> in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/809">grpc-ecosystem/go-grpc-middleware#809</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/benjibuiltit"><code>@​benjibuiltit</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/758">grpc-ecosystem/go-grpc-middleware#758</a></li> <li><a href="https://github.com/haru-256"><code>@​haru-256</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/760">grpc-ecosystem/go-grpc-middleware#760</a></li> <li><a href="https://github.com/nwnt"><code>@​nwnt</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/761">grpc-ecosystem/go-grpc-middleware#761</a></li> <li><a href="https://github.com/mmorel-35"><code>@​mmorel-35</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/765">grpc-ecosystem/go-grpc-middleware#765</a></li> <li><a href="https://github.com/floppyzedolfin"><code>@​floppyzedolfin</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/795">grpc-ecosystem/go-grpc-middleware#795</a></li> <li><a href="https://github.com/ArtARTs36"><code>@​ArtARTs36</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/798">grpc-ecosystem/go-grpc-middleware#798</a></li> <li><a href="https://github.com/manute"><code>@​manute</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/808">grpc-ecosystem/go-grpc-middleware#808</a></li> <li><a href="https://github.com/t-bowcock"><code>@​t-bowcock</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/810">grpc-ecosystem/go-grpc-middleware#810</a></li> <li><a href="https://github.com/dbeneker"><code>@​dbeneker</code></a> made their first contribution in <a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/pull/809">grpc-ecosystem/go-grpc-middleware#809</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.3.2...v2.3.3">https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.3.2...v2.3.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/390bcef25adebe4b0c7dbb365230c0a856737afe"><code>390bcef</code></a> avoid unnecessary logging field creation when payload logging is disabled (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/809">#809</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/748e2b2129a08972c87aaf2ab4c97c280d95421a"><code>748e2b2</code></a> fix metric label initialize (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/810">#810</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/af451d0eeabf17681eaa24e553626b81d3adbf77"><code>af451d0</code></a> fix(ci): tidy module before linting (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/808">#808</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/2dc9821e1ff0d0b1cf2c76f7c86118de6b05a832"><code>2dc9821</code></a> feat: add ContextLabels to ClientMetrics (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/798">#798</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/2338d5a9c0a5fa061172c85240236d6cafd5e8e9"><code>2338d5a</code></a> fix(<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/794">#794</a>): Wrapping codes.OK should not cause panic (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/795">#795</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/6ec6dd3e41c4b5683f238dce757e1e2cb9ab887f"><code>6ec6dd3</code></a> chore: use actions/setup-go native cache (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/787">#787</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/f7911cca577b7a4123622f8b92348f7cf12aa46d"><code>f7911cc</code></a> chore: enable hugeParam rule from go-critic (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/786">#786</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/e2d57733fa65b302d616807f96a7496b179cc1cc"><code>e2d5773</code></a> build(deps): bump google.golang.org/grpc from 1.67.1 to 1.74.2 (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/785">#785</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/d75e7d9af93bf500eac9e94bc6d72a9f5a6ef004"><code>d75e7d9</code></a> chore: enable usetesting linter (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/784">#784</a>)</li> <li><a href="https://github.com/grpc-ecosystem/go-grpc-middleware/commit/c8a612be2019197c73fb14ac797d87fa049ee578"><code>c8a612b</code></a> chore: enable promlinter linter (<a href="https://redirect.github.com/grpc-ecosystem/go-grpc-middleware/issues/771">#771</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.3.2...v2.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/grpc-ecosystem/go-grpc-middleware/v2&package-manager=go_modules&previous-version=2.3.2&new-version=2.3.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4d67d6 commit dbfe602

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.0
55
require (
66
github.com/go-resty/resty/v2 v2.17.0
77
github.com/google/uuid v1.6.0
8-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
8+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3
99
github.com/linode/linodego v1.61.0
1010
github.com/minio/minio-go/v7 v7.0.97
1111
go.uber.org/automaxprocs v1.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
2020
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
2121
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
2222
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
23-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 h1:sGm2vDRFUrQJO/Veii4h4zG2vvqG6uWNkBHSTqXOZk0=
24-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2/go.mod h1:wd1YpapPLivG6nQgbf7ZkG1hhSOXDhhn4MLTknx2aAc=
23+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 h1:B+8ClL/kCQkRiU82d9xajRPKYMrB7E0MbtzWVi1K4ns=
24+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3/go.mod h1:NbCUVmiS4foBGBHOYlCT25+YmGpJ32dZPi75pGEUpj4=
2525
github.com/jarcoal/httpmock v1.4.1 h1:0Ju+VCFuARfFlhVXFc2HxlcQkfB+Xq12/EotHko+x2A=
2626
github.com/jarcoal/httpmock v1.4.1/go.mod h1:ftW1xULwo+j0R0JJkJIIi7UKigZUXCLLanykgjwBXL0=
2727
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=

0 commit comments

Comments
 (0)