From 351658d26e75b36ac6c83c7354f459247e6dd861 Mon Sep 17 00:00:00 2001 From: Derek Gonyeo Date: Mon, 8 Aug 2016 10:37:09 -0700 Subject: [PATCH] release: v0.4.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cadd1f2..ef09e53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v0.4.0 + +appc spec version: v0.8.5 + +This release includes a handful of new features, improvements, and bug fixes. + +- stdin is now attached during run commands +- godeps has been replaced with glide +- a fix to allow the systemd-nspawn engine to work with systemd >= 230 +- better arm support +- a new script mode, so acbuild can run scripts written in a special DSL +- fixed proxy support +- fixed isolator commands +- added a chroot engine for the run command, so systemd-nspawn isn't needed + ## v0.3.1 appc spec version: v0.8.4