Skip to content

Commit 756d1c2

Browse files
authored
chore: bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (Mellanox#1137)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.20.2 to 2.21.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.21.0</h2> <h2>2.21.0</h2> <h3>Features</h3> <ul> <li>add support for GINKGO_TIME_FORMAT [a69eb39]</li> <li>add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]</li> </ul> <h3>Fixes</h3> <ul> <li>increase threshold in timeline matcher [e548367]</li> <li>Fix the document by replacing <code>SpecsThatWillBeRun</code> with <code>SpecsThatWillRun</code> [c2c4d3c]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump various dependencies [7e65a00]</li> </ul> </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.21.0</h2> <h3>Features</h3> <ul> <li>add support for GINKGO_TIME_FORMAT [a69eb39]</li> <li>add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]</li> </ul> <h3>Fixes</h3> <ul> <li>increase threshold in timeline matcher [e548367]</li> <li>Fix the document by replacing <code>SpecsThatWillBeRun</code> with <code>SpecsThatWillRun</code> [c2c4d3c]</li> </ul> <h3>Maintenance</h3> <ul> <li>bump various dependencies [7e65a00]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/ac8918e9fd5e8174adc91e13b9b905b554d14e38"><code>ac8918e</code></a> v2.21.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/a69eb396604552422c34edfb14aee71a98f4015d"><code>a69eb39</code></a> add support for GINKGO_TIME_FORMAT</li> <li><a href="https://github.com/onsi/ginkgo/commit/e5483676b7d44909075ec927512f386b39258b62"><code>e548367</code></a> increase threshold in timeline matcher</li> <li><a href="https://github.com/onsi/ginkgo/commit/bcab9c84b1beb13a8cd95216a09ffbe27f1047b7"><code>bcab9c8</code></a> add GINKGO_NO_COLOR to disable colors via environment variables</li> <li><a href="https://github.com/onsi/ginkgo/commit/7e65a001a753d79a5f7e4ff98f18d97d8ec6fd85"><code>7e65a00</code></a> bump various dependencies</li> <li><a href="https://github.com/onsi/ginkgo/commit/c2c4d3c0282e2b285b0b391f724eb66dfeed8947"><code>c2c4d3c</code></a> Fix the document by replacing <code>SpecsThatWillBeRun</code> with <code>SpecsThatWillRun</code></li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.20.2...v2.21.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/onsi/ginkgo/v2&package-manager=go_modules&previous-version=2.20.2&new-version=2.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents dfcfab6 + 4d32878 commit 756d1c2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/google/go-containerregistry v0.20.2
1212
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20231129213221-4fdaa32ee934
1313
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5
14-
github.com/onsi/ginkgo/v2 v2.20.2
14+
github.com/onsi/ginkgo/v2 v2.21.0
1515
github.com/onsi/gomega v1.34.2
1616
github.com/openshift/api v0.0.0-20241015143726-5afd6c371db4
1717
github.com/pkg/errors v0.9.1
@@ -57,7 +57,7 @@ require (
5757
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
5858
github.com/google/go-cmp v0.6.0 // indirect
5959
github.com/google/gofuzz v1.2.0 // indirect
60-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
60+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
6161
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6262
github.com/google/uuid v1.6.0 // indirect
6363
github.com/gorilla/websocket v1.5.3 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-2023112921322
8383
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
8484
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
8585
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
86-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 h1:5iH8iuqE5apketRbSFBy+X1V0o+l+8NF1avt4HWl7cA=
87-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144=
86+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db h1:097atOisP2aRj7vFgYQBbFN4U4JNXUNYpxael3UzMyo=
87+
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144=
8888
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
8989
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
9090
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
@@ -136,8 +136,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
136136
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
137137
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=
138138
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
139-
github.com/onsi/ginkgo/v2 v2.20.2 h1:7NVCeyIWROIAheY21RLS+3j2bb52W0W82tkberYytp4=
140-
github.com/onsi/ginkgo/v2 v2.20.2/go.mod h1:K9gyxPIlb+aIvnZ8bd9Ak+YP18w3APlR+5coaZoE2ag=
139+
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
140+
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
141141
github.com/onsi/gomega v1.34.2 h1:pNCwDkzrsv7MS9kpaQvVb1aVLahQXyJ/Tv5oAZMI3i8=
142142
github.com/onsi/gomega v1.34.2/go.mod h1:v1xfxRgk0KIsG+QOdm7p8UosrOzPYRo60fd3B/1Dukc=
143143
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=

0 commit comments

Comments
 (0)