dependabot[bot] opened a new pull request, #1679:
URL: https://github.com/apache/apisix-ingress-controller/pull/1679

   Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.8.0 
to 2.8.3.
   <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.8.3</h2>
   <h2>2.8.3</h2>
   <p>Released to fix security issue in golang.org/x/net dependency</p>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump golang.org/x/net from 0.6.0 to 0.7.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1141";>#1141</a>)
 [fc1a02e]</li>
   <li>remove tools.go hack from documentation [0718693]</li>
   </ul>
   <h2>v2.8.2</h2>
   <h2>2.8.2</h2>
   <p>Ginkgo now includes a <code>tools.go</code> file in the root directory of 
the <code>ginkgo</code> package.  This should allow modules that simply 
<code>go get github.com/onsi/ginkgo/v2</code> to also pull in the CLI 
dependencies.  This obviates the need for consumers of Ginkgo to have their own 
<code>tools.go</code> file and makes it simpler to ensure that the version of 
the <code>ginkgo</code> CLI being used matches the version of the library.  You 
can simply run <code>go run github.com/onsi/ginkgo/v2/ginkgo</code> to run the 
version of the cli associated with your package go.mod.</p>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump github.com/onsi/gomega from 1.26.0 to 1.27.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1139";>#1139</a>)
 [5767b0a]</li>
   <li>Fix minor typos (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1138";>#1138</a>)
 [e1e9723]</li>
   <li>Fix link in V2 Migration Guide (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1137";>#1137</a>)
 [a588f60]</li>
   </ul>
   <h2>v2.8.1</h2>
   <h2>2.8.1</h2>
   <h3>Fixes</h3>
   <ul>
   <li>lock around default report output to avoid triggering the race detector 
when calling By from goroutines [2d5075a]</li>
   <li>don't run ReportEntries through sprintf [febbe38]</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump golang.org/x/tools from 0.5.0 to 0.6.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1135";>#1135</a>)
 [11a4860]</li>
   <li>test: update matrix for Go 1.20 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1130";>#1130</a>)
 [4890a62]</li>
   <li>Bump golang.org/x/sys from 0.4.0 to 0.5.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1133";>#1133</a>)
 [a774638]</li>
   <li>Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1120";>#1120</a>)
 [3f233bd]</li>
   <li>Bump github-pages from 227 to 228 in /docs (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1131";>#1131</a>)
 [f9b8649]</li>
   <li>Bump activesupport from 6.0.6 to 6.0.6.1 in /docs (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1127";>#1127</a>)
 [6f8c042]</li>
   <li>Update index.md with instructions on how to upgrade Ginkgo [833a75e]</li>
   </ul>
   </blockquote>
   </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.8.3</h2>
   <p>Released to fix security issue in golang.org/x/net dependency</p>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump golang.org/x/net from 0.6.0 to 0.7.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1141";>#1141</a>)
 [fc1a02e]</li>
   <li>remove tools.go hack from documentation [0718693]</li>
   </ul>
   <h2>2.8.2</h2>
   <p>Ginkgo now includes a <code>tools.go</code> file in the root directory of 
the <code>ginkgo</code> package.  This should allow modules that simply 
<code>go get github.com/onsi/ginkgo/v2</code> to also pull in the CLI 
dependencies.  This obviates the need for consumers of Ginkgo to have their own 
<code>tools.go</code> file and makes it simpler to ensure that the version of 
the <code>ginkgo</code> CLI being used matches the version of the library.  You 
can simply run <code>go run github.com/onsi/ginkgo/v2/ginkgo</code> to run the 
version of the cli associated with your package go.mod.</p>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump github.com/onsi/gomega from 1.26.0 to 1.27.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1139";>#1139</a>)
 [5767b0a]</li>
   <li>Fix minor typos (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1138";>#1138</a>)
 [e1e9723]</li>
   <li>Fix link in V2 Migration Guide (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1137";>#1137</a>)
 [a588f60]</li>
   </ul>
   <h2>2.8.1</h2>
   <h3>Fixes</h3>
   <ul>
   <li>lock around default report output to avoid triggering the race detector 
when calling By from goroutines [2d5075a]</li>
   <li>don't run ReportEntries through sprintf [febbe38]</li>
   </ul>
   <h3>Maintenance</h3>
   <ul>
   <li>Bump golang.org/x/tools from 0.5.0 to 0.6.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1135";>#1135</a>)
 [11a4860]</li>
   <li>test: update matrix for Go 1.20 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1130";>#1130</a>)
 [4890a62]</li>
   <li>Bump golang.org/x/sys from 0.4.0 to 0.5.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1133";>#1133</a>)
 [a774638]</li>
   <li>Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1120";>#1120</a>)
 [3f233bd]</li>
   <li>Bump github-pages from 227 to 228 in /docs (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1131";>#1131</a>)
 [f9b8649]</li>
   <li>Bump activesupport from 6.0.6 to 6.0.6.1 in /docs (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1127";>#1127</a>)
 [6f8c042]</li>
   <li>Update index.md with instructions on how to upgrade Ginkgo [833a75e]</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/02875615161399a309839fbf3ae019c6f87dd33d";><code>0287561</code></a>
 v2.8.3</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/fc1a02e17d0e0e41c84cfab91bd4d2bd5615370e";><code>fc1a02e</code></a>
 Bump golang.org/x/net from 0.6.0 to 0.7.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1141";>#1141</a>)</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/0718693ff7f084ae4eccb8a1c7f15c906cc82162";><code>0718693</code></a>
 remove tools.go hack from documentation</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/cca66a86b668bda0ddab325c10f07de29678e0b1";><code>cca66a8</code></a>
 v2.8.2</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/f05681c5ec1269d679d2e736dbd78e25ca015187";><code>f05681c</code></a>
 exploring to see whether adding a tools.go to ginkgo proper will cause 
consum...</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/5767b0a4257c8ba58fe6ed9606c72d49f50dee39";><code>5767b0a</code></a>
 Bump github.com/onsi/gomega from 1.26.0 to 1.27.0 (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1139";>#1139</a>)</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/e1e9723e3a3c51dd7e24459046f49ce14c0600fc";><code>e1e9723</code></a>
 Fix minor typos (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1138";>#1138</a>)</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/a588f6064512ed4ba26a8821fb5f2b37df55aa78";><code>a588f60</code></a>
 Fix link in V2 Migration Guide (<a 
href="https://github-redirect.dependabot.com/onsi/ginkgo/issues/1137";>#1137</a>)</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/c7e3ebe32b1aca0fc3b32d385c828fb11cbeafbf";><code>c7e3ebe</code></a>
 v2.8.1</li>
   <li><a 
href="https://github.com/onsi/ginkgo/commit/2d5075afb8bbe53a62060d2c2028c15b653aae38";><code>2d5075a</code></a>
 lock around default report output to avoid triggering the race detector when 
...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/onsi/ginkgo/compare/v2.8.0...v2.8.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/ginkgo/v2&package-manager=go_modules&previous-version=2.8.0&new-version=2.8.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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to