diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-02 08:48:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-02 08:48:52 -0500 |
commit | d66a18cb11688060a3ef737dd05758398279f053 (patch) | |
tree | 8e1766e165c5c134d67ba3834e64ed8ee371e5fa /vendor/github.com/onsi/ginkgo/CHANGELOG.md | |
parent | 828279dac2d9d1a19ca2ed05e6ad09730179821a (diff) | |
parent | 323ab314ef2623caea7cf51783ec56653781f95d (diff) | |
download | podman-d66a18cb11688060a3ef737dd05758398279f053.tar.gz podman-d66a18cb11688060a3ef737dd05758398279f053.tar.bz2 podman-d66a18cb11688060a3ef737dd05758398279f053.zip |
Merge pull request #9195 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.0
Bump github.com/onsi/ginkgo from 1.14.2 to 1.15.0
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/ginkgo/CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md index a733f95fc..bf51fe9cd 100644 --- a/vendor/github.com/onsi/ginkgo/CHANGELOG.md +++ b/vendor/github.com/onsi/ginkgo/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.15.0 + +### Features +- Adds 'outline' command to print the outline of specs/containers in a file (#754) [071c369] [6803cc3] [935b538] [06744e8] [0c40583] +- Add support for using template to generate tests (#752) [efb9e69] +- Add a Chinese Doc #755 (#756) [5207632] +- cli: allow multiple -focus and -skip flags (#736) [9a782fb] + +### Fixes +- Add _internal to filename of tests created with internal flag (#751) [43c12da] + ## 1.14.2 ### Fixes |