dependabot[bot] opened a new pull request, #2364: URL: https://github.com/apache/apisix-ingress-controller/pull/2364
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.1 to 2.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's releases</a>.</em></p> <blockquote> <h2>v2.23.0</h2> <h2>2.23.0</h2> <p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to make it compatible with the <code>testing.TB</code> interface in Go 1.24. <code>GinkgoT().Context()</code>, in particular, is a useful shorthand for generating a new context that will clean itself up in a <code>DeferCleanup()</code>. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.</p> <h3>Features</h3> <ul> <li>bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]</li> </ul> <h3>Fixes</h3> <ul> <li>fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]</li> <li>Fix binary paths when precompiling multiple suites. [4df06c6]</li> </ul> <h3>Maintenance</h3> <ul> <li>Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [cbcf39a]</li> <li>docs: fix test workflow badge (<a href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>) [9b261ff]</li> <li>Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (<a href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>) [00f19c8]</li> <li>Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>) [e98a4df]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>) [60cc4e2]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>) [fea6f2d]</li> <li>Bump rexml from 3.2.8 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1497">#1497</a>) [31d7813]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1501">#1501</a>) [fc3bbd6]</li> <li>Code linting (<a href="https://redirect.github.com/onsi/ginkgo/issues/1500">#1500</a>) [aee0d56]</li> <li>change interface{} to any (<a href="https://redirect.github.com/onsi/ginkgo/issues/1502">#1502</a>) [809a710]</li> </ul> <h2>v2.22.2</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/net from 0.32.0 to 0.33.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/onsi/ginkgo/pull/1496">onsi/ginkgo#1496</a></li> <li>Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /ginkgo/performance/_fixtures/performance_fixture by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/onsi/ginkgo/pull/1498">onsi/ginkgo#1498</a></li> <li>Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/onsi/ginkgo/pull/1499">onsi/ginkgo#1499</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/onsi/ginkgo/compare/v2.22.1...v2.22.2">https://github.com/onsi/ginkgo/compare/v2.22.1...v2.22.2</a></p> <h2>v2.22.1</h2> <h2>2.22.1</h2> <h3>Fixes</h3> <p>Fix CSV encoding</p> <ul> <li>Update tests [aab3da6]</li> <li>Properly encode CSV rows [c09df39]</li> <li>Add test case for proper csv escaping [96a80fc]</li> <li>Add meta-test [43dad69]</li> </ul> <h3>Maintenance</h3> <ul> <li>ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]</li> <li>remove golang.org/x/net/context in favour of stdlib context [4df44bf]</li> </ul> <h2>v2.22.0</h2> <h2>2.22.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's changelog</a>.</em></p> <blockquote> <h2>2.23.0</h2> <p>Ginkgo 2.23.0 adds a handful of methods to <code>GinkgoT()</code> to make it compatible with the <code>testing.TB</code> interface in Go 1.24. <code>GinkgoT().Context()</code>, in particular, is a useful shorthand for generating a new context that will clean itself up in a <code>DeferCleanup()</code>. This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.</p> <h3>Features</h3> <ul> <li>bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]</li> </ul> <h3>Fixes</h3> <ul> <li>fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]</li> <li>Fix binary paths when precompiling multiple suites. [4df06c6]</li> </ul> <h3>Maintenance</h3> <ul> <li>Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [cbcf39a]</li> <li>docs: fix test workflow badge (<a href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>) [9b261ff]</li> <li>Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (<a href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>) [00f19c8]</li> <li>Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>) [e98a4df]</li> <li>Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>) [60cc4e2]</li> <li>Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>) [fea6f2d]</li> <li>Bump rexml from 3.2.8 to 3.3.9 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1497">#1497</a>) [31d7813]</li> <li>Bump webrick from 1.8.1 to 1.9.1 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1501">#1501</a>) [fc3bbd6]</li> <li>Code linting (<a href="https://redirect.github.com/onsi/ginkgo/issues/1500">#1500</a>) [aee0d56]</li> <li>change interface{} to any (<a href="https://redirect.github.com/onsi/ginkgo/issues/1502">#1502</a>) [809a710]</li> </ul> <h2>2.22.2</h2> <h3>Maintenance</h3> <ul> <li>Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1499">#1499</a>) [cc553ce]</li> <li>Bump golang.org/x/crypto (<a href="https://redirect.github.com/onsi/ginkgo/issues/1498">#1498</a>) [2170370]</li> <li>Bump golang.org/x/net from 0.32.0 to 0.33.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1496">#1496</a>) [a96c44f]</li> </ul> <h2>2.22.1</h2> <h3>Fixes</h3> <p>Fix CSV encoding</p> <ul> <li>Update tests [aab3da6]</li> <li>Properly encode CSV rows [c09df39]</li> <li>Add test case for proper csv escaping [96a80fc]</li> <li>Add meta-test [43dad69]</li> </ul> <h3>Maintenance</h3> <ul> <li>ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]</li> <li>remove golang.org/x/net/context in favour of stdlib context [4df44bf]</li> </ul> <h2>2.22.0</h2> <h3>Features</h3> <ul> <li>Add label to serial nodes [0fcaa08]</li> </ul> <p>This allows serial tests to be filtered using the <code>label-filter</code></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/1d705bc4b461496697eb72cf545fdb14c21f3f78"><code>1d705bc</code></a> v2.23.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/37a511b5bca15e628309b421c20e834b7f67dad4"><code>37a511b</code></a> bump to go 1.24.0 - support new testing.TB methods and add a test to cover te...</li> <li><a href="https://github.com/onsi/ginkgo/commit/7556a863b3a43d976bcdc87d9c88a4859af05207"><code>7556a86</code></a> fix edge case where build -o is pointing at an explicit file, not a directory</li> <li><a href="https://github.com/onsi/ginkgo/commit/4df06c6d3b5480f739fd1b3cefaa7e241d8b3a31"><code>4df06c6</code></a> Fix binary paths when precompiling multiple suites.</li> <li><a href="https://github.com/onsi/ginkgo/commit/cbcf39a17b9a3aeea0281ce7779a42eb838334b7"><code>cbcf39a</code></a> Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md</li> <li><a href="https://github.com/onsi/ginkgo/commit/9b261ffd97c743a75ca21f672c694d693d485ac0"><code>9b261ff</code></a> docs: fix test workflow badge (<a href="https://redirect.github.com/onsi/ginkgo/issues/1512">#1512</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/00f19c8e52611422dd9678c136f65dd4dfdf65f5"><code>00f19c8</code></a> Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (<a href="https://redirect.github.com/onsi/ginkgo/issues/1516">#1516</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/e98a4dfa299054790e069dc6eeeea9f8aff4e903"><code>e98a4df</code></a> Bump golang.org/x/tools from 0.28.0 to 0.30.0 (<a href="https://redirect.github.com/onsi/ginkgo/issues/1515">#1515</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/60cc4e2b0117436c17abebcdda3053585e4c54af"><code>60cc4e2</code></a> Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1504">#1504</a>)</li> <li><a href="https://github.com/onsi/ginkgo/commit/fea6f2d8597f7df0be2e2b31f50bdede862fca58"><code>fea6f2d</code></a> Bump github-pages from 231 to 232 in /docs (<a href="https://redirect.github.com/onsi/ginkgo/issues/1447">#1447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/onsi/ginkgo/compare/v2.17.1...v2.23.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org