Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.32.0 to 2.32.1 - #619

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.1
Aug 19, 2026
Merged

Bump github.com/onsi/ginkgo/v2 from 2.32.0 to 2.32.1#619
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/onsi/ginkgo/v2 from 2.32.0 to 2.32.1.

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.32.1

2.32.1

Fixes

  • Defer AfterAll until repeated spec completes [e647b3b]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.32.1

Fixes

  • Defer AfterAll until repeated spec completes [e647b3b]
Commits

Dependabot compatibility score

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 commands and options

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 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)

Summary by CodeRabbit

  • Chores
    • Updated the Ginkgo testing dependency to version 2.32.1.

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.32.0 to 2.32.1.
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.32.0...v2.32.1)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Aug 19, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 19, 2026 20:13
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 0ae4b2e4-44d3-4e24-8fc7-6f3203ec6ea1

📥 Commits

Reviewing files that changed from the base of the PR and between 969e5b0 and fced48f.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review.


Walkthrough

The pull request updates the direct github.com/onsi/ginkgo/v2 dependency from v2.32.0 to v2.32.1.

Changes

Ginkgo dependency update

Layer / File(s) Summary
Upgrade Ginkgo module
go.mod
The direct github.com/onsi/ginkgo/v2 requirement is upgraded from v2.32.0 to v2.32.1.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to fced4

This is a narrow dependency update affecting only go.mod and go.sum; no actionable merge-blocking risk remains, so it is merge-ready after normal checks and review.

Suggested reviewers: samanthajayasinghe

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the dependency and the exact version upgrade described in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR changes only Ginkgo dependency metadata in go.mod and go.sum; no test title or test source changed, and existing Ginkgo titles are static strings.
Test Structure And Quality ✅ Passed The HEAD diff changes only go.mod and go.sum for the Ginkgo version; no test source, fixtures, waits, or assertions changed, so the check is not applicable.
Microshift Test Compatibility ✅ Passed The pull request changes only Ginkgo dependency versions in go.mod and go.sum; it adds no Ginkgo tests or MicroShift-incompatible API usage.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only go.mod/go.sum for Ginkgo v2.32.1; it adds no Ginkgo e2e tests or multi-node assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The pull request changes only go.mod and go.sum to update Ginkgo; no deployment manifests, operators, controllers, or scheduling constraints changed.
Ote Binary Stdout Contract ✅ Passed The diff changes only go.mod and go.sum; no process-level Go code or suite setup changed, so the PR introduces no stdout write covered by this check.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The commit changes only go.mod and go.sum; no new or modified Ginkgo e2e tests were introduced, so this check does not apply.
No-Weak-Crypto ✅ Passed The PR diff changes only Ginkgo versions and checksums in go.mod/go.sum; it adds no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret-comparison code.
Container-Privileges ✅ Passed The PR changes only go.mod and go.sum; no container or Kubernetes manifest, privilege flag, host namespace setting, capability, or escalation setting changed.
No-Sensitive-Data-In-Logs ✅ Passed The PR changes only the Ginkgo version and matching go.sum checksums; it adds no logging code or log content that could expose sensitive data.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.1

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from dustman9000 and xiaoyu74 August 19, 2026 20:14
@openshift-ci

openshift-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign theautoroboto for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@github-actions
github-actions Bot merged commit ea5e7f4 into master Aug 19, 2026
10 of 12 checks passed
@openshift-ci

openshift-ci Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.1 branch August 19, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants