diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 23:11:34 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 23:11:34 -0400 |
| commit | d49d2518979c7b985af8f00741f2a91bcd511024 (patch) | |
| tree | 9adefd40c6fa82e6f27e57c84817abd0c56b1577 /debian | |
| parent | b7d78e679ab94a93732f48f4446c1b55bf3dae32 (diff) | |
separate docker container type
Docker containers are now a separate data type, cannot be included in the
main host list, and are instead passed to Docker.docked. (API change)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 83958a16..155d5124 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,9 @@ propellor (1.0.0) UNRELEASED; urgency=medium * Avoid outputting color setting sequences when not run on a terminal. * Run remote propellor --spin with a controlling terminal. * Docker code simplified by using `docker exec`; needs docker 1.3.1. + * Docker containers are now a separate data type, cannot be included + in the main host list, and are instead passed to + Docker.docked. (API change) * Added support for using debootstrap from propellor. -- Joey Hess <id@joeyh.name> Mon, 10 Nov 2014 11:15:27 -0400 |
