Skip to content

Conversation

@red-hat-konflux
Copy link

@red-hat-konflux red-hat-konflux bot commented Nov 12, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.38.2 -> v1.39.1 age confidence

Release Notes

onsi/gomega (github.com/onsi/gomega)

v1.39.1

Compare Source

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v1.39.0

Compare Source

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

Compare Source

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Nov 12, 2025
@openshift-ci-robot
Copy link

@red-hat-konflux[bot]: This pull request explicitly references no jira issue.

Details

In response to this:

This PR contains the following updates:

Package Change Age Confidence
github.com/onsi/gomega v1.34.1 -> v1.38.2 age confidence

[!WARNING]
Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

onsi/gomega (github.com/onsi/gomega)

v1.38.2

Compare Source

1.38.2

v1.38.1

Compare Source

1.38.1

Fixes

Numerous minor fixes and dependency bumps

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance

v1.37.0

Compare Source

1.37.0

Features
  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]

v1.36.3

Compare Source

1.36.3

Maintenance

v1.36.2

Compare Source

Maintenance

v1.36.1

Compare Source

1.36.1

Fixes

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance

v1.34.2

Compare Source

1.34.2

Require Go 1.22+

Maintenance
  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai
Copy link

coderabbitai bot commented Nov 12, 2025

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch konflux/mintmaker/master/github.com-onsi-gomega-1.x

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

@openshift-ci openshift-ci bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Nov 12, 2025
@openshift-ci openshift-ci bot requested review from carbonin and rccrdpccl November 12, 2025 20:31
@openshift-ci
Copy link

openshift-ci bot commented Nov 12, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign gamli75 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 added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Nov 12, 2025
@openshift-ci
Copy link

openshift-ci bot commented Nov 12, 2025

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a github.com 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.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch 5 times, most recently from f540a03 to dbbd794 Compare November 15, 2025 00:33
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 - autoclosed Nov 15, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 15, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch November 15, 2025 04:46
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 - autoclosed NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 Nov 15, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 15, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch from 6858e3b to dbbd794 Compare November 15, 2025 08:37
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 - autoclosed Nov 17, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 17, 2025
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 - autoclosed NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 Nov 18, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 18, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch from 9d73b4d to dbbd794 Compare November 18, 2025 00:29
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 - autoclosed Nov 19, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 19, 2025
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 - autoclosed NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 Nov 19, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 19, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch from c19ae7a to dbbd794 Compare November 19, 2025 08:32
@red-hat-konflux red-hat-konflux bot reopened this Dec 9, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch from 4b42ebf to f43c8cf Compare December 9, 2025 00:23
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.2 NO-ISSUE: Update module github.com/onsi/gomega to v1.38.3 Dec 9, 2025
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 9, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch from f43c8cf to 37221fc Compare December 9, 2025 04:22
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Dec 9, 2025
@openshift-ci openshift-ci bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Dec 9, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch from 37221fc to 23cd61b Compare January 8, 2026 20:29
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.38.3 NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 Jan 8, 2026
@openshift-ci openshift-ci bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 8, 2026
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 - autoclosed Jan 9, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 9, 2026
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 - autoclosed NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 Jan 9, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 9, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch 2 times, most recently from 23cd61b to 10efa48 Compare January 16, 2026 00:30
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 - autoclosed Jan 21, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 21, 2026
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 - autoclosed NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 Jan 21, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 21, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch 2 times, most recently from 10efa48 to 187e3bf Compare January 21, 2026 20:23
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/master/github.com-onsi-gomega-1.x branch from 187e3bf to d113575 Compare January 30, 2026 08:24
@red-hat-konflux red-hat-konflux bot changed the title NO-ISSUE: Update module github.com/onsi/gomega to v1.39.0 NO-ISSUE: Update module github.com/onsi/gomega to v1.39.1 Jan 30, 2026
@red-hat-konflux
Copy link
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.47.0 -> v0.49.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.40.0
golang.org/x/term v0.37.0 -> v0.39.0
golang.org/x/text v0.31.0 -> v0.33.0

@openshift-ci openshift-ci bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants