Skip to content

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.1 - #116

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.1
Open

chore(deps): bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.32.1#116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/onsi/ginkgo/v2 from 2.29.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]

v2.32.0

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

v2.31.0

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

v2.30.0

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Changelog

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

2.32.1

Fixes

  • Defer AfterAll until repeated spec completes [e647b3b]

2.32.0

-fd generate RSpec-style documentation output. Thank @​woodie ! --sleep-on-failure pauses a failed spec before teardown. Thanks @​qinqon !

2.31.0

Add a bunch of Claude Skills via the marketplace:

/plugin marketplace add onsi/ginkgo
/plugin install ginkgo@ginkgo

2.30.0

Features

Ginkgo now allows extentions/global.Reset to support running multiple suites from within a single process. This may take some massaging on your part (see 1672) but can dramatically speed up codebases with O(hundreds) of test suites.

Thanks @​lawrencejones !

Fixes

  • Fix nested --github-output group for progress report nested inside timeline [4f62d7a]
Commits
  • f2d0f65 v2.32.1
  • e647b3b Defer AfterAll until repeated spec completes
  • 09bbf5f Properly Punctuate Possessive Pronoun "Its"
  • 9ff1646 v2.32.0
  • 0491f2a Make -fd exclusive of -p/-procs and -randomize-all
  • 334f74a respect SilenceSkips in fd mode, add test
  • 21047ce No need for a new method.
  • 7d281e1 Break out to two methods.
  • 5313727 More integration, fewer changes.
  • b83f524 Fewer new methods.
  • Additional commits viewable in compare view

Summary by CodeRabbit

  • Chores
    • Updated the Go toolchain and supporting libraries to newer versions.
    • Added compatibility support for load-balancing and platform API integrations.
    • Refreshed internal testing and build components for improved maintenance and reliability.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 17, 2026
@openshift-ci

openshift-ci Bot commented Aug 17, 2026

Copy link
Copy Markdown

[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 makdaam 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

@coderabbitai

coderabbitai Bot commented Aug 17, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: bbe89f40-eb2d-4180-8347-28977b80fd29

📥 Commits

Reviewing files that changed from the base of the PR and between 73719b9 and 6d7ce2a.

⛔ 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 Go module updates the Go version and refreshes AWS SDK, Smithy, Ginkgo, Hyperfleet, Kubernetes, and related dependency requirements. The direct Ginkgo dependency changes to v2.32.1.

Changes

Go module dependency refresh

Layer / File(s) Summary
Dependency requirement updates
go.mod
The module updates dependency declarations, including Ginkgo from v2.29.0 to v2.32.1, and adds or refreshes related AWS, Hyperfleet, Kubernetes, and indirect requirements.

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

Merge Risk: ⚪ Minimal · up to 6d7ce

This PR updates the Ginkgo dependency without any supplied evidence of an actionable merge-blocking risk; it is merge-ready after normal checks and review.

Suggested reviewers: cdoan1, typeid

🚥 Pre-merge checks | ✅ 11
✅ Passed checks (11 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the Ginkgo dependency and the exact version update from 2.29.0 to 2.32.1, which matches the stated pull request objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
No-Weak-Crypto ✅ Passed PASS. The PR changes only the Ginkgo version in go.mod and its go.sum entries. The diff adds no weak-crypto primitive, custom crypto implementation, or secret comparison. The repository's existing SHA…
Container-Privileges ✅ Passed The pull request changes only go.mod and go.sum to update Ginkgo and dependency checksums. It does not add or modify a container or Kubernetes manifest. docker-compose.localstack.yaml already co…
No-Sensitive-Data-In-Logs ✅ Passed The pull request changes only the Ginkgo dependency version in go.mod and its checksums in go.sum. It adds no logging statements, sensitive-data handling, or application code. Repository searches …
No-Hardcoded-Secrets ✅ Passed PASS. The pull request changes only the Ginkgo dependency version and its Go checksum entries in go.mod and go.sum. It adds no API key, token, password, private key, credential, or credential-bear…
No-Injection-Vectors ✅ Passed PASS: The pull request changes only the Ginkgo version in go.mod and its go.sum checksums. It adds no Go, script, configuration, or template code. The added lines contain no SQL concatenation, shell=T…
Ai-Attribution ✅ Passed PASS: The pull request contains one commit, 6d7ce2a, from Dependabot. Its message mentions only the Ginkgo dependency update and contains no AI-tool mention, Co-Authored-By, Assisted-by, or `Gen…
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

Full details: No-Weak-Crypto

Explanation

PASS. The PR changes only the Ginkgo version in go.mod and its go.sum entries. The diff adds no weak-crypto primitive, custom crypto implementation, or secret comparison. The repository's existing SHA-1 thumbprint code is unchanged from the parent revision, and the updated cached Ginkgo source has no matches for the flagged primitives.

Full details: Container-Privileges

Explanation

The pull request changes only go.mod and go.sum to update Ginkgo and dependency checksums. It does not add or modify a container or Kubernetes manifest. docker-compose.localstack.yaml already contains privileged: true and user: "0" in the parent revision, with a comment explaining the root use for Podman socket access. The pull request does not introduce or worsen this condition.

Full details: No-Sensitive-Data-In-Logs

Explanation

The pull request changes only the Ginkgo dependency version in go.mod and its checksums in go.sum. It adds no logging statements, sensitive-data handling, or application code. Repository searches found no changed logging path or sensitive values associated with logging. Therefore, the custom check failure condition was not introduced.

Full details: No-Hardcoded-Secrets

Explanation

PASS. The pull request changes only the Ginkgo dependency version and its Go checksum entries in go.mod and go.sum. It adds no API key, token, password, private key, credential, or credential-bearing URL. The base64-like checksum values are dependency integrity hashes, not configuration secrets.

Full details: No-Injection-Vectors

Explanation

PASS: The pull request changes only the Ginkgo version in go.mod and its go.sum checksums. It adds no Go, script, configuration, or template code. The added lines contain no SQL concatenation, shell=True, eval/exec, pickle.loads, unsafe yaml.load, os.system, or dangerouslySetInnerHTML pattern. The upgraded Ginkgo source scan also found no listed injection vector.

Full details: Ai-Attribution

Explanation

PASS: The pull request contains one commit, 6d7ce2a, from Dependabot. Its message mentions only the Ginkgo dependency update and contains no AI-tool mention, Co-Authored-By, Assisted-by, or Generated-by trailer. The PR description also does not mention an AI tool. Earlier repository commits contain Claude Co-Authored-By trailers, but they are already in origin/main and are outside this pull request.

✨ 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.

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.29.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.29.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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/onsi/ginkgo/v2-2.32.1 branch from 73719b9 to 6d7ce2a Compare August 26, 2026 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants