diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-08 08:54:47 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-08 08:54:47 -0500 |
commit | 7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26 (patch) | |
tree | fb218880756a01149fc72d5362495ea8de6a3ffe /vendor/github.com/onsi/gomega/CHANGELOG.md | |
parent | 6fe634c9165367ecf797794f016dd640bc28ff2f (diff) | |
download | podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.tar.gz podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.tar.bz2 podman-7e289833ed96c96ca3cdc4ed0a82ddd1caa0dc26.zip |
Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.5 to 1.11.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.5...v1.11.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/onsi/gomega/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/gomega/CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md index 16095fa3c..33bc75509 100644 --- a/vendor/github.com/onsi/gomega/CHANGELOG.md +++ b/vendor/github.com/onsi/gomega/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.11.0 + +### Features +- feature: add index to gstruct element func (#419) [334e00d] +- feat(gexec) Add CompileTest functions. Close #410 (#411) [47c613f] + +### Fixes +- Check more carefully for nils in WithTransform (#423) [3c60a15] +- fix: typo in Makefile [b82522a] +- Allow WithTransform function to accept a nil value (#422) [b75d2f2] +- fix: print value type for interface{} containers (#409) [f08e2dc] +- fix(BeElementOf): consistently flatten expected values [1fa9468] + ## 1.10.5 ### Fixes |