v1.29.0
This release contains a number of bugfixes, new features like the ability to share the host IPC namespace, dependency updates, and build system improvements.
Bugfixes
- app/add: Use the image name as a default name for app (#3802). Make the
--nameflag optional like stated in the help message. - stage1/init: activate systemd-journal-flush.service (#3807). It's needed to make systemd-journald write to /var/log/journal instead of /run/log/journal.
- stage0/gc: try to avoid double overlay mounts (#3806). Before Linux 4.13, it used to be possible to perform double overlayfs mounts and now it's not, handle this case.