Skip to content

Bump github.com/onsi/gomega from 1.42.1 to 1.43.0 - #625

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/onsi/gomega-1.43.0
Sep 2, 2026
Merged

Bump github.com/onsi/gomega from 1.42.1 to 1.43.0#625
github-actions[bot] merged 1 commit into
masterfrom
dependabot/go_modules/github.com/onsi/gomega-1.43.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/onsi/gomega from 1.42.1 to 1.43.0.

Release notes

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

v1.43.0

1.43.0

Features

Add gomock adaptor extension for using Gomega matchers with gomock

Changelog

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

1.43.0

Features

Add gomock adaptor extension for using Gomega matchers with gomock

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 Gomega testing dependency to version 1.43.0.

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.42.1 to 1.43.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.42.1...v1.43.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 2, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 2, 2026 20:13
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: d34666ad-774e-4da2-9ec9-3125b557b6dc

📥 Commits

Reviewing files that changed from the base of the PR and between 8880c77 and a252c6e.

⛔ 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/gomega dependency from v1.42.1 to v1.43.0 in go.mod.

Changes

Dependency upgrade

Layer / File(s) Summary
Update Gomega dependency
go.mod
The direct Gomega dependency changes from v1.42.1 to v1.43.0.

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

Merge Risk: ⚪ Minimal · up to a252c

This is a narrowly scoped dependency update with no actionable merge-blocking risk remaining beyond normal checks and review.

🚥 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 describes the main change: updating github.com/onsi/gomega from version 1.42.1 to 1.43.0.
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.
Stable And Deterministic Test Names ✅ Passed PASS: The pull request changes only go.mod and go.sum. The diff contains no Ginkgo test declarations or test-title construction, so it introduces no dynamic or overly specific test name.
Test Structure And Quality ✅ Passed PASS — the pull request changes only go.mod and go.sum to update github.com/onsi/gomega from v1.42.1 to v1.43.0. The commit introduces no Ginkgo test code, test setup, cluster operations, waits,…
Microshift Test Compatibility ✅ Passed PASS — The pull request changes only go.mod and go.sum to update Gomega from v1.42.1 to v1.43.0. No Ginkgo e2e tests or test declarations were added, so the MicroShift compatibility check does not…
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS — The pull request changes only go.mod and go.sum. The exact HEAD^..HEAD diff updates github.com/onsi/gomega from v1.42.1 to v1.43.0 and its checksums. No Go test files or Ginkgo declarat…
Topology-Aware Scheduling Compatibility ✅ Passed PASS — The pull request changes only dependency metadata: go.mod updates github.com/onsi/gomega from v1.42.1 to v1.43.0, and go.sum updates its checksums. No deployment manifests, operator code,…
Ote Binary Stdout Contract ✅ Passed The pull request changes only go.mod and go.sum. It does not add or modify process-level Go code or OTE suite setup. Gomega is imported only by the existing test/e2e test files. Existing stdout-…
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The pull request changes only go.mod and go.sum. It updates github.com/onsi/gomega from v1.42.1 to v1.43.0 and adds no Ginkgo e2e tests or test code. The IPv6 and disconnected network test compa…
No-Weak-Crypto ✅ Passed The pull request changes only the Gomega version in go.mod and go.sum. The v1.42.1-to-v1.43.0 upstream diff adds only the gomock adaptor and a version constant update. The adaptor has no weak-crypto u…
Container-Privileges ✅ Passed PASS: The pull request changes only the Gomega dependency in go.mod and its checksums in go.sum. It does not add or modify container or Kubernetes manifests, and the changed files contain no privilege…
No-Sensitive-Data-In-Logs ✅ Passed PASS: The pull request changes only the Gomega version in go.mod and its go.sum checksums. It adds no logging statements, log arguments, or application code. Gomega is referenced by test files, and th…
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: Test Structure And Quality

Explanation

PASS — the pull request changes only go.mod and go.sum to update github.com/onsi/gomega from v1.42.1 to v1.43.0. The commit introduces no Ginkgo test code, test setup, cluster operations, waits, or assertions. Therefore, none of the stated test-quality failure conditions applies.

Full details: Microshift Test Compatibility

Explanation

PASS — The pull request changes only go.mod and go.sum to update Gomega from v1.42.1 to v1.43.0. No Ginkgo e2e tests or test declarations were added, so the MicroShift compatibility check does not apply.

Full details: Single Node Openshift (Sno) Test Compatibility

Explanation

PASS — The pull request changes only go.mod and go.sum. The exact HEAD^..HEAD diff updates github.com/onsi/gomega from v1.42.1 to v1.43.0 and its checksums. No Go test files or Ginkgo declarations changed, so the pull request adds no new e2e test that could introduce a Single Node OpenShift compatibility assumption.

Full details: Topology-Aware Scheduling Compatibility

Explanation

PASS — The pull request changes only dependency metadata: go.mod updates github.com/onsi/gomega from v1.42.1 to v1.43.0, and go.sum updates its checksums. No deployment manifests, operator code, controllers, or scheduling configuration changed. Therefore, the custom topology-aware scheduling check is not triggered.

Full details: Ote Binary Stdout Contract

Explanation

The pull request changes only go.mod and go.sum. It does not add or modify process-level Go code or OTE suite setup. Gomega is imported only by the existing test/e2e test files. Existing stdout-related code in cmd/main.go and cmd/fips.go is unchanged from the parent revision, so it is not introduced by this pull request.

Full details: Ipv6 And Disconnected Network Test Compatibility

Explanation

The pull request changes only go.mod and go.sum. It updates github.com/onsi/gomega from v1.42.1 to v1.43.0 and adds no Ginkgo e2e tests or test code. The IPv6 and disconnected network test compatibility check is therefore not triggered.

Full details: No-Weak-Crypto

Explanation

The pull request changes only the Gomega version in go.mod and go.sum. The v1.42.1-to-v1.43.0 upstream diff adds only the gomock adaptor and a version constant update. The adaptor has no weak-crypto use or secret comparison. Gomega's existing MD5 use in gmeasure/cache.go is unchanged between both versions, and this repository does not import gmeasure. No custom crypto or weak-crypto usage is introduced.

Full details: Container-Privileges

Explanation

PASS: The pull request changes only the Gomega dependency in go.mod and its checksums in go.sum. It does not add or modify container or Kubernetes manifests, and the changed files contain no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, root-user, or allowPrivilegeEscalation settings.

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

Explanation

PASS: The pull request changes only the Gomega version in go.mod and its go.sum checksums. It adds no logging statements, log arguments, or application code. Gomega is referenced by test files, and the release feature is a gomock adaptor. No pull-request change introduces logging of sensitive data.

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

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

@openshift-ci

openshift-ci Bot commented Sep 2, 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.

@openshift-ci

openshift-ci Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bpresnel-rh, dependabot[bot]

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

The pull request process is described 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 2, 2026
@openshift-ci

openshift-ci Bot commented Sep 2, 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.

@github-actions
github-actions Bot merged commit 5ceaf1d into master Sep 2, 2026
11 of 12 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/onsi/gomega-1.43.0 branch September 2, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. 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.

1 participant