Skip to content

Commit 6911948

Browse files
authored
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.27.3 (open-component-model#1582)
This PR contains the following updates: | Package | Type | Update | Change | Pending | OpenSSF | |---|---|---|---|---|---| | [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) | require | patch | `v2.27.2` → `v2.27.3` | `v2.27.5` (+1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/onsi/ginkgo/badge)](https://securityscorecards.dev/viewer/?uri=github.com/onsi/ginkgo) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary> ### [`v2.27.3`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.27.3) [Compare Source](https://redirect.github.com/onsi/ginkgo/compare/v2.27.2...v2.27.3) #### 2.27.3 ##### Fixes report exit result in case of failure \[[`1c9f356`](https://redirect.github.com/onsi/ginkgo/commit/1c9f356)] fix data race \[[`ece19c8`](https://redirect.github.com/onsi/ginkgo/commit/ece19c8)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - Only on Sunday ( * * * * 0 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43Ni41IiwidXBkYXRlZEluVmVyIjoiNDIuODAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
1 parent 76cb413 commit 6911948

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kubernetes/controller/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/google/cel-go v0.26.1
1616
github.com/mandelsoft/goutils v0.0.0-20250821215621-af06c70600cf
1717
github.com/mandelsoft/vfs v0.4.5-0.20250514111339-d7b067920e91
18-
github.com/onsi/ginkgo/v2 v2.27.2
18+
github.com/onsi/ginkgo/v2 v2.27.3
1919
github.com/onsi/gomega v1.38.3
2020
github.com/prometheus/client_golang v1.23.2
2121
github.com/stretchr/testify v1.11.1

kubernetes/controller/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vv
794794
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
795795
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
796796
github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c=
797-
github.com/onsi/ginkgo/v2 v2.27.2 h1:LzwLj0b89qtIy6SSASkzlNvX6WktqurSHwkk2ipF/Ns=
798-
github.com/onsi/ginkgo/v2 v2.27.2/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
797+
github.com/onsi/ginkgo/v2 v2.27.3 h1:ICsZJ8JoYafeXFFlFAG75a7CxMsJHwgKwtO+82SE9L8=
798+
github.com/onsi/ginkgo/v2 v2.27.3/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
799799
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
800800
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
801801
github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY=

0 commit comments

Comments
 (0)