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

Bump version to 1.2.5 #2454

Merged
merged 1 commit into from
Aug 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down