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/ginkgo/v2 to v2.20.1 #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/onsi/ginkgo/v2 v2.7.0 -> v2.20.1 age adoption passing confidence

Release Notes

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

v2.20.1

Compare Source

2.20.1

Fixes
  • make BeSpecEvent duration matcher more forgiving [d6f9640]

v2.20.0

Compare Source

2.20.0

Features
Maintenance
  • Add update-deps to makefile [d303d14]
  • bump all dependencies [7a50221]

v2.19.1

Compare Source

2.19.1

Fixes
  • update supported platforms for race conditions [63c8c30]
  • [build] Allow custom name for binaries. [ff41e27]
Maintenance

v2.19.0

Compare Source

2.19.0

Features

Label Sets allow for more expressive and flexible label filtering.

v2.18.0

Compare Source

2.18.0

Features
  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]
Fixes
  • Fix table entry context edge case [42013d6]
Maintenance

v2.17.3

Compare Source

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

v2.17.2

Compare Source

2.17.2

Fixes
  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]
Maintenance

v2.17.1

Compare Source

2.17.1

Fixes
  • If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]

v2.17.0

Compare Source

2.17.0

Features
  • add --github-output for nicer output in github actions [e8a2056]
Maintenance

v2.16.0

Compare Source

2.16.0

Features
  • add SpecContext to reporting nodes
Fixes
Maintenance

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]

v2.13.0

Compare Source

2.13.0

Features

Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #​1225)

v2.12.1

Compare Source

2.12.1

Fixes
Maintenance

v2.12.0

Compare Source

2.12.0

Features
  • feat: allow MustPassRepeatedly decorator to be set at suite level (#​1266) [05de518]
Fixes
Maintenance

Various chores/dependency bumps.

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
  • Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 (#​1202) [3e39231]

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

v2.9.2

Compare Source

2.9.2

Maintenance

v2.9.1

Compare Source

2.9.1

Fixes

This release fixes a longstanding issue where ginkgo -coverpkg=./... would not work. This is now resolved and fixes #​1161 and #​995

  • Support -coverpkg=./... [26ca1b5]
  • document coverpkg a bit more clearly [fc44c3b]
Maintenance
  • bump various dependencies
  • Improve Documentation and fix typo (#​1158) [93de676]

v2.9.0

Compare Source

2.9.0

Features
  • AttachProgressReporter is an experimental feature that allows users to provide arbitrary information when a ProgressReport is requested [28801fe]

  • GinkgoT() has been expanded to include several Ginkgo-specific methods [2bd5a3b]

    The intent is to enable the development of third-party libraries that integrate deeply with Ginkgo using GinkgoT() to access Ginkgo's functionality.

v2.8.4

Compare Source

2.8.4

Features
Fixes
  • rename tools hack to see if it fixes things for downstream users [a8bb39a]
Maintenance

v2.8.3

Compare Source

2.8.3

Released to fix security issue in golang.org/x/net dependency

Maintenance
  • Bump golang.org/x/net from 0.6.0 to 0.7.0 (#​1141) [fc1a02e]
  • remove tools.go hack from documentation [0718693]

v2.8.2

Compare Source

2.8.2

Ginkgo now includes a tools.go file in the root directory of the ginkgo package. This should allow modules that simply go get github.com/onsi/ginkgo/v2 to also pull in the CLI dependencies. This obviates the need for consumers of Ginkgo to have their own tools.go file and makes it simpler to ensure that the version of the ginkgo CLI being used matches the version of the library. You can simply run go run github.com/onsi/ginkgo/v2/ginkgo to run the version of the cli associated with your package go.mod.

Maintenance

v2.8.1

Compare Source

2.8.1

Fixes
  • lock around default report output to avoid triggering the race detector when calling By from goroutines [2d5075a]
  • don't run ReportEntries through sprintf [febbe38]
Maintenance

v2.8.0

Compare Source

2.8.0

Features
  • Introduce GinkgoHelper() to track and exclude helper functions from potential CodeLocations [e19f556]

Modeled after testing.T.Helper(). Now, rather than write code like:

func helper(model Model) {
    Expect(model).WithOffset(1).To(BeValid())
    Expect(model.SerialNumber).WithOffset(1).To(MatchRegexp(/[a-f0-9]*/))
}

you can stop tracking offsets (which makes nesting composing helpers nearly impossible) and simply write:

func helper(model Model) {
    GinkgoHelper()
    Expect(model).To(BeValid())
    Expect(model.SerialNumber).To(MatchRegexp(/[a-f0-9]*/))
}
  • Introduce GinkgoLabelFilter() and Label().MatchesLabelFilter() to make it possible to programmatically match filters (fixes #​1119) [2f6597c]

You can now write code like this:

BeforeSuite(func() {
	if Label("slow").MatchesLabelFilter(GinkgoLabelFilter()) {
		// do slow setup
	}

	if Label("fast").MatchesLabelFilter(GinkgoLabelFilter()) {
		// do fast setup
	}
})

to programmatically check whether a given set of labels will match the configured --label-filter.

Maintenance

v2.7.1

Compare Source

2.7.1
Fixes
  • Bring back SuiteConfig.EmitSpecProgress to avoid compilation issue for consumers that set it manually [d2a1cb0]
Maintenance

Configuration

📅 Schedule: Branch creation - "before 10am every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the renovate label Jan 29, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jan 29, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: k8s.io/client-go/v12@v12.0.0: go.mod has non-.../v12 module path "k8s.io/client-go" (and .../v12/go.mod does not exist) at revision v12.0.0

@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.7.1 Update module github.com/onsi/ginkgo/v2 to v2.8.0 Jan 30, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch 2 times, most recently from 3c02576 to 2c2f92c Compare February 2, 2023 22:25
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 2c2f92c to 3bf38dd Compare February 14, 2023 01:10
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.8.0 Update module github.com/onsi/ginkgo/v2 to v2.8.1 Feb 14, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch 2 times, most recently from 3e74c02 to 93520fb Compare February 18, 2023 02:33
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.8.1 Update module github.com/onsi/ginkgo/v2 to v2.8.2 Feb 18, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 93520fb to 049b56d Compare February 18, 2023 13:36
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.8.2 Update module github.com/onsi/ginkgo/v2 to v2.8.3 Feb 18, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 049b56d to ecd5f50 Compare February 27, 2023 16:46
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.8.3 Update module github.com/onsi/ginkgo/v2 to v2.8.4 Feb 27, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from ecd5f50 to 59d58a8 Compare March 4, 2023 02:46
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.8.4 Update module github.com/onsi/ginkgo/v2 to v2.9.0 Mar 4, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch 2 times, most recently from a5d3d1e to c4d6f5b Compare March 12, 2023 21:14
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.9.0 Update module github.com/onsi/ginkgo/v2 to v2.9.1 Mar 12, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from c4d6f5b to 587af62 Compare March 23, 2023 19:30
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.9.1 Update module github.com/onsi/ginkgo/v2 to v2.9.2 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 587af62 to 7533d14 Compare April 5, 2023 01:23
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch 2 times, most recently from 3a203d3 to 4ede27d Compare May 3, 2023 03:31
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.9.2 Update module github.com/onsi/ginkgo/v2 to v2.9.3 May 3, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 4ede27d to 947ee6e Compare May 3, 2023 20:34
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.9.3 Update module github.com/onsi/ginkgo/v2 to v2.9.4 May 3, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 947ee6e to 943913b Compare May 15, 2023 15:56
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.9.4 Update module github.com/onsi/ginkgo/v2 to v2.9.5 May 15, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 943913b to b5fccbb Compare May 31, 2023 02:41
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 255ec4e to c892cb4 Compare November 10, 2023 19:02
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.13.0 Update module github.com/onsi/ginkgo/v2 to v2.13.1 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from c892cb4 to 8a75d55 Compare November 29, 2023 12:26
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.13.1 Update module github.com/onsi/ginkgo/v2 to v2.13.2 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 8a75d55 to 1cfb96d Compare January 11, 2024 23:31
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.13.2 Update module github.com/onsi/ginkgo/v2 to v2.14.0 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 1cfb96d to 95f4d4d Compare January 18, 2024 01:09
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.14.0 Update module github.com/onsi/ginkgo/v2 to v2.15.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 95f4d4d to b746b5e Compare March 4, 2024 19:42
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.15.0 Update module github.com/onsi/ginkgo/v2 to v2.16.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from b746b5e to 237ed4d Compare March 18, 2024 19:00
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.16.0 Update module github.com/onsi/ginkgo/v2 to v2.17.0 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 237ed4d to 5c378bd Compare March 24, 2024 16:30
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.17.0 Update module github.com/onsi/ginkgo/v2 to v2.17.1 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 5c378bd to bc1c58e Compare April 27, 2024 22:05
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.17.1 Update module github.com/onsi/ginkgo/v2 to v2.17.2 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from bc1c58e to e00a80a Compare May 7, 2024 14:11
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.17.2 Update module github.com/onsi/ginkgo/v2 to v2.17.3 May 7, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from e00a80a to a56d919 Compare May 21, 2024 18:55
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.17.3 Update module github.com/onsi/ginkgo/v2 to v2.18.0 May 21, 2024
Copy link
Contributor Author

renovate bot commented May 21, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: k8s.io/client-go/v12@v12.0.0: go.mod has non-.../v12 module path "k8s.io/client-go" (and .../v12/go.mod does not exist) at revision v12.0.0

@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from a56d919 to 0c73e82 Compare May 24, 2024 16:47
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.18.0 Update module github.com/onsi/ginkgo/v2 to v2.19.0 May 24, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 0c73e82 to af82fe4 Compare July 26, 2024 13:14
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.19.0 Update module github.com/onsi/ginkgo/v2 to v2.19.1 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from af82fe4 to 6054440 Compare August 7, 2024 22:51
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.19.1 Update module github.com/onsi/ginkgo/v2 to v2.20.0 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-onsi-ginkgo-v2-2.x branch from 6054440 to 83a4726 Compare August 21, 2024 20:39
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.20.0 Update module github.com/onsi/ginkgo/v2 to v2.20.1 Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants