CRI-O v1.20.2
The release notes have been generated for the commit range
v1.20.1...d5a999a on Wed, 24 Mar 2021 02:34:32 UTC.
Note: This version has a fix for CVE-2021-20291, which v1.20.0 and v1.20.1 were vulnerable to. Please upgrade to get this fix.
Downloads
Download one of our static release bundles via our Google Cloud Bucket:
- cri-o.amd64.d5a999ad0a35d895ded554e1e18c142075501a98.tar.gz
- cri-o.arm64.d5a999ad0a35d895ded554e1e18c142075501a98.tar.gz
Changelog since v1.20.1
Changes by Kind
Bug or Regression
- Fix running privileged containers causing the
unknown capability "CAP_PERFMON"
error (#4659, @saschagrunert) - When using high performance hooks, CRI-O now restarts the irqbalance service after updating the irqbalance config file. rather than calling
irqbalance --oneshot
. A new config valueirqbalance_config_file
has been introduced to configure the file to update withIRQBALANCE_BANNED_CPUS
settings. The default of this config value is/etc/sysconfig/irqbalance
, but must be set to/etc/default/irqbalance
for Ubuntu-like distributions. (#4656, @jianzzha)
Dependencies
Added
Nothing has changed.
Changed
- github.com/containers/storage: v1.24.5 → e00c943
- github.com/syndtr/gocapability: 42c35b4 → d983527
- github.com/ulikunitz/xz: v0.5.9 → v0.5.10
Removed
Nothing has changed.