From 909d19387f14c77d47f73878e5d6e63c26fd7afa Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Wed, 3 May 2023 14:24:56 -0600 Subject: [PATCH] v2.9.4 --- CHANGELOG.md | 11 +++++++++++ types/version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4b9cc76..d680ea4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.9.4 + +### Fixes +- fix hang with ginkgo -p (#1192) [15d4bdc] - this addresses a _long_ standing issue related to Ginkgo hanging when a child process spawned by the test does not exit. + +- fix: fail fast may cause Serial spec or cleanup Node interrupted (#1178) [8dea88b] - prior to this there was a small gap in which specs on other processes might start even if one process has tried to abort the suite. + + +### Maintenance +- Document run order when multiple setup nodes are at the same nesting level [903be81] + ## 2.9.3 ### Features diff --git a/types/version.go b/types/version.go index 38920a439..d452bf9a6 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.9.3" +const VERSION = "2.9.4"