CRI-O v1.21.4
The release notes have been generated for the commit range
v1.21.3…030755e on Tue, 01 Mar 2022 15:32:22 UTC.
Downloads
Download one of our static release bundles via our Google Cloud Bucket:
Changelog since v1.21.3
Changes by Kind
Feature
- Add functionality to use taskset to spawn new commands cri-o runs. Now, if InfraCtrCPUSet is called, all newly spawned commands will be placed in the InfraCtrCPUSet (as it’s expected to be set to the reserved CPU set that system commands should run on). (#5557, @haircommander)
- Add support for “io.kubernetes.cri-o.TrySkipVolumeSELinuxLabel” annotation, which tells CRI-O to skip relabeling volumes if the top level is already correctly labeled
Skip SELinux volume relabeling for super privileged containers (
securityContext.seLinuxOptions.type = "spc_t"
). (#5406, @haircommander)
Bug or Regression
- Fix a bug where a pod given a host IPC or network namespace could configure sysctls on the host (#5686, @haircommander)
Uncategorized
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.