From 459915c57c302e4114739bca30fbd5517b187973 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Mon, 10 Aug 2015 09:52:46 -0400 Subject: [PATCH 1/2] changelog updates for 0.4.0 Signed-off-by: Evan Hazlett --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f99fd834..d67c31e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ Changelog ========== +# 0.4.0 (2014-08-11) + +## Updates +- HTTP Proxy support for Docker Engine +- RedHat distros now use Docker Yum repositories +- Ability to set environment variables in the Docker Engine +- Internal libmachine updates for stability + +## Drivers +- Google: + - Preemptiple instances + - Static IP support + +## Fixes +- Swarm Discovery Flag is verifed +- Timeout added to `ls` command to prevent hangups +- SSH command failure now reports information about error +- Configuration migration updates + # 0.3.0 (2015-06-18) ## Features From c5f0cfa041c1d71cf49572e80bbb662a769c4200 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Mon, 10 Aug 2015 13:44:07 -0400 Subject: [PATCH 2/2] do not time travel and learn to spell Signed-off-by: Evan Hazlett --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67c31e8..fb1af6c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========== -# 0.4.0 (2014-08-11) +# 0.4.0 (2015-08-11) ## Updates - HTTP Proxy support for Docker Engine @@ -15,7 +15,7 @@ Changelog - Static IP support ## Fixes -- Swarm Discovery Flag is verifed +- Swarm Discovery Flag is verified - Timeout added to `ls` command to prevent hangups - SSH command failure now reports information about error - Configuration migration updates