Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rodnymolina committed Nov 12, 2019
1 parent ae21d32 commit 61ab8f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 61ab8f4

Please sign in to comment.