Merge pull request #1660 from ehazlett/changelog-0.4

changelog updates for 0.4.0
This commit is contained in:
Evan Hazlett 2015-08-10 15:16:03 -04:00
commit 226dc8d15a
1 changed files with 19 additions and 0 deletions

View File

@ -1,6 +1,25 @@
Changelog
==========
# 0.4.0 (2015-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 verified
- 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