CRI-O v1.18.1
The release notes have been generated for the commit range
v1.18.0…6d00f64 on Wed, 17 Jun 2020 20:39:11 UTC.
Downloads
Download the static release bundle via our Google Cloud Bucket:
crio-6d00f6462.tar.gz
Changes by Kind
Feature
- Add –version-file-persist, a place to put the version file in persistent storage. Now, crio wipe wipes containers if –version-file is not present (presumably it is on temporary storage), and wipes images if both –version-file and –version-file-persist are out of date (presumably there has been an upgrade of cri-o’s minor version (#3647, @haircommander)
- Containers running
init
or systemd
are now given a new selinux label container_init_t
, giving it selinux privileges more appropriate for the workload (#3765, @umohnani8)
Other (Bug, Cleanup or Flake)
- Fix linkmode retrieval on
crio version
for static binaries (#3734, @saschagrunert)
- Crio –version output compatibility with previous versions restored (#3871, @afbjorklund)
- Fix a bug where CRI-O could not start a container if CONFIG_CGROUP_HUGETLB was not set in the kernel (#3721, @haircommander)
- Fixed bug where Pod creation would fail if Uid was not specified in Metadata of sandbox config passed in a run pod sandbox request (#3829, @haircommander)
- Make StringSliceTrySplit return a copy of the underlying slice as otherwise the underlying flags in the ctx might be overriden, which can cause issue when the config is reloaded (GetConfigFromContext() is called more than once). (#3880, @rhafer)
Other Changes