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

Commit 76b6754

Browse files
authored
Merge pull request #2426 from nishanttotla/bump-v1.2.4-rc2
Bump version to v1.2.4-rc2
2 parents b719336 + 5356356 commit 76b6754

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,43 @@
11
# Changelog
22

3-
## 1.2.4 (2016-06-14)
3+
## 1.2.4 (2016-07-20)
44

55
#### API
66

7+
- New client interface in Swarm, to differentiate from Swarm mode in Docker 1.12
8+
- Update minimum Docker Engine version supported by Swarm to 1.8
9+
- Additional error handling
710
- Code refactoring
811

12+
#### Networking
13+
14+
- Fix concurrent map writes race condition
15+
- Refresh single network when network event is emitted (performance improvement)
16+
- Avoid network refresh when creating container (performance improvement)
17+
18+
#### Volumes
19+
20+
- Refresh single volume when volume event is emitted (performance improvement)
21+
- Avoid volume refresh when creating container (performance improvement)
22+
23+
#### Events
24+
25+
- Support daemon events for Swarm
26+
927
#### Test
1028

1129
- Fix leader election tests
30+
- Fix rescheduling test
31+
32+
#### Mesos
33+
34+
- Fix double locking issue
35+
36+
#### Misc
37+
38+
- Handle systime difference between Swarm and Engines
39+
- Add healthcheck information to CLI
40+
- Fix `engine_reconnect` issue that led to reconnected engine being treated as new
1241

1342
## 1.2.3 (2016-05-25)
1443

0 commit comments

Comments
 (0)