Skip to content

Bump github.com/onsi/gomega from 1.40.0 to 1.41.0#515

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/onsi/gomega-1.41.0
May 20, 2026
Merged

Bump github.com/onsi/gomega from 1.40.0 to 1.41.0#515
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/onsi/gomega-1.41.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps github.com/onsi/gomega from 1.40.0 to 1.41.0.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.41.0

Features

Add BeASlice and BeAnArray matchers

Fixes

Object formatting now detects pointer cycles to avoid runaway formatting output.

Commits
  • af2bccb v1.41.0
  • 73e81f6 v1.41.0 (full)
  • e35a84f feat: devcontainer configuration with local pkgsite and GH pages
  • f12e5e1 fix(format): detect pointer cycles to avoid runaway formatting output
  • e14831f Add optionalDescription docs to AsyncAssertion and Assertion interfaces
  • 344b94d Add BeASlice and BeAnArray matchers
  • See full diff in compare view

Summary by CodeRabbit

  • Chores
    • Updated testing framework dependency to the latest version

@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 May 20, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 20, 2026 23:16
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Caution

Review failed

Pull request was closed or merged during review

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: 9281fdf1-1a54-47ef-9543-9112322a514a

📥 Commits

Reviewing files that changed from the base of the PR and between 2d47600 and ed7306e.

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

Walkthrough

Updates the github.com/onsi/gomega test assertion library from v1.40.0 to v1.41.0 in go.mod.

Changes

Gomega Dependency Update

Layer / File(s) Summary
Gomega version bump
go.mod
Direct dependency github.com/onsi/gomega is bumped from v1.40.0 to v1.41.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • feichashao
  • tnierman
🚥 Pre-merge checks | ✅ 10 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Test Structure And Quality ⚠️ Warning The PR adds test files that violate quality requirements: 69% of Expect assertions (50/72) lack meaningful failure messages; only 2 of 20 It blocks have timeouts; tests mix multiple assertions. Add descriptive failure messages to all Expect statements (e.g., Expect(err).NotTo(HaveOccurred(), "failed to create test pod")), and add SpecTimeout to all It blocks interacting with clusters.
Microshift Test Compatibility ⚠️ Warning New e2e tests reference MicroShift-unavailable APIs (FeatureGate, ClusterVersion, PrometheusRule) without skip labels or apigroup tags. Add [Skipped:MicroShift] labels or [apigroup:config.openshift.io]/[apigroup:monitoring.coreos.com] tags to sre-techpreviewnoupgrade-validation, sre-regular-user-validation, and sre-prometheusrule-validation tests.
✅ Passed checks (10 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and accurately describes the main change: bumping a dependency from one version to another.
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 This PR only updates go.mod/go.sum to bump gomega from v1.40.0 to v1.41.0. No test files or test code are modified, so the stable test names requirement does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only bumps gomega from v1.40.0 to v1.41.0 in go.mod (+1/-1 lines). It adds no new Ginkgo e2e tests, so the SNO compatibility check does not apply.
Topology-Aware Scheduling Compatibility ✅ Passed PR only bumps gomega testing library dependency (v1.40.0→v1.41.0) in go.mod; no deployment manifests or operator code with scheduling constraints are modified.
Ote Binary Stdout Contract ✅ Passed PR only bumps gomega dependency in go.mod; no source code changes, no new process-level stdout writes, and gomega features (matchers, formatting) don't cause OTE stdout violations.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR bumps gomega v1.40.0 to v1.41.0. The custom check applies only when new Ginkgo e2e tests are added. This PR's purpose is dependency update, not test additions.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/onsi/gomega-1.41.0

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

[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 tnierman 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
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

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.

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.40.0...v1.41.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.41.0
  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/gomega-1.41.0 branch from 2d47600 to ed7306e Compare May 20, 2026 23:20
@github-actions github-actions Bot merged commit 4fe200e into master May 20, 2026
4 of 10 checks passed
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

@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/gomega-1.41.0 branch May 20, 2026 23:25
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