mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
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:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
3d0cc52103
commit
3955039068
@@ -10,7 +10,7 @@ require (
|
||||
github.com/go-openapi/testify/v2 v2.5.0
|
||||
github.com/google/uuid v1.6.0
|
||||
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
|
||||
golang.org/x/mod v0.36.0
|
||||
k8s.io/api v0.36.1
|
||||
|
||||
Reference in New Issue
Block a user