Bump version to 1.2.5

Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
Dong Chen 2016-08-18 15:39:35 -07:00
parent dcaaa5570a
commit 04114bb5b5
2 changed files with 17 additions and 1 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## 1.2.5 (2016-08-18)
#### Scheduler
- Fix container rescheduling with overlay network
- Fix scheduler detail log improper effect when container name is empty
- Check unique container name on create and rename for Mesos cluster
#### Health check
- Refresh container status on health_status events
#### Doc
- Fix install-w-machine.md using docker-machine --swarm feature
## 1.2.4 (2016-07-28)
#### API

View File

@ -2,7 +2,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "1.2.4"
VERSION = "1.2.5"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"