Skip to content

Commit adcdc8d

Browse files
build(deps): bump the go group with 3 updates (#1165)
Bumps the go group with 3 updates: [github.com/go-logr/logr](https://github.com/go-logr/logr), [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/go-logr/logr` from 1.4.2 to 1.4.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-logr/logr/releases">github.com/go-logr/logr's releases</a>.</em></p> <blockquote> <h2>v1.4.3</h2> <p>Minor release.</p> <h2>What's Changed</h2> <ul> <li>Fix slog tests for 1.25 by <a href="https://github.com/hoeppi-google"><code>@​hoeppi-google</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/361">go-logr/logr#361</a></li> <li>Remove one exception from Slog testing by <a href="https://github.com/thockin"><code>@​thockin</code></a> in <a href="https://redirect.github.com/go-logr/logr/pull/362">go-logr/logr#362</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hoeppi-google"><code>@​hoeppi-google</code></a> made their first contribution in <a href="https://redirect.github.com/go-logr/logr/pull/361">go-logr/logr#361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3">https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-logr/logr/commit/38a1c47ef633fa6b2eee6b8f2e1371ba8626e557"><code>38a1c47</code></a> build(deps): bump github/codeql-action from 3.28.17 to 3.28.18</li> <li><a href="https://github.com/go-logr/logr/commit/f08beddab4cfae7c700e37412a91047606f66417"><code>f08bedd</code></a> build(deps): bump actions/setup-go from 5.4.0 to 5.5.0</li> <li><a href="https://github.com/go-logr/logr/commit/6295e990590732bd047fb56334ec616b910b4bf7"><code>6295e99</code></a> build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0</li> <li><a href="https://github.com/go-logr/logr/commit/028840dc37b35152848a85b81357dbbc45bce957"><code>028840d</code></a> build(deps): bump github/codeql-action from 3.28.15 to 3.28.17</li> <li><a href="https://github.com/go-logr/logr/commit/511e5faed831f0fdf0b0aa29f6ff8c51d32d2201"><code>511e5fa</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/367">#367</a> from go-logr/dependabot/github_actions/github/codeql-...</li> <li><a href="https://github.com/go-logr/logr/commit/d806463e2af7f6bb8358724af752d7819e578a21"><code>d806463</code></a> build(deps): bump github/codeql-action from 3.28.13 to 3.28.15</li> <li><a href="https://github.com/go-logr/logr/commit/158c311e3d93473df2cce1def934ba9a8a7ba044"><code>158c311</code></a> Merge pull request <a href="https://redirect.github.com/go-logr/logr/issues/366">#366</a> from thockin/master</li> <li><a href="https://github.com/go-logr/logr/commit/c79ddb362b04bdd499c164077bd87e4989376ac1"><code>c79ddb3</code></a> Update to support golangci-lint v2</li> <li><a href="https://github.com/go-logr/logr/commit/20a64ba70790e5c948e8b6a71e8acb043c4a3205"><code>20a64ba</code></a> build(deps): bump github/codeql-action from 3.28.12 to 3.28.13</li> <li><a href="https://github.com/go-logr/logr/commit/0385e14044f26bb860687268be875e56c7343526"><code>0385e14</code></a> Add comments around slog exceptions</li> <li>Additional commits viewable in <a href="https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/open-policy-agent/opa` from 1.4.2 to 1.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-policy-agent/opa/releases">github.com/open-policy-agent/opa's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <p>This release contains a mix of new features, performance improvements, and bugfixes. Among others:</p> <ul> <li>Support for AWS SSO credentials provider</li> <li>Support for signing client assertions with Azure Keyvault</li> <li>Faster <code>object.get</code>, <code>walk</code> and builtin-function evaluation</li> <li>Improved guardrails in the parser</li> <li>Improvements to decision logging</li> </ul> <h3>Modernized OPA Website (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7037">#7037</a>)</h3> <p>The <a href="https://www.openpolicyagent.org/">OPA website</a> has been modernized with a new design and improved user experience.</p> <p>The new site is based on Docusaurus and React which makes it easier to build live functionality and add non-documentation resources. This lays the groundwork for even more improvements in the future!</p> <p>Documentation for older OPA versions are still available in the <a href="https://www.openpolicyagent.org/docs/archive">version archive</a>.</p> <p>Authored by <a href="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></p> <h3>Runtime, Tooling, SDK</h3> <ul> <li>ast: Only use JSON-escaped literal when needed in ref to string convertion (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7550">#7550</a>) reported and authored by <a href="https://github.com/xubinzheng"><code>@​xubinzheng</code></a></li> <li>ast: Parser recursion depth guard (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7568">#7568</a>) authored by <a href="https://github.com/thevilledev"><code>@​thevilledev</code></a></li> <li>ast: Retaining <code>SomeDecl</code> <code>Location</code> field when compiler resolves refs (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7543">#7543</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>bundle: Setting default rego-version in bundle API (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7588">#7588</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a> reported by <a href="https://github.com/xubinzheng"><code>@​xubinzheng</code></a></li> <li>perf: Improved &quot;baseline&quot; metrics of opa bench for trivial queries (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7580">#7580</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>plugins/decision: Don't drop adaptive uncompressed size limit on upload (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7562">#7562</a>) authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a></li> <li>plugins/decision: Set config boundaries to upload_size_limit_bytes (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7563">#7563</a>) (authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a>)</li> <li>plugins/rest: Add support for AWS SSO credentials provider (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7527">#7527</a>) authored by <a href="https://github.com/efiShtain"><code>@​efiShtain</code></a></li> <li>plugins/rest: Support signing of client assertions with Azure Keyvault (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7462">#7462</a>) reported and authored by <a href="https://github.com/Od1nB"><code>@​Od1nB</code></a></li> <li>plugins/status: Support graceful shutdown timeout (<a href="https://redirect.github.com/open-policy-agent/opa/issues/6676">#7576</a>) authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a></li> <li>rego: Don't generate JSON values for wildcard/generated keys in result set (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7567">#7567</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>runtime: Don't override user set version <code>commit</code> and <code>timestamp</code> (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7471">#7471</a>) reported by <a href="https://github.com/kastl-ars"><code>@​kastl-ars</code></a> authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a></li> </ul> <h3>Planner, Topdown and Rego</h3> <ul> <li>planner: Deal with var-for-function replacement in indirect calls (<a href="https://redirect.github.com/open-policy-agent/opa/issues/5311">#5311</a>) authored by <a href="https://github.com/srenatus"><code>@​srenatus</code></a></li> <li>topdown: Faster <code>object.get</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7593">#7593</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>topdown: Faster <code>walk</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7612">#7612</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>topdown: Improved default rule value inlining ( (<a href="https://redirect.github.com/open-policy-agent/opa/issues/1418">#1418</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>topdown: Improved GraphQL error handling (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7622">#7622</a>) reported and authored by <a href="https://github.com/robmyersrobmyers"><code>@​robmyersrobmyers</code></a></li> </ul> <h3>Docs, Website, Ecosystem</h3> <ul> <li>docs: Fix helm-kubernetes-quickstart bundle (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7606">#7606</a>) reported and authored by <a href="https://github.com/nejec"><code>@​nejec</code></a></li> <li>docs: Add Swift-OPA to the Ecosystem Page (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7610">#7610</a>) authored by <a href="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li> <li>docs: Add Tutorial Redirects ([#7603]<a href="https://redirect.github.com/open-policy-agent/opa/issues/7603">open-policy-agent/opa#7603</a>) reported by <a href="https://github.com/nataraj24"><code>@​nataraj24</code></a> authored by <a href="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li> <li>Fix links in README (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7633">#7633</a>) authored by <a href="https://github.com/ffjlabo"><code>@​ffjlabo</code></a></li> </ul> <h3>Miscellaneous</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md">github.com/open-policy-agent/opa's changelog</a>.</em></p> <blockquote> <h2>1.5.0</h2> <p>This release contains a mix of new features, performance improvements, and bugfixes. Among others:</p> <ul> <li>Support for AWS SSO credentials provider</li> <li>Support for signing client assertions with Azure Keyvault</li> <li>Faster <code>object.get</code>, <code>walk</code> and builtin-function evaluation</li> <li>Improved guardrails in the parser</li> <li>Improvements to decision logging</li> </ul> <h3>Modernized OPA Website (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7037">#7037</a>)</h3> <p>The <a href="https://www.openpolicyagent.org/">OPA website</a> has been modernized with a new design and improved user experience.</p> <p>The new site is based on Docusaurus and React which makes it easier to build live functionality and add non-documentation resources. This lays the groundwork for even more improvements in the future!</p> <p>Documentation for older OPA versions are still available in the <a href="https://www.openpolicyagent.org/docs/archive">version archive</a>.</p> <p>Authored by <a href="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></p> <h3>Runtime, Tooling, SDK</h3> <ul> <li>ast: Only use JSON-escaped literal when needed in ref to string convertion (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7550">#7550</a>) reported and authored by <a href="https://github.com/xubinzheng"><code>@​xubinzheng</code></a></li> <li>ast: Parser recursion depth guard (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7568">#7568</a>) authored by <a href="https://github.com/thevilledev"><code>@​thevilledev</code></a></li> <li>ast: Retaining <code>SomeDecl</code> <code>Location</code> field when compiler resolves refs (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7543">#7543</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>bundle: Setting default rego-version in bundle API (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7588">#7588</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a> reported by <a href="https://github.com/xubinzheng"><code>@​xubinzheng</code></a></li> <li>perf: Improved &quot;baseline&quot; metrics of opa bench for trivial queries (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7580">#7580</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>plugins/decision: Don't drop adaptive uncompressed size limit on upload (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7562">#7562</a>) authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a></li> <li>plugins/decision: Set config boundaries to upload_size_limit_bytes (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7563">#7563</a>) (authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a>)</li> <li>plugins/rest: Add support for AWS SSO credentials provider (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7527">#7527</a>) authored by <a href="https://github.com/efiShtain"><code>@​efiShtain</code></a></li> <li>plugins/rest: Support signing of client assertions with Azure Keyvault (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7462">#7462</a>) reported and authored by <a href="https://github.com/Od1nB"><code>@​Od1nB</code></a></li> <li>plugins/status: Support graceful shutdown timeout (<a href="https://redirect.github.com/open-policy-agent/opa/issues/6676">#7576</a>) authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a></li> <li>rego: Don't generate JSON values for wildcard/generated keys in result set (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7567">#7567</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>runtime: Don't override user set version <code>commit</code> and <code>timestamp</code> (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7471">#7471</a>) reported by <a href="https://github.com/kastl-ars"><code>@​kastl-ars</code></a> authored by <a href="https://github.com/sspaink"><code>@​sspaink</code></a></li> </ul> <h3>Planner, Topdown and Rego</h3> <ul> <li>planner: Deal with var-for-function replacement in indirect calls (<a href="https://redirect.github.com/open-policy-agent/opa/issues/5311">#5311</a>) authored by <a href="https://github.com/srenatus"><code>@​srenatus</code></a></li> <li>topdown: Faster <code>object.get</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7593">#7593</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>topdown: Faster <code>walk</code> built-in function (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7612">#7612</a>) authored by <a href="https://github.com/anderseknert"><code>@​anderseknert</code></a></li> <li>topdown: Improved default rule value inlining ( (<a href="https://redirect.github.com/open-policy-agent/opa/issues/1418">#1418</a>) authored by <a href="https://github.com/johanfylling"><code>@​johanfylling</code></a></li> <li>topdown: Improved GraphQL error handling (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7622">#7622</a>) reported and authored by <a href="https://github.com/robmyersrobmyers"><code>@​robmyersrobmyers</code></a></li> </ul> <h3>Docs, Website, Ecosystem</h3> <ul> <li>docs: Fix helm-kubernetes-quickstart bundle (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7606">#7606</a>) reported and authored by <a href="https://github.com/nejec"><code>@​nejec</code></a></li> <li>docs: Add Swift-OPA to the Ecosystem Page (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7610">#7610</a>) authored by <a href="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li> <li>docs: Add Tutorial Redirects ([#7603]<a href="https://redirect.github.com/open-policy-agent/opa/issues/7603">open-policy-agent/opa#7603</a>) reported by <a href="https://github.com/nataraj24"><code>@​nataraj24</code></a> authored by <a href="https://github.com/charlieegan3"><code>@​charlieegan3</code></a></li> <li>Fix links in README (<a href="https://redirect.github.com/open-policy-agent/opa/pull/7633">#7633</a>) authored by <a href="https://github.com/ffjlabo"><code>@​ffjlabo</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-policy-agent/opa/commit/b7d0a13145cdda058435fed90b10f7c22b4b99b1"><code>b7d0a13</code></a> Prepare v1.5.0 release (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7642">#7642</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/530579ebfa2d630c5548fce9c645b2493f16b4d6"><code>530579e</code></a> test: Not modifying global recursion depth limit in parser tests init (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7641">#7641</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/20fe70e321bfb1a4c831ad80302c1365f0fe4dd9"><code>20fe70e</code></a> perf: more interning (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7636">#7636</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/aa81e31d179a5085653ef1b2182070afa87615fa"><code>aa81e31</code></a> bundle: Setting default rego-version in bundle API (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7630">#7630</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/707c43d9c0b76745abd92c080aa4a676d33f219a"><code>707c43d</code></a> docs: Add redirect for decision_logs type label (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7637">#7637</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/370e626335620f9b3ca7eeae2ed2b780cab32ee0"><code>370e626</code></a> ast: Parser recursion depth guard (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7568">#7568</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/8a75563e45bf9e584b507beba38079da32501d83"><code>8a75563</code></a> docs: Update contribution documentation (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7639">#7639</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/624c037cb1d0f9d0fdec1b4aa3ff078a566a644c"><code>624c037</code></a> docs: Add a HumanLink for ecosystem entries (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7635">#7635</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/283c7ffc7542a59e91e1e62c3b6edf04c27e9a92"><code>283c7ff</code></a> docs: Revise card display across the site (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7634">#7634</a>)</li> <li><a href="https://github.com/open-policy-agent/opa/commit/eb1d5b834f57f861d2fb4a6906726e389981c900"><code>eb1d5b8</code></a> docs: Update contributing docs (<a href="https://redirect.github.com/open-policy-agent/opa/issues/7632">#7632</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-policy-agent/opa/compare/v1.4.2...v1.5.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/grpc` from 1.72.0 to 1.72.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.72.2</h2> <h1>Bug Fixes</h1> <ul> <li>client: restore support for <code>NO_PROXY</code> environment variable when connecting to locally-resolved addresses (case 2 from <a href="https://github.com/grpc/proposal/blob/master/A1-http-connect-proxy-support.md">gRFC A1</a>). (<a href="https://redirect.github.com/grpc/grpc-go/issues/8329">#8329</a>)</li> <li>balancer/least_request: fix panic on resolver errors. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8333">#8333</a>)</li> </ul> <h2>Release 1.72.1</h2> <h1>Bug Fixes</h1> <ul> <li>client: HTTP Proxy connections are no longer attempted for addresses with non-TCP network types. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8215">#8215</a>)</li> <li>client: Fix bug that causes RPCs to fail with status INTERNAL instead of CANCELLED or DEADLINE_EXCEEDED when receiving a RST_STREAM frame in the middle of the gRPC message. (<a href="https://redirect.github.com/grpc/grpc-go/issues/8289">#8289</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/6135a737c2b9ce20cecdcb22014a93f949f8609f"><code>6135a73</code></a> Change version to v1.72.2 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8357">#8357</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/eef8c9c13b0d4f10e7105df74c566c3d02a258b3"><code>eef8c9c</code></a> delegatingresolver: avoid proxy for resolved addresses in NO_PROXY env (<a href="https://redirect.github.com/grpc/grpc-go/issues/8329">#8329</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/3b5fa74022a642fe1185fc07d4c18cf7a87d4225"><code>3b5fa74</code></a> balancer/least_request : Fix panic while handling resolver errors (<a href="https://redirect.github.com/grpc/grpc-go/issues/8333">#8333</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/8">#8</a>...</li> <li><a href="https://github.com/grpc/grpc-go/commit/edf643f50334001e8a434087c480cd5d70e9fe91"><code>edf643f</code></a> Change version to v1.72.2-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/8326">#8326</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/4cf3cf7f386a1defff130a0b2a45d246c2fb19a6"><code>4cf3cf7</code></a> Change version to 1.72.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/8319">#8319</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/537fe8d2c415b63bc56f58d71a7709745305b6d6"><code>537fe8d</code></a> transport: Propagate status code on receiving RST_STREAM during message read ...</li> <li><a href="https://github.com/grpc/grpc-go/commit/f32eab3f63b18142e3007a0aac0650d92a376dd3"><code>f32eab3</code></a> cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/8302">#8302</a> and <a href="https://redirect.github.com/grpc/grpc-go/issues/8304">#8304</a> to v1.72.x branch (<a href="https://redirect.github.com/grpc/grpc-go/issues/8303">#8303</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/7fcfc87a0c5f7c625c34a096851f1a4d94b295d1"><code>7fcfc87</code></a> internal/delegatingresolver: avoid proxy if networktype of target address is ...</li> <li><a href="https://github.com/grpc/grpc-go/commit/ad1e12019def77e7d3675324e30177a420411974"><code>ad1e120</code></a> Change version to 1.72.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/8219">#8219</a>)</li> <li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.72.0...v1.72.2">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a4140e commit adcdc8d

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.8
55
require (
66
github.com/cenkalti/backoff/v4 v4.3.0
77
github.com/envoyproxy/go-control-plane/envoy v1.32.4
8-
github.com/go-logr/logr v1.4.2
8+
github.com/go-logr/logr v1.4.3
99
github.com/go-logr/zapr v1.3.0
1010
github.com/go-playground/validator/v10 v10.26.0
1111
github.com/google/go-cmp v0.7.0
@@ -15,7 +15,7 @@ require (
1515
github.com/hashicorp/go-set/v3 v3.0.0
1616
github.com/iancoleman/strcase v0.3.0
1717
github.com/martinlindhe/base36 v1.1.1
18-
github.com/open-policy-agent/opa v1.4.2
18+
github.com/open-policy-agent/opa v1.5.0
1919
github.com/pomerium/pomerium v0.28.1-0.20250509170134-93b8c93daa0f
2020
github.com/rs/zerolog v1.34.0
2121
github.com/sergi/go-diff v1.3.1
@@ -28,7 +28,7 @@ require (
2828
go.uber.org/zap v1.27.0
2929
golang.org/x/net v0.40.0
3030
golang.org/x/sync v0.14.0
31-
google.golang.org/grpc v1.72.0
31+
google.golang.org/grpc v1.72.2
3232
google.golang.org/protobuf v1.36.6
3333
gopkg.in/yaml.v3 v3.0.1
3434
k8s.io/api v0.32.3
@@ -157,7 +157,7 @@ require (
157157
github.com/nxadm/tail v1.4.8 // indirect
158158
github.com/onsi/ginkgo/v2 v2.22.1 // indirect
159159
github.com/onsi/gomega v1.36.2 // indirect
160-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
160+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
161161
github.com/pires/go-proxyproto v0.8.0 // indirect
162162
github.com/pkg/errors v0.9.1 // indirect
163163
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
@@ -189,6 +189,7 @@ require (
189189
github.com/tklauser/go-sysconf v0.3.14 // indirect
190190
github.com/tklauser/numcpus v0.8.0 // indirect
191191
github.com/tniswong/go.rfcx v0.0.0-20181019234604-07783c52761f // indirect
192+
github.com/vektah/gqlparser/v2 v2.5.26 // indirect
192193
github.com/x448/float16 v0.8.4 // indirect
193194
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
194195
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -220,7 +221,7 @@ require (
220221
go.uber.org/multierr v1.11.0 // indirect
221222
go.uber.org/zap/exp v0.3.0 // indirect
222223
golang.org/x/crypto v0.38.0 // indirect
223-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
224+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
224225
golang.org/x/mod v0.24.0 // indirect
225226
golang.org/x/oauth2 v0.29.0 // indirect
226227
golang.org/x/sys v0.33.0 // indirect

go.sum

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
8787
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE=
8888
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
8989
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
90+
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
91+
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
9092
github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=
9193
github.com/andybalholm/brotli v1.0.5/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
9294
github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI=
@@ -162,8 +164,8 @@ github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 h1:Om6kYQYDUk5wWbT0t0q
162164
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
163165
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
164166
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
165-
github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A=
166-
github.com/containerd/platforms v0.2.1/go.mod h1:XHCb+2/hzowdiut9rkudds9bE5yJ7npe7dG/wG+uFPw=
167+
github.com/containerd/platforms v1.0.0-rc.1 h1:83KIq4yy1erSRgOVHNk1HYdPvzdJ5CnsWaRoJX4C41E=
168+
github.com/containerd/platforms v1.0.0-rc.1/go.mod h1:J71L7B+aiM5SdIEqmd9wp6THLVRzJGXfNuWCZCllLA4=
167169
github.com/coreos/go-oidc/v3 v3.14.1 h1:9ePWwfdwC4QKRlCXsJGou56adA/owXczOzwKdOumLqk=
168170
github.com/coreos/go-oidc/v3 v3.14.1/go.mod h1:HaZ3szPaZ0e4r6ebqvsLWlk2Tn+aejfmrfah6hnSYEU=
169171
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
@@ -253,8 +255,8 @@ github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KE
253255
github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=
254256
github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
255257
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
256-
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
257-
github.com/go-logr/logr v1.4.2/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
258+
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
259+
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
258260
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
259261
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
260262
github.com/go-logr/zapr v1.3.0 h1:XGdV8XW8zdwFiwOA2Dryh1gj2KRQyOOoNmBy4EplIcQ=
@@ -525,14 +527,14 @@ github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM
525527
github.com/onsi/ginkgo/v2 v2.22.1/go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM=
526528
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
527529
github.com/onsi/gomega v1.36.2/go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY=
528-
github.com/open-policy-agent/opa v1.4.2 h1:ag4upP7zMsa4WE2p1pwAFeG4Pn3mNwfAx9DLhhJfbjU=
529-
github.com/open-policy-agent/opa v1.4.2/go.mod h1:DNzZPKqKh4U0n0ANxcCVlw8lCSv2c+h5G/3QvSYdWZ8=
530+
github.com/open-policy-agent/opa v1.5.0 h1:npsQMUZvafCLYHofoNrZ0cSWbvoDpasvWtrHXdEvSuM=
531+
github.com/open-policy-agent/opa v1.5.0/go.mod h1:bYbS7u+uhTI+cxHQIpzvr5hxX0hV7urWtY+38ZtjMgk=
530532
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
531533
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
532534
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
533535
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
534-
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=
535-
github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc=
536+
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
537+
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
536538
github.com/pierrec/lz4/v4 v4.1.18/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
537539
github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ=
538540
github.com/pierrec/lz4/v4 v4.1.21/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
@@ -680,6 +682,8 @@ github.com/tniswong/go.rfcx v0.0.0-20181019234604-07783c52761f/go.mod h1:N+sR0vL
680682
github.com/ulikunitz/xz v0.5.11/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
681683
github.com/valyala/gozstd v1.20.1 h1:xPnnnvjmaDDitMFfDxmQ4vpx0+3CdTg2o3lALvXTU/g=
682684
github.com/valyala/gozstd v1.20.1/go.mod h1:y5Ew47GLlP37EkTB+B4s7r6A5rdaeB7ftbl9zoYiIPQ=
685+
github.com/vektah/gqlparser/v2 v2.5.26 h1:REqqFkO8+SOEgZHR/eHScjjVjGS8Nk3RMO/juiTobN4=
686+
github.com/vektah/gqlparser/v2 v2.5.26/go.mod h1:D1/VCZtV3LPnQrcPBeR/q5jkSQIPti0uYCP/RI0gIeo=
683687
github.com/volatiletech/null/v9 v9.0.0 h1:JCdlHEiSRVxOi7/MABiEfdsqmuj9oTV20Ao7VvZ0JkE=
684688
github.com/volatiletech/null/v9 v9.0.0/go.mod h1:zRFghPVahaiIMRXiUJrc6gsoG83Cm3ZoAfSTw7VHGQc=
685689
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
@@ -787,8 +791,8 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0
787791
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4=
788792
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
789793
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
790-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa h1:ELnwvuAXPNtPk1TJRuGkI9fDTwym6AYBu0qzT8AcHdI=
791-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
794+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f h1:XdNn9LlyWAhLVp6P/i8QYBW+hlyhrhei9uErw2B5GJo=
795+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f/go.mod h1:D5SMRVC3C2/4+F/DB1wZsLRnSNimn2Sp/NPsCrsv8ak=
792796
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
793797
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
794798
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
@@ -1080,8 +1084,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
10801084
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
10811085
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
10821086
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
1083-
google.golang.org/grpc v1.72.0 h1:S7UkcVa60b5AAQTaO6ZKamFp1zMZSU0fGDK2WZLbBnM=
1084-
google.golang.org/grpc v1.72.0/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
1087+
google.golang.org/grpc v1.72.2 h1:TdbGzwb82ty4OusHWepvFWGLgIbNo1/SUynEN0ssqv8=
1088+
google.golang.org/grpc v1.72.2/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
10851089
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
10861090
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
10871091
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=

0 commit comments

Comments
 (0)