summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/CHANGELOG.md
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-12 12:22:34 +0000
committerGitHub <noreply@github.com>2021-10-12 12:22:34 +0000
commit1e81787e3f960bbb0acc05f889f4ef66ddea4b99 (patch)
treed3ed383555f0338e5d964fc8e5f9608f61f2262f /vendor/github.com/onsi/ginkgo/CHANGELOG.md
parent2fcec59445267e8c8e06005539701a172d3db8a5 (diff)
downloadpodman-1e81787e3f960bbb0acc05f889f4ef66ddea4b99.tar.gz
podman-1e81787e3f960bbb0acc05f889f4ef66ddea4b99.tar.bz2
podman-1e81787e3f960bbb0acc05f889f4ef66ddea4b99.zip
Bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.4 to 1.16.5. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v1.16.4...v1.16.5) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/onsi/ginkgo/CHANGELOG.md')
-rw-r--r--vendor/github.com/onsi/ginkgo/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/ginkgo/CHANGELOG.md b/vendor/github.com/onsi/ginkgo/CHANGELOG.md
index 494abdbfb..a26bc530f 100644
--- a/vendor/github.com/onsi/ginkgo/CHANGELOG.md
+++ b/vendor/github.com/onsi/ginkgo/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 1.16.5
+
+Ginkgo 2.0 now has a Release Candidate. 1.16.5 advertises the existence of the RC.
+1.16.5 deprecates GinkgoParallelNode in favor of GinkgoParallelProcess
+
+You can silence the RC advertisement by setting an `ACK_GINKG_RC=true` environment variable or creating a file in your home directory called `.ack-ginkgo-rc`
+
## 1.16.4
### Fixes