Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/onsi/gomega to v1.36.2 #611

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/onsi/gomega v1.34.1 -> v1.36.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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 - "every weekend" (UTC), 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

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Aug 31, 2024

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

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.20.0 -> v0.22.0
google.golang.org/protobuf v1.34.2 -> v1.36.1
github.com/onsi/ginkgo/v2 v2.20.0 -> v2.22.1
golang.org/x/tools v0.24.0 -> v0.28.0

@openshift-ci openshift-ci bot requested review from Vincent056 and xiaojiey August 31, 2024 01:04
Copy link

openshift-ci bot commented Aug 31, 2024

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

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

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.

Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-4849e561c5fe9503750d51220aa0c4819caa14b7

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 4849e56 to 67f4025 Compare September 12, 2024 12:15
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-67f40252faff4a6dcb0f19f6699cc569de98c1c1

@rhmdnd rhmdnd added this to the 1.6.1 milestone Oct 11, 2024
Copy link

@rhmdnd rhmdnd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@renovate renovate bot changed the title fix(deps): update module github.com/onsi/gomega to v1.34.2 fix(deps): update module github.com/onsi/gomega to v1.35.0 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 67f4025 to a34f98e Compare October 29, 2024 22:32
@openshift-ci openshift-ci bot removed the lgtm label Oct 29, 2024
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-a34f98e40566230ae5dfe9b629e3cfd0ec35e231

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from a34f98e to 9ea4f0b Compare October 31, 2024 22:48
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/gomega to v1.35.0 fix(deps): update module github.com/onsi/gomega to v1.35.1 Oct 31, 2024
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-9ea4f0b02ddea4d005610269815e47e0552362d1

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 9ea4f0b to f33e443 Compare November 25, 2024 14:48
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/gomega to v1.35.1 fix(deps): update module github.com/onsi/gomega to v1.36.0 Nov 25, 2024
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-f33e44312b6b2e184c6b98a382a91e97921832ad

@renovate renovate bot changed the title fix(deps): update module github.com/onsi/gomega to v1.36.0 Update module github.com/onsi/gomega to v1.36.0 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from f33e443 to 0bd2315 Compare December 10, 2024 07:18
@renovate renovate bot changed the title Update module github.com/onsi/gomega to v1.36.0 Update module github.com/onsi/gomega to v1.36.1 Dec 10, 2024
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-0bd2315aacc288e551af9734b9807661b53a1c74

Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-00a733a418b61293b1b69c14a0970d66146489e6

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 00a733a to 5b78d01 Compare January 6, 2025 21:11
Copy link

github-actions bot commented Jan 6, 2025

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-5b78d018ef27a37d6786c89210823a967948fac9

@rhmdnd rhmdnd modified the milestones: 1.6.1, 1.7.0 Jan 7, 2025
Copy link

@rhmdnd rhmdnd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jan 7, 2025
@rhmdnd
Copy link

rhmdnd commented Jan 7, 2025

/retest-required

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 5b78d01 to bae5ace Compare January 7, 2025 17:54
@openshift-ci openshift-ci bot removed the lgtm label Jan 7, 2025
@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from bae5ace to 68a6808 Compare January 7, 2025 18:02
Copy link

github-actions bot commented Jan 7, 2025

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-bae5aceb62dcb17b5fb83f877b7b5028fa911ff2

Copy link

github-actions bot commented Jan 7, 2025

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-68a6808be1d62eb3fc2b9e04bd3832905e5360f0

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 68a6808 to a5cb325 Compare January 9, 2025 18:11
Copy link

github-actions bot commented Jan 9, 2025

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-a5cb32562f67b99441fe1f16f18598e5ff2cf76b

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from a5cb325 to e4c6592 Compare January 9, 2025 21:10
Copy link

github-actions bot commented Jan 9, 2025

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-e4c6592af56cc32b7922db6a243b2cc8f3630979

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from e4c6592 to 6d44049 Compare January 13, 2025 00:11
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-6d44049a761dd125b5ed3e88d06c46308d62bea6

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 6d44049 to 7b12754 Compare January 13, 2025 16:15
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-7b12754a01ac4445e5f706e57996852abdf7d164

@renovate renovate bot force-pushed the renovate/github.com-onsi-gomega-1.x branch from 7b12754 to 8205599 Compare January 13, 2025 19:05
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:611-8205599a564bad21d292644f0a20703f55520ff6

@rhmdnd
Copy link

rhmdnd commented Jan 13, 2025

/retest-required

Copy link

@rhmdnd rhmdnd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jan 13, 2025
Copy link

openshift-ci bot commented Jan 13, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: renovate[bot], rhmdnd

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

The pull request process is described here

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-merge-bot openshift-merge-bot bot merged commit 705b2ea into master Jan 14, 2025
21 checks passed
@openshift-merge-bot openshift-merge-bot bot deleted the renovate/github.com-onsi-gomega-1.x branch January 14, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant