mirror of https://github.com/docker/docs.git
Merge pull request #2454 from dongluochen/bump-v1.2.5
Bump version to 1.2.5
This commit is contained in:
commit
27968edd8a
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,5 +1,21 @@
|
||||||
# Changelog
|
# 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)
|
## 1.2.4 (2016-07-28)
|
||||||
|
|
||||||
#### API
|
#### API
|
||||||
|
|
|
@ -2,7 +2,7 @@ package version
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// VERSION should be updated by hand at each release
|
// 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 will be overwritten automatically by the build system
|
||||||
GITCOMMIT = "HEAD"
|
GITCOMMIT = "HEAD"
|
||||||
|
|
Loading…
Reference in New Issue