Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit 27968ed

Browse files
authored
Merge pull request #2454 from dongluochen/bump-v1.2.5
Bump version to 1.2.5
2 parents dcaaa55 + 04114bb commit 27968ed

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.2.5 (2016-08-18)
4+
5+
#### Scheduler
6+
7+
- Fix container rescheduling with overlay network
8+
- Fix scheduler detail log improper effect when container name is empty
9+
- Check unique container name on create and rename for Mesos cluster
10+
11+
#### Health check
12+
13+
- Refresh container status on health_status events
14+
15+
#### Doc
16+
17+
- Fix install-w-machine.md using docker-machine --swarm feature
18+
319
## 1.2.4 (2016-07-28)
420

521
#### API

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// VERSION should be updated by hand at each release
5-
VERSION = "1.2.4"
5+
VERSION = "1.2.5"
66

77
// GITCOMMIT will be overwritten automatically by the build system
88
GITCOMMIT = "HEAD"

0 commit comments

Comments
 (0)