CRI-O v1.21.8
The release notes have been generated for the commit range
v1.21.7…c6f2f1e on Tue, 17 Jan 2023 16:06:03 UTC.
Downloads
Download one of our static release bundles via our Google Cloud Bucket:
Changelog since v1.21.7
Changes by Kind
Feature
- CRI-O now logs the stage of container or pod creation under system load. This allows users to find why their creation requests are stalling. (#6346, @haircommander)
Bug or Regression
- Fix a bug where ExecSync requests (exec probes) could use an arbitrary amount of memory and disk. Output from ExecSync requests is now limited to 16MB (the amount that exec output was limited to in the dockershim). Disk limiting requires conmon 2.1.2 to work. See https://github.com/cri-o/cri-o/security/advisories/GHSA-fcm2-6c3h-pg6j and CVE-2022-1708 for more information. (#5950, @haircommander)
- Fixed bug to restore
/var/lib/containers/storage/overlay/backingFsBlockDev
on XFS file systems. (#6424, @saschagrunert)
Uncategorized
Dependencies
Added
Nothing has changed.
Changed
Removed
- github.com/checkpoint-restore/go-criu/v4: v4.1.0