mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #2454 from dongluochen/bump-v1.2.5
Bump version to 1.2.5
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user