diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-01 14:23:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 14:23:50 +0100 |
commit | 9a28a12c9bc6f681558f7aa6f797765262fab81b (patch) | |
tree | c12b0f0e8165b1f8716d136ec216a07d432e2b34 /vendor/github.com/onsi/ginkgo/CHANGELOG.md | |
parent | 7c7f0000cee78aa3e13f2e467943fa2d96bc8f81 (diff) | |
parent | e22777c3fcde4d2d55e9104567ed2107c15db9ff (diff) | |
download | podman-9a28a12c9bc6f681558f7aa6f797765262fab81b.tar.gz podman-9a28a12c9bc6f681558f7aa6f797765262fab81b.tar.bz2 podman-9a28a12c9bc6f681558f7aa6f797765262fab81b.zip |
Merge pull request #4412 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.10.3
Bump github.com/onsi/ginkgo from 1.10.1 to 1.10.3
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/CHANGELOG.md | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/vendor/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md index aeadb66e0..020496c9d 100644 --- a/vendor/github.com/onsi/ginkgo/CHANGELOG.md +++ b/vendor/github.com/onsi/ginkgo/CHANGELOG.md @@ -1,20 +1,34 @@ +## 1.10.3 + +### Fixes +- Set go_import_path in travis.yml to allow internal packages in forks (#607) [3b721db] +- Add integration test [d90e0dc] +- Fix coverage files combining [e5dde8c] +- A new CLI option: -ginkgo.reportFile <file path> (#601) [034fd25] + +## 1.10.2 + +### Fixes +- speed up table entry generateIt() (#609) [5049dc5] +- Fix. Write errors to stderr instead of stdout (#610) [7bb3091] + ## 1.10.1 -## Fixes +### Fixes - stack backtrace: fix skipping (#600) [2a4c0bd] ## 1.10.0 -## Fixes +### Fixes - stack backtrace: fix alignment and skipping [66915d6] - fix typo in documentation [8f97b93] ## 1.9.0 -## Features +### Features - Option to print output into report, when tests have passed [0545415] -## Fixes +### Fixes - Fixed typos in comments [0ecbc58] - gofmt code [a7f8bfb] - Simplify code [7454d00] |