johanbrandhorst / certify

Automatic client and server certificate distribution and maintenance
https://jbrandhorst.com/post/certify/
MIT License
465 stars 38 forks source link

Update module github.com/onsi/gomega to v1.20.0 #217

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/gomega require minor v1.19.0 -> v1.20.0

Release Notes

onsi/gomega ### [`v1.20.0`](https://togithub.com/onsi/gomega/releases/tag/v1.20.0) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.19.0...v1.20.0) #### Features - New [`gleak`](https://onsi.github.io/gomega/#codegleakcode-finding-leaked-goroutines) experimental goroutine leak detection package! ([#​538](https://togithub.com/onsi/gomega/issues/538)) \[[`85ba7bc`](https://togithub.com/onsi/gomega/commit/85ba7bc)] - New `BeComparableTo` matcher([#​546](https://togithub.com/onsi/gomega/issues/546)) that uses `gocmp` to make comparisons \[[`e77ea75`](https://togithub.com/onsi/gomega/commit/e77ea75)] - New `HaveExistingField` matcher ([#​553](https://togithub.com/onsi/gomega/issues/553)) \[[`fd130e1`](https://togithub.com/onsi/gomega/commit/fd130e1)] - Document how to wrap Gomega ([#​539](https://togithub.com/onsi/gomega/issues/539)) \[[`56714a4`](https://togithub.com/onsi/gomega/commit/56714a4)] #### Fixes - Support pointer receivers in HaveField; fixes [#​543](https://togithub.com/onsi/gomega/issues/543) ([#​544](https://togithub.com/onsi/gomega/issues/544)) \[[`8dab36e`](https://togithub.com/onsi/gomega/commit/8dab36e)] #### Maintenance - Bump various dependencies: - Upgrade to yaml.v3 ([#​556](https://togithub.com/onsi/gomega/issues/556)) \[[`f5a83b1`](https://togithub.com/onsi/gomega/commit/f5a83b1)] - Bump github/codeql-action from 1 to 2 ([#​549](https://togithub.com/onsi/gomega/issues/549)) \[[`52f5adf`](https://togithub.com/onsi/gomega/commit/52f5adf)] - Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 ([#​551](https://togithub.com/onsi/gomega/issues/551)) \[[`5f3942d`](https://togithub.com/onsi/gomega/commit/5f3942d)] - Bump nokogiri from 1.13.4 to 1.13.6 in /docs ([#​554](https://togithub.com/onsi/gomega/issues/554)) \[[`eb4b4c2`](https://togithub.com/onsi/gomega/commit/eb4b4c2)] - Use latest ginkgo ([#​535](https://togithub.com/onsi/gomega/issues/535)) \[[`1c29028`](https://togithub.com/onsi/gomega/commit/1c29028)] - Bump nokogiri from 1.13.3 to 1.13.4 in /docs ([#​541](https://togithub.com/onsi/gomega/issues/541)) \[[`1ce84d5`](https://togithub.com/onsi/gomega/commit/1ce84d5)] - Bump actions/setup-go from 2 to 3 ([#​540](https://togithub.com/onsi/gomega/issues/540)) \[[`755485e`](https://togithub.com/onsi/gomega/commit/755485e)] - Bump nokogiri from 1.12.5 to 1.13.3 in /docs ([#​522](https://togithub.com/onsi/gomega/issues/522)) \[[`4fbb0dc`](https://togithub.com/onsi/gomega/commit/4fbb0dc)] - Bump actions/checkout from 2 to 3 ([#​526](https://togithub.com/onsi/gomega/issues/526)) \[[`ac49202`](https://togithub.com/onsi/gomega/commit/ac49202)] #### 1.19.0 #### Features - New [`HaveEach`](https://onsi.github.io/gomega/#haveeachelement-interface) matcher to ensure that each and every element in an `array`, `slice`, or `map` satisfies the passed in matcher. ([#​523](https://togithub.com/onsi/gomega/issues/523)) \[[`9fc2ae2`](https://togithub.com/onsi/gomega/commit/9fc2ae2)] ([#​524](https://togithub.com/onsi/gomega/issues/524)) \[[`c8ba582`](https://togithub.com/onsi/gomega/commit/c8ba582)] - Users can now wrap the `Gomega` interface to implement custom behavior on each assertion. ([#​521](https://togithub.com/onsi/gomega/issues/521)) \[[`1f2e714`](https://togithub.com/onsi/gomega/commit/1f2e714)] - [`ContainElement`](https://onsi.github.io/gomega/#containelementelement-interface) now accepts an additional pointer argument. Elements that satisfy the matcher are stored in the pointer enabling developers to easily add subsequent, more detailed, assertions against the matching element. ([#​527](https://togithub.com/onsi/gomega/issues/527)) \[[`1a4e27f`](https://togithub.com/onsi/gomega/commit/1a4e27f)] #### Fixes - update RELEASING instructions to match ginkgo \[[`0917cde`](https://togithub.com/onsi/gomega/commit/0917cde)] - Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.3 ([#​519](https://togithub.com/onsi/gomega/issues/519)) \[[`49ab4b0`](https://togithub.com/onsi/gomega/commit/49ab4b0)] - Fix CVE-2021-38561 ([#​534](https://togithub.com/onsi/gomega/issues/534)) \[[`f1b4456`](https://togithub.com/onsi/gomega/commit/f1b4456)] - Fix max number of samples in experiments on non-64-bit systems. ([#​528](https://togithub.com/onsi/gomega/issues/528)) \[[`1c84497`](https://togithub.com/onsi/gomega/commit/1c84497)] - Remove dependency on ginkgo v1.16.4 ([#​530](https://togithub.com/onsi/gomega/issues/530)) \[[`4dea8d5`](https://togithub.com/onsi/gomega/commit/4dea8d5)] - Fix for Go 1.18 ([#​532](https://togithub.com/onsi/gomega/issues/532)) \[[`56d2a29`](https://togithub.com/onsi/gomega/commit/56d2a29)] - Document precendence of timeouts ([#​533](https://togithub.com/onsi/gomega/issues/533)) \[[`b607941`](https://togithub.com/onsi/gomega/commit/b607941)]

Configuration

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

🚦 Automerge: Enabled.

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.

codecov[bot] commented 2 years ago

Codecov Report

Merging #217 (467f180) into master (d3f9906) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #217   +/-   ##
=======================================
  Coverage   64.57%   64.57%           
=======================================
  Files          11       11           
  Lines         559      559           
=======================================
  Hits          361      361           
  Misses        132      132           
  Partials       66       66           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d3f9906...467f180. Read the comment docs.