Bump github.com/onsi/ginkgo/v2 from 2.28.3 to 2.29.0 (#262)

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from
2.28.3 to 2.29.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.29.0</h2>
<h2>2.29.0</h2>
<p><code>GinkgoHelperGo</code> makes it easier to write test helpers
that need to run in goroutines. Specifically, it makes managing the
failure state and capturing failure panics correctly
straightforward.</p>
<p><code>ginkgo outline</code> now includes entries defined in
<code>DescribeTableSubtree</code></p>
</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.29.0</h2>
<p><code>GinkgoHelperGo</code> makes it easier to write test helpers
that need to run in goroutines. Specifically, it makes managing the
failure state and capturing failure panics correctly
straightforward.</p>
<p><code>ginkgo outline</code> now includes entries defined in
<code>DescribeTableSubtree</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/04b5bcbe4eee911a1baf506eda1e7e811c978937"><code>04b5bcb</code></a>
v2.29.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/124232a4531c77a7f31a036e0150e06fa78b2af8"><code>124232a</code></a>
docs: GinkgoHelperGo</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/ad9cee80bdfda573e94f1b05f2bd4afa1a2fe815"><code>ad9cee8</code></a>
feat: GinkgoHelperGo, with integration tests</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/9e56a0a2a090eb83af696381161bdb996c69bcac"><code>9e56a0a</code></a>
chore: refactor devcontainer for better maintenance</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/3d235a96ac05d9e855048c66528d2fdbfb9101f7"><code>3d235a9</code></a>
chore: ignore internal/tmp_*/ integration suite temporary dirs</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/782666ae83c2bc804f28b1333bf91a21b093d946"><code>782666a</code></a>
feat: devcontainer configuration with local pkgsite and GH pages</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/009dd04de2d18f00c3c812d2caab713a165a1f7c"><code>009dd04</code></a>
Support DescribeTableSubtree in ginkgo outline</li>
<li>See full diff in <a
href="https://github.com/onsi/ginkgo/compare/v2.28.3...v2.29.0">compare
view</a></li>
</ul>
</details>
<br />

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-18 13:15:34 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 3d0cc52103
commit 3955039068
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ require (
github.com/go-openapi/testify/v2 v2.5.0 github.com/go-openapi/testify/v2 v2.5.0
github.com/google/uuid v1.6.0 github.com/google/uuid v1.6.0
github.com/netbirdio/netbird v0.71.2 github.com/netbirdio/netbird v0.71.2
github.com/onsi/ginkgo/v2 v2.28.3 github.com/onsi/ginkgo/v2 v2.29.0
github.com/onsi/gomega v1.41.0 github.com/onsi/gomega v1.41.0
golang.org/x/mod v0.36.0 golang.org/x/mod v0.36.0
k8s.io/api v0.36.1 k8s.io/api v0.36.1
+2 -2
View File
@@ -350,8 +350,8 @@ github.com/okta/okta-sdk-golang/v2 v2.18.0 h1:cfDasMb7CShbZvOrF6n+DnLevWwiHgedWM
github.com/okta/okta-sdk-golang/v2 v2.18.0/go.mod h1:dz30v3ctAiMb7jpsCngGfQUAEGm1/NsWT92uTbNDQIs= github.com/okta/okta-sdk-golang/v2 v2.18.0/go.mod h1:dz30v3ctAiMb7jpsCngGfQUAEGm1/NsWT92uTbNDQIs=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.28.3 h1:4JvMdwtFU0imd8fHx25OJXoDMRexnf8v5NHKYSTTji4= github.com/onsi/ginkgo/v2 v2.29.0 h1:rfh+ZFjgJhYWRoIqVf3Uwx/W20yLrcrE2h2GmYVRaag=
github.com/onsi/ginkgo/v2 v2.28.3/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44= github.com/onsi/ginkgo/v2 v2.29.0/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44=
github.com/onsi/gomega v1.41.0 h1:OwKp4pXNgVxf6sCplzYo794OFNuoL2q2SBMU5NSWOjA= github.com/onsi/gomega v1.41.0 h1:OwKp4pXNgVxf6sCplzYo794OFNuoL2q2SBMU5NSWOjA=
github.com/onsi/gomega v1.41.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A= github.com/onsi/gomega v1.41.0/go.mod h1:M/Uqpu/8qTjtzCLUA2zJHX9Iilrau25x1PdoSRbWh5A=
github.com/openbao/openbao/api/v2 v2.5.1 h1:Br79D6L20SbAa5P7xqENxmvv8LyI4HoKosPy7klhn4o= github.com/openbao/openbao/api/v2 v2.5.1 h1:Br79D6L20SbAa5P7xqENxmvv8LyI4HoKosPy7klhn4o=