CRI-O
v1.34.10Kubernetes CoreJul 2, 2026
CRI-O v1.34.10 is a routine bugfix patch with two fixes: a correction to gomaxprocs CPU injection logic and a container status ImageRef format regression after restart. No security, API, or configuration changes are included.
Key changes (3)
- gomaxprocs hook updated to ignore workload partitioning when deciding whether to inject CPU settings
- gomaxprocs calculation now guarantees containers receive at least double the requested CPU count, reducing Go scheduler throttling risk
- Fixed container status ImageRef inconsistency where the value changed from repo@digest format to a raw image ID hash after CRI-O restart