mirror of https://github.com/docker/docs.git
Bump version to 1.2.5
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
This commit is contained in:
parent
dcaaa5570a
commit
04114bb5b5
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue