Skip to content

Commit

Permalink
deps: bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#1054)
Browse files Browse the repository at this point in the history
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from
2.21.0 to 2.22.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.22.0</h2>
<h2>2.22.0</h2>
<h3>Features</h3>
<ul>
<li>Add label to serial nodes [0fcaa08]</li>
</ul>
<p>This allows serial tests to be filtered using the
<code>label-filter</code></p>
<h3>Maintenance</h3>
<p>Various doc fixes</p>
</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.22.0</h2>
<h3>Features</h3>
<ul>
<li>Add label to serial nodes [0fcaa08]</li>
</ul>
<p>This allows serial tests to be filtered using the
<code>label-filter</code></p>
<h3>Maintenance</h3>
<p>Various doc fixes</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/ginkgo/commit/9e2f337b10cf4973bbc9ae4aeac5a3a334c3571a"><code>9e2f337</code></a>
v2.22.0</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/0fcaa0841dd8a77576771923f9385fc235706ddc"><code>0fcaa08</code></a>
Add label to serial nodes</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/38febf2d66e1a0f2fdea46e62f78ccc37a42659f"><code>38febf2</code></a>
docs: remove extra erroneous backtick</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/7e753c4a3cc4f5e9677365b62f5a2ce68bc7c77d"><code>7e753c4</code></a>
fix: minor doc fixes</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/21765a27526ed929c08603ee315fe50c02e2f326"><code>21765a2</code></a>
fix: missing commas</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/b101e0c5730874eedddf0a465a55743c075beb54"><code>b101e0c</code></a>
Fix some typos in docs</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/75120215cadbf447dfa2c56dd47b739554c8371c"><code>7512021</code></a>
fix: remove trailing comma</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/9d33507ba0ec95bdb9d2686be81a2ac2c19d6d2f"><code>9d33507</code></a>
fix: grammar</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/55f3de13e5d0db86b7f855ca4f77b60b54965147"><code>55f3de1</code></a>
fix: typos</li>
<li><a
href="https://github.com/onsi/ginkgo/commit/3d6e16d18ff14c4730401dc82c376f46418cb72c"><code>3d6e16d</code></a>
fix: missing comma</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/ginkgo/compare/v2.21.0...v2.22.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.21.0&new-version=2.22.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 5e11f6f commit 95200c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ require (
github.com/mdlayher/netlink v1.7.2
github.com/microsoft/ApplicationInsights-Go v0.4.4
github.com/mitchellh/mapstructure v1.5.0
github.com/onsi/ginkgo/v2 v2.21.0
github.com/onsi/ginkgo/v2 v2.22.0
github.com/onsi/gomega v1.35.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,8 @@ github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0=
github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c=
github.com/onsi/ginkgo/v2 v2.21.0 h1:7rg/4f3rB88pb5obDgNZrNHrQ4e6WpjonchcpuBRnZM=
github.com/onsi/ginkgo/v2 v2.21.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg=
github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo=
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
Expand Down

0 comments on commit 95200c6

Please sign in to comment.