CRI-O v1.18.2
The release notes have been generated for the commit range
v1.18.1…33551c9 on Thu, 16 Jul 2020 10:57:39 UTC.
Downloads
Download the static release bundle via our Google Cloud Bucket:
crio-33551c943.tar.gz
Changes by Kind
Feature
- 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)
- Crio –version output compatibility with previous versions restored (#3871, @afbjorklund)
- 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)
- Fixed bug where pod names would sometimes leak on creation, causing the kubelet to fail to recreate (#3950, @haircommander)
- If conmon is v2.0.19 or greater, ExecSync requests will not double fork, causing systemd to have fewer conmons re-parented to it (#3912, @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