diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-06 10:09:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 10:09:10 -0400 |
commit | 778f34a15ca22d6f469a90fda8e43e1b773c7745 (patch) | |
tree | 36c8aea5da96c4ec5f9bc41dbf2d608399224a69 /vendor/github.com/onsi/ginkgo/CHANGELOG.md | |
parent | 4bdc11951e152459138e1562c0f9ef72af37feee (diff) | |
parent | 064bc32b1c1e0d4742cf5cc7132e58cf38c16f37 (diff) | |
download | podman-778f34a15ca22d6f469a90fda8e43e1b773c7745.tar.gz podman-778f34a15ca22d6f469a90fda8e43e1b773c7745.tar.bz2 podman-778f34a15ca22d6f469a90fda8e43e1b773c7745.zip |
Merge pull request #6859 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.14.0
Bump github.com/onsi/ginkgo from 1.13.0 to 1.14.0
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md index 03ce58a46..bdf18327e 100644 --- a/vendor/github.com/onsi/ginkgo/CHANGELOG.md +++ b/vendor/github.com/onsi/ginkgo/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.14.0 + +### Features +- Defer running top-level container nodes until RunSpecs is called [d44dedf] +- [Document Ginkgo lifecycle](http://onsi.github.io/ginkgo/#understanding-ginkgos-lifecycle) +- Add `extensions/globals` package (#692) [3295c8f] - this can be helpful in contexts where you are test-driving your test-generation code (see [#692](https://github.com/onsi/ginkgo/pull/692)) +- Print Skip reason in JUnit reporter if one was provided [820dfab] + ## 1.13.0 ### Features |