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

fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 - autoclosed #342

Conversation

openstack-k8s-ci-robot
Copy link

@openstack-k8s-ci-robot openstack-k8s-ci-robot commented Nov 11, 2023

This PR contains the following updates:

Package Type Update Change
github.com/onsi/ginkgo/v2 require minor v2.13.0 -> v2.15.0

Release Notes

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.15.0

Compare Source

2.15.0
Features
  • JUnit reports now interpret Label(owner:X) and set owner to X. [8f3bd70]
  • include cancellation reason when cancelling spec context [96e915c]
Fixes
  • emit output of failed go tool cover invocation so users can try to debug things for themselves [c245d09]
  • fix outline when using nodot in ginkgo v2 [dca77c8]
  • Document areas where GinkgoT() behaves differently from testing.T [dbaf18f]
  • bugfix(docs): use Unsetenv instead of Clearenv (#​1337) [6f67a14]
Maintenance

v2.14.0

Compare Source

2.14.0
Features

You can now use GinkgoTB() when you need an instance of testing.TB to pass to a library.

Prior to this release table testing only supported generating individual Its for each test entry. DescribeTableSubtree extends table testing support to entire testing subtrees - under the hood DescrieTableSubtree generates a new container for each entry and invokes your function to fill our the container. See the docs to learn more.

Fixes
Maintenance

v2.13.2

Compare Source

2.13.2

Fixes

v2.13.1

Compare Source

2.13.1

Fixes
  • 1296 fix(precompiled test guite): exec bit check omitted on Windows (#​1301) [26eea01]

Maintenance
  • Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#​1291) [7161a9d]
  • Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#​1295) [7fc7b10]
  • Bump golang.org/x/tools from 0.12.0 to 0.14.0 (#​1282) [74bbd65]
  • Bump github.com/onsi/gomega from 1.27.10 to 1.29.0 (#​1290) [9373633]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#​1286) [6e3cf65]

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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 has been generated by Renovate Bot.

@openshift-ci openshift-ci bot requested review from olliewalsh and viroel November 11, 2023 05:44
Copy link
Contributor

openshift-ci bot commented Nov 11, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: openstack-k8s-ci-robot
Once this PR has been reviewed and has the lgtm label, please assign abays for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@openstack-k8s-ci-robot openstack-k8s-ci-robot force-pushed the renovate/github.aaakk.us.kg-onsi-ginkgo-v2-2.x branch from cacb8f7 to f67baea Compare December 2, 2023 05:52
@openstack-k8s-ci-robot openstack-k8s-ci-robot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2 Dec 2, 2023
@openstack-k8s-ci-robot openstack-k8s-ci-robot force-pushed the renovate/github.aaakk.us.kg-onsi-ginkgo-v2-2.x branch from f67baea to 520e835 Compare December 3, 2023 08:22
@openstack-k8s-ci-robot openstack-k8s-ci-robot force-pushed the renovate/github.aaakk.us.kg-onsi-ginkgo-v2-2.x branch 2 times, most recently from fcb9f80 to 264e07a Compare January 13, 2024 05:12
@openstack-k8s-ci-robot openstack-k8s-ci-robot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0 Jan 13, 2024
@openstack-k8s-ci-robot openstack-k8s-ci-robot force-pushed the renovate/github.aaakk.us.kg-onsi-ginkgo-v2-2.x branch from 264e07a to b48ca2a Compare January 20, 2024 05:55
@openstack-k8s-ci-robot openstack-k8s-ci-robot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.14.0 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 Jan 20, 2024
Copy link
Contributor

openshift-ci bot commented Jan 20, 2024

@openstack-k8s-ci-robot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/functional b48ca2a link true /test functional
ci/prow/precommit-check b48ca2a link true /test precommit-check
ci/prow/keystone-operator-build-deploy-kuttl b48ca2a link true /test keystone-operator-build-deploy-kuttl

Full PR test history. Your PR dashboard.

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/test-infra repository. I understand the commands that are listed here.

@openstack-k8s-ci-robot openstack-k8s-ci-robot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.15.0 - autoclosed Jan 24, 2024
@openstack-k8s-ci-robot openstack-k8s-ci-robot deleted the renovate/github.aaakk.us.kg-onsi-ginkgo-v2-2.x branch January 24, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants