stackitcloud / yawol

yawol is a Load Balancer solution for OpenStack, based on the Kubernetes controller pattern.
Apache License 2.0
41 stars 5 forks source link

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 #292

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/onsi/ginkgo/v2 v2.13.2 -> v2.15.0 age adoption passing confidence

Release Notes

onsi/ginkgo (github.com/onsi/ginkgo/v2) ### [`v2.15.0`](https://togithub.com/onsi/ginkgo/releases/tag/v2.15.0) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.14.0...v2.15.0) #### 2.15.0 ##### Features - JUnit reports now interpret Label(owner:X) and set owner to X. \[[`8f3bd70`](https://togithub.com/onsi/ginkgo/commit/8f3bd70)] - include cancellation reason when cancelling spec context \[[`96e915c`](https://togithub.com/onsi/ginkgo/commit/96e915c)] ##### Fixes - emit output of failed go tool cover invocation so users can try to debug things for themselves \[[`c245d09`](https://togithub.com/onsi/ginkgo/commit/c245d09)] - fix outline when using nodot in ginkgo v2 \[[`dca77c8`](https://togithub.com/onsi/ginkgo/commit/dca77c8)] - Document areas where GinkgoT() behaves differently from testing.T \[[`dbaf18f`](https://togithub.com/onsi/ginkgo/commit/dbaf18f)] - bugfix(docs): use Unsetenv instead of Clearenv ([#​1337](https://togithub.com/onsi/ginkgo/issues/1337)) \[[`6f67a14`](https://togithub.com/onsi/ginkgo/commit/6f67a14)] ##### Maintenance - Bump to go 1.20 \[[`4fcd0b3`](https://togithub.com/onsi/ginkgo/commit/4fcd0b3)] ### [`v2.14.0`](https://togithub.com/onsi/ginkgo/releases/tag/v2.14.0) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.13.2...v2.14.0) #### 2.14.0 ##### Features You can now use `GinkgoTB()` when you need an instance of `testing.TB` to pass to a library. Prior to this release table testing only supported generating individual `It`s for each test entry. `DescribeTableSubtree` extends table testing support to entire testing subtrees - under the hood `DescrieTableSubtree` generates a new container for each entry and invokes your function to fill our the container. See the [docs](https://onsi.github.io/ginkgo/#generating-subtree-tables) to learn more. - Introduce DescribeTableSubtree \[[`65ec56d`](https://togithub.com/onsi/ginkgo/commit/65ec56d)] - add GinkgoTB() to docs \[[`4a2c832`](https://togithub.com/onsi/ginkgo/commit/4a2c832)] - Add GinkgoTB() function ([#​1333](https://togithub.com/onsi/ginkgo/issues/1333)) \[[`92b6744`](https://togithub.com/onsi/ginkgo/commit/92b6744)] ##### Fixes - Fix typo in internal/suite.go ([#​1332](https://togithub.com/onsi/ginkgo/issues/1332)) \[[`beb9507`](https://togithub.com/onsi/ginkgo/commit/beb9507)] - Fix typo in docs/index.md ([#​1319](https://togithub.com/onsi/ginkgo/issues/1319)) \[[`4ac3a13`](https://togithub.com/onsi/ginkgo/commit/4ac3a13)] - allow wasm to compile with ginkgo present ([#​1311](https://togithub.com/onsi/ginkgo/issues/1311)) \[[`b2e5bc5`](https://togithub.com/onsi/ginkgo/commit/b2e5bc5)] ##### Maintenance - Bump golang.org/x/tools from 0.16.0 to 0.16.1 ([#​1316](https://togithub.com/onsi/ginkgo/issues/1316)) \[[`465a8ec`](https://togithub.com/onsi/ginkgo/commit/465a8ec)] - Bump actions/setup-go from 4 to 5 ([#​1313](https://togithub.com/onsi/ginkgo/issues/1313)) \[[`eab0e40`](https://togithub.com/onsi/ginkgo/commit/eab0e40)] - Bump github/codeql-action from 2 to 3 ([#​1317](https://togithub.com/onsi/ginkgo/issues/1317)) \[[`fbf9724`](https://togithub.com/onsi/ginkgo/commit/fbf9724)] - Bump golang.org/x/crypto ([#​1318](https://togithub.com/onsi/ginkgo/issues/1318)) \[[`3ee80ee`](https://togithub.com/onsi/ginkgo/commit/3ee80ee)] - Bump golang.org/x/tools from 0.14.0 to 0.16.0 ([#​1306](https://togithub.com/onsi/ginkgo/issues/1306)) \[[`123e1d5`](https://togithub.com/onsi/ginkgo/commit/123e1d5)] - Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 ([#​1297](https://togithub.com/onsi/ginkgo/issues/1297)) \[[`558f6e0`](https://togithub.com/onsi/ginkgo/commit/558f6e0)] - Bump golang.org/x/net from 0.17.0 to 0.19.0 ([#​1307](https://togithub.com/onsi/ginkgo/issues/1307)) \[[`84ff7f3`](https://togithub.com/onsi/ginkgo/commit/84ff7f3)]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.