diff --git a/CHANGELOG.md b/CHANGELOG.md index b975a3a..83861b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.1.2] - 2019-11-11 +### Added + * Created Sysbox Quick Start Guide document (with several examples on how to use system containers). + * Added support for running Systemd in a system container. + * Added support for the Ubuntu shiftfs filesytem (replaces the Nestybox shiftfs). + * Using `docker build` to create a system container image that includes inner container images. + * Using `docker commit` to create a system container image that includes inner container images. + * Added support for mounts over a system container's `/var/lib/docker` (for persistency of inner container images). + * Made multiple improvements to the Sysbox User's Guide and Design Guide docs. + * Rebranded 'sysboxd' to 'sysbox'. +### Removed + * Deprecated Nestybox shiftfs module. + ## [0.1.1] - 2019-09-04 ### Added * Extend installer support to latest Ubuntu kernel (5.0.0-27).