Merge pull request #2426 from nishanttotla/bump-v1.2.4-rc2

Bump version to v1.2.4-rc2
This commit is contained in:
Nishant Totla 2016-07-20 13:09:26 -07:00 committed by GitHub
commit 76b6754cc6
1 changed files with 30 additions and 1 deletions

View File

@ -1,14 +1,43 @@
# Changelog
## 1.2.4 (2016-06-14)
## 1.2.4 (2016-07-20)
#### API
- New client interface in Swarm, to differentiate from Swarm mode in Docker 1.12
- Update minimum Docker Engine version supported by Swarm to 1.8
- Additional error handling
- Code refactoring
#### Networking
- Fix concurrent map writes race condition
- Refresh single network when network event is emitted (performance improvement)
- Avoid network refresh when creating container (performance improvement)
#### Volumes
- Refresh single volume when volume event is emitted (performance improvement)
- Avoid volume refresh when creating container (performance improvement)
#### Events
- Support daemon events for Swarm
#### Test
- Fix leader election tests
- Fix rescheduling test
#### Mesos
- Fix double locking issue
#### Misc
- Handle systime difference between Swarm and Engines
- Add healthcheck information to CLI
- Fix `engine_reconnect` issue that led to reconnected engine being treated as new
## 1.2.3 (2016-05-25)