RATATOSKRATATOSK
Sign in

CRI-O

v1.35.5Kubernetes Core
Jul 2, 2026

CRI-O v1.35.5 is a routine patch with two bug fixes: ImageRef now stays consistent across restarts, and the gomaxprocs hook calculation has been adjusted to reduce potential scheduler throttling. No breaking changes, security advisories, or API modifications are included.

Key changes (2)

  • Fixed ImageRef inconsistency in container status after CRI-O restart (repo@digest reverted to raw image ID hash)
  • Updated gomaxprocs hook to ignore workload partitioning during injection decisions, and set a floor of double the requested CPUs to reduce Go scheduler throttling