h3poteto / aws-global-accelerator-controller

A Kubernetes controller for Global Accelerators and Route53
Apache License 2.0
26 stars 8 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/onsi/ginkgo/v2 require minor v2.1.3 -> v2.2.0

Release Notes

onsi/ginkgo ### [`v2.2.0`](https://togithub.com/onsi/ginkgo/releases/tag/v2.2.0) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.1.6...v2.2.0) #### 2.2.0 ##### Generate real-time Progress Reports \[[`f91377c`](https://togithub.com/onsi/ginkgo/commit/f91377c)] Ginkgo can now generate Progress Reports to point users at the current running line of code (including a preview of the actual source code) and a best guess at the most relevant subroutines. These Progress Reports allow users to debug stuck or slow tests without exiting the Ginkgo process. A Progress Report can be generated at any time by sending Ginkgo a `SIGINFO` (`^T` on MacOS/BSD) or `SIGUSR1`. In addition, the user can specify `--poll-progress-after` and `--poll-progress-interval` to have Ginkgo start periodically emitting progress reports if a given node takes too long. These can be overriden/set on a per-node basis with the `PollProgressAfter` and `PollProgressInterval` decorators. Progress Reports are emitted to stdout, and also stored in the machine-redable report formats that Ginkgo supports. Ginkgo also uses this progress reporting infrastructure under the hood when handling timeouts and interrupts. This yields much more focused, useful, and informative stack traces than previously. ##### Features - `BeforeSuite`, `AfterSuite`, `SynchronizedBeforeSuite`, `SynchronizedAfterSuite`, and `ReportAfterSuite` now support (the relevant subset of) decorators. These can be passed in *after* the callback functions that are usually passed into these nodes. As a result the **signature of these methods has changed** and now includes a trailing `args ...interface{}`. For most users simply using the DSL, this change is transparent. However if you were assigning one of these functions to a custom variable (or passing it around) then your code may need to change to reflect the new signature. ##### Maintenance - Modernize the invocation of Ginkgo in github actions \[[`0ffde58`](https://togithub.com/onsi/ginkgo/commit/0ffde58)] - Update reocmmended CI settings in docs \[[`896bbb9`](https://togithub.com/onsi/ginkgo/commit/896bbb9)] - Speed up unnecessarily slow integration test \[[`6d3a90e`](https://togithub.com/onsi/ginkgo/commit/6d3a90e)] ### [`v2.1.6`](https://togithub.com/onsi/ginkgo/releases/tag/v2.1.6) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.1.5...v2.1.6) #### 2.1.6 ##### Fixes - Add `SuppressProgressReporting` decorator to turn off --progress announcements for a given node \[[`dfef62a`](https://togithub.com/onsi/ginkgo/commit/dfef62a)] - chore: remove duplicate word in comments \[[`7373214`](https://togithub.com/onsi/ginkgo/commit/7373214)] ### [`v2.1.5`](https://togithub.com/onsi/ginkgo/releases/tag/v2.1.5) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.1.4...v2.1.5) #### 2.1.5 ##### Fixes - drop -mod=mod instructions; fixes [#​1026](https://togithub.com/onsi/ginkgo/issues/1026) \[[`6ad7138`](https://togithub.com/onsi/ginkgo/commit/6ad7138)] - Ensure `CurrentSpecReport` and `AddReportEntry` are thread-safe \[[`817c09b`](https://togithub.com/onsi/ginkgo/commit/817c09b)] - remove stale importmap gcflags flag test \[[`3cd8b93`](https://togithub.com/onsi/ginkgo/commit/3cd8b93)] - Always emit spec summary \[[`5cf23e2`](https://togithub.com/onsi/ginkgo/commit/5cf23e2)] - even when only one spec has failed - Fix ReportAfterSuite usage in docs \[[`b1864ad`](https://togithub.com/onsi/ginkgo/commit/b1864ad)] - fixed typo ([#​997](https://togithub.com/onsi/ginkgo/issues/997)) \[[`219cc00`](https://togithub.com/onsi/ginkgo/commit/219cc00)] - TrimRight is not designed to trim Suffix \[[`71ebb74`](https://togithub.com/onsi/ginkgo/commit/71ebb74)] - refactor: replace strings.Replace with strings.ReplaceAll ([#​978](https://togithub.com/onsi/ginkgo/issues/978)) \[[`143d208`](https://togithub.com/onsi/ginkgo/commit/143d208)] - fix syntax in examples ([#​975](https://togithub.com/onsi/ginkgo/issues/975)) \[[`b69554f`](https://togithub.com/onsi/ginkgo/commit/b69554f)] ##### Maintenance - Bump github.com/onsi/gomega from 1.20.0 to 1.20.1 ([#​1027](https://togithub.com/onsi/ginkgo/issues/1027)) \[[`e5dfce4`](https://togithub.com/onsi/ginkgo/commit/e5dfce4)] - Bump tzinfo from 1.2.9 to 1.2.10 in /docs ([#​1006](https://togithub.com/onsi/ginkgo/issues/1006)) \[[`7ae91c4`](https://togithub.com/onsi/ginkgo/commit/7ae91c4)] - Bump github.com/onsi/gomega from 1.19.0 to 1.20.0 ([#​1005](https://togithub.com/onsi/ginkgo/issues/1005)) \[[`e87a85a`](https://togithub.com/onsi/ginkgo/commit/e87a85a)] - test: add new Go 1.19 to test matrix ([#​1014](https://togithub.com/onsi/ginkgo/issues/1014)) \[[`bbefe12`](https://togithub.com/onsi/ginkgo/commit/bbefe12)] - Bump golang.org/x/tools from 0.1.11 to 0.1.12 ([#​1012](https://togithub.com/onsi/ginkgo/issues/1012)) \[[`9327906`](https://togithub.com/onsi/ginkgo/commit/9327906)] - Bump golang.org/x/tools from 0.1.10 to 0.1.11 ([#​993](https://togithub.com/onsi/ginkgo/issues/993)) \[[`f44af96`](https://togithub.com/onsi/ginkgo/commit/f44af96)] - Bump nokogiri from 1.13.3 to 1.13.6 in /docs ([#​981](https://togithub.com/onsi/ginkgo/issues/981)) \[[`ef336aa`](https://togithub.com/onsi/ginkgo/commit/ef336aa)] ### [`v2.1.4`](https://togithub.com/onsi/ginkgo/releases/tag/v2.1.4) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.1.3...v2.1.4) ##### Fixes - Numerous documentation typos - Prepend `when` when using `When` (this behavior was in 1.x but unintentionally lost during the 2.0 rewrite) \[[`efce903`](https://togithub.com/onsi/ginkgo/commit/efce903)] - improve error message when a parallel process fails to report back \[[`a7bd1fe`](https://togithub.com/onsi/ginkgo/commit/a7bd1fe)] - guard against concurrent map writes in DeprecationTracker \[[`0976569`](https://togithub.com/onsi/ginkgo/commit/0976569)] - Invoke reporting nodes during dry-run (fixes [#​956](https://togithub.com/onsi/ginkgo/issues/956) and [#​935](https://togithub.com/onsi/ginkgo/issues/935)) \[[`aae4480`](https://togithub.com/onsi/ginkgo/commit/aae4480)] - Fix ginkgo import circle \[[`f779385`](https://togithub.com/onsi/ginkgo/commit/f779385)]

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.