summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/CHANGELOG.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-05 13:16:13 +0200
committerGitHub <noreply@github.com>2021-04-05 13:16:13 +0200
commit9005f40c6986b182468b7e0b4fd97ffb627a6e2a (patch)
treef03137aa61aa8a989e8dd1df47a93a38707533a0 /vendor/github.com/onsi/ginkgo/CHANGELOG.md
parent6ca4bc3fe4f9f96f8c9deca5db5138d68857a831 (diff)
parented5ad8cac44119f33ab595cb790a8603a53569c9 (diff)
downloadpodman-9005f40c6986b182468b7e0b4fd97ffb627a6e2a.tar.gz
podman-9005f40c6986b182468b7e0b4fd97ffb627a6e2a.tar.bz2
podman-9005f40c6986b182468b7e0b4fd97ffb627a6e2a.zip
Merge pull request #9937 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.16.0
Bump github.com/onsi/ginkgo from 1.15.2 to 1.16.0
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/CHANGELOG.md')
-rw-r--r--vendor/github.com/onsi/ginkgo/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md
index 623b1ad37..f99f89480 100644
--- a/vendor/github.com/onsi/ginkgo/CHANGELOG.md
+++ b/vendor/github.com/onsi/ginkgo/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 1.16.0
+
+### Features
+- Advertise Ginkgo 2.0. Introduce deprecations. [9ef1913]
+ - Update README.md to advertise that Ginkgo 2.0 is coming.
+ - Backport the 2.0 DeprecationTracker and start alerting users
+ about upcoming deprecations.
+
+- Add slim-sprig template functions to bootstrap/generate (#775) [9162b86]
+
+### Fixes
+- Fix accidental reference to 1488 (#784) [9fb7fe4]
+
## 1.15.2
### Fixes