From 6383d8c38893c160382eb9bf69e0315c5e87269e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2014 16:48:14 -0400 Subject: propellor spin --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 916b9b3b..98cbee18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +propellor (0.6.0) UNRELEASED; urgency=medium + + * Docker containers now propigate DNS attributes out to the host they're + docked in. So if a docker container sets a DNS alias, every container + it's docked in will automatically become part of a round-robin DNS, + if propellor is used to manage DNS for the domain. + + -- Joey Hess Sat, 31 May 2014 16:41:56 -0400 + propellor (0.5.3) unstable; urgency=medium * Fix unattended-upgrades config for !stable. -- cgit v1.2.3 From 84eb0500850138ad0145e453e2ce4204f2fc7afd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2014 18:44:49 -0400 Subject: Propellor's output now includes the hostname being provisioned, or when provisioning a docker container, the container name. --- debian/changelog | 2 ++ doc/todo/docker_todo_list.mdwn | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 98cbee18..695ea3fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ propellor (0.6.0) UNRELEASED; urgency=medium docked in. So if a docker container sets a DNS alias, every container it's docked in will automatically become part of a round-robin DNS, if propellor is used to manage DNS for the domain. + * Propellor's output now includes the hostname being provisioned, or + when provisioning a docker container, the container name. -- Joey Hess Sat, 31 May 2014 16:41:56 -0400 diff --git a/doc/todo/docker_todo_list.mdwn b/doc/todo/docker_todo_list.mdwn index 2bf095f1..1321445d 100644 --- a/doc/todo/docker_todo_list.mdwn +++ b/doc/todo/docker_todo_list.mdwn @@ -1,6 +1,3 @@ -* Display of docker container properties is a bit wonky. It always - says they are unchanged even when they changed and triggered a - reprovision. * There is no way for a property of a docker container to require some property be met outside the container. For example, some servers need ntp installed for a good date source. -- cgit v1.2.3