Skip to content

Commit 2cc2219

Browse files
committed
v2.3.1
1 parent bc4ae2f commit 2cc2219

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
10+
11+
## Maintenance
12+
- bump gomega to v1.22.0 [822a937]
13+
114
## 2.3.0
215

316
### Interruptible Nodes and Timeouts

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.3.0"
3+
const VERSION = "2.3.1"

0 commit comments

Comments
 (0)