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/gomega to v1.19.0 #78

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/onsi/gomega require minor v1.18.1 -> v1.19.0

Release Notes

onsi/gomega ### [`v1.19.0`](https://togithub.com/onsi/gomega/releases/v1.19.0) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.18.1...v1.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: 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 WhiteSource Renovate. View repository job log here.