You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 2.3.1
2
+
3
+
## Fixes
4
+
Several users were invoking `ginkgo` by installing the latest version of the cli via `go install github.com/onsi/ginkgo/v2/ginkgo@latest`. When 2.3.0 was released this resulted in an influx of issues as CI systems failed due to a change in the internal contract between the Ginkgo CLI and the Ginkgo library. Ginkgo only supports running the same version of the library as the cli (which is why both are packaged in the same repository).
5
+
6
+
With this patch release, the ginkgo CLI can now identify a version mismatch and emit a helpful error message.
7
+
8
+
- Ginkgo cli can identify version mismatches and emit a helpful error message [bc4ae2f]
9
+
- further emphasize that a version match is required when running Ginkgo on CI and/or locally [2691dd8]
0 commit comments