Skip to content

Commit 229c981

Browse files
committed
v2.23.4
1 parent 2d134d5 commit 229c981

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.23.4
2+
3+
Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with `-p` in a linux container. Thanks to @emirot for the fix!
4+
5+
### Features
6+
- Add automaxprocs for using CPUQuota [2b9c428]
7+
8+
### Fixes
9+
- clarify gotchas about -vet flag [1f59d07]
10+
11+
### Maintenance
12+
- bump dependencies [2d134d5]
13+
114
## 2.23.3
215

316
### Fixes

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.23.3"
3+
const VERSION = "2.23.4"

0 commit comments

Comments
 (0)