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.11.0 #402

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/onsi/ginkgo/v2 require minor v2.9.2 -> v2.11.0

Release Notes

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

v2.11.0

Compare Source

2.11.0

In prior versions of Ginkgo specs the CLI filter flags (e.g. --focus, --label-filter) would override any programmatic focus. This behavior has proved surprising and confusing in at least the following ways:

  • users cannot combine programmatic filters and CLI filters to more efficiently select subsets of tests
  • CLI filters can override programmatic focus on CI systems resulting in an exit code of 0 despite the presence of (incorrectly!) committed focused specs.

Going forward Ginkgo will AND all programmatic and CLI filters. Moreover, the presence of any programmatic focused tests will always result in a non-zero exit code.

This change is technically a change in Ginkgo's external contract and may require some users to make changes to successfully adopt. Specifically: it's possible some users were intentionally using CLI filters to override programmatic focus. If this is you please open an issue so we can explore solutions to the underlying problem you are trying to solve.

Fixes
  • Programmatic focus is no longer overwrriten by CLI filters [d6bba86]
Maintenance

v2.10.0

Compare Source

2.10.0

Features
  • feat(ginkgo/generators): add --tags flag (#​1216) [a782a77]
    adds a new --tags flag to ginkgo generate
Fixes
Maintenance

v2.9.7

Compare Source

2.9.7

Fixes
  • fix race when multiple defercleanups are called in goroutines [07fc3a0]

v2.9.6

Compare Source

2.9.6

Fixes
Maintenance

v2.9.5

Compare Source

2.9.5

Fixes
  • ensure the correct deterministic sort order is produced when ordered specs are generated by a helper function [7fa0b6b]
Maintenance

v2.9.4

Compare Source

2.9.4

Fixes
  • fix hang with ginkgo -p (#​1192) [15d4bdc] - this addresses a long standing issue related to Ginkgo hanging when a child process spawned by the test does not exit.

  • fix: fail fast may cause Serial spec or cleanup Node interrupted (#​1178) [8dea88b] - prior to this there was a small gap in which specs on other processes might start even if one process has tried to abort the suite.

Maintenance
  • Document run order when multiple setup nodes are at the same nesting level [903be81]

v2.9.3

Compare Source

2.9.3

Features
  • Add RenderTimeline to GinkgoT() [c0c77b6]
Fixes
Maintenance

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 is behind base branch, 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 3 times, most recently from 2fe1fd9 to 7c5268f Compare April 29, 2023 10:46
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 - autoclosed May 1, 2023
@renovate renovate bot closed this May 1, 2023
@renovate renovate bot deleted the renovate/github.com-onsi-ginkgo-v2-2.x branch May 1, 2023 20:01
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 - autoclosed fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 May 3, 2023
@renovate renovate bot reopened this May 3, 2023
@renovate renovate bot restored the renovate/github.com-onsi-ginkgo-v2-2.x branch May 3, 2023 05:30
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3 May 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 3 times, most recently from ba83998 to cb1e732 Compare May 3, 2023 19:22
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.3 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4 May 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from cb1e732 to 931db2c Compare May 3, 2023 23:16
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 931db2c to c6a5a8a Compare May 14, 2023 12:16
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 May 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 3 times, most recently from 2ca0e7d to 7388a43 Compare May 17, 2023 18:29
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 May 31, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 3 times, most recently from d6f4b5b to 0cf4e1c Compare June 6, 2023 17:26
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.7 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 2 times, most recently from fa2033f to 7fb44e0 Compare June 13, 2023 18:57
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 7fb44e0 to a6b5907 Compare June 16, 2023 14:31
@renovate renovate bot changed the title fix(deps): update module github.com/onsi/ginkgo/v2 to v2.10.0 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.11.0 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from a6b5907 to 72353e4 Compare June 16, 2023 20:23
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 2 times, most recently from 72246ea to 0b2ed9f Compare July 11, 2023 12:25
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 2 times, most recently from 526229d to 9d7a327 Compare August 14, 2023 13:55
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 9d7a327 to d0f4d00 Compare August 14, 2023 14:17
@haircommander haircommander merged commit 730d92c into main Aug 14, 2023
11 of 21 checks passed
@renovate renovate bot deleted the renovate/github.com-onsi-ginkgo-v2-2.x branch August 14, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant