You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: release-notes/docker-swarm.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ toc_max: 2
24
24
- Fix network endpoints for rescheduling
25
25
- Give up leadership when manager shuts down
26
26
27
-
### Cluster Management
27
+
### Cluster management
28
28
29
29
- Remove dependency on IPv4 addresses
30
30
- Support event top, resize, commit and so on to avoid unnecessary refreshing
@@ -37,7 +37,7 @@ toc_max: 2
37
37
- Update go-zookeeper to fix a lock spin problem
38
38
- Migrate documentation to https://github.com/docker/docker.github.io/tree/master/swarm
39
39
- Update Swarm CI to use go 1.7.1
40
-
-support GOARCH to be able to build for other architectures
40
+
-Support GOARCH to be able to build for other architectures
41
41
- Send Swarm logs to stdout
42
42
43
43
## 1.2.5 (2016-08-18)
@@ -227,7 +227,7 @@ toc_max: 2
227
227
- Add support for container rescheduling on node failure. (experimental)
228
228
- Use failureCount as a secondary health indicator
229
229
- Add swarm container create retry option
230
-
-Fixed the way soft affinities and handled
230
+
-Fix the way soft affinities and handled
231
231
232
232
### API
233
233
@@ -241,7 +241,7 @@ toc_max: 2
241
241
- Require `--all` on docker ps to display containers on unhealthy nodes
242
242
- Retry on docker events EOF
243
243
244
-
### Node Management
244
+
### Node management
245
245
246
246
- Add a random delay to avoid synchronized registration at swarm join
247
247
- Use engine connection error to fail engine fast
@@ -286,7 +286,7 @@ toc_max: 2
286
286
- Fix memoryswappiness default value
287
287
- Enable profiling for HTTP in debug mode
288
288
289
-
### Node Update
289
+
### Node update
290
290
291
291
- Provide options on swarm node update frequency
292
292
@@ -321,7 +321,7 @@ toc_max: 2
321
321
322
322
- You can now use the docker volume plugin subsystem available with `docker volume`.
323
323
324
-
### Leader Election
324
+
### Leader election
325
325
326
326
- You can now specify the `--replication-ttl` flag to control how long it takes for Replicas to be notified of the Primary failure and take over the lead.
327
327
@@ -346,10 +346,10 @@ toc_max: 2
346
346
- Fix docker exec status code
347
347
- Fix docker pull status code
348
348
349
-
### Docker Engine Compatibility
349
+
### Docker Engine compatibility
350
350
351
351
- Improve docker info with docker client 1.7.x
352
-
- Add SystemTime, http_proxy, https_proxy and no_proxy to docker info
352
+
- Add SystemTime, http_proxy, https_proxy, and no_proxy to docker info
353
353
354
354
### Mesos integration
355
355
@@ -362,4 +362,4 @@ toc_max: 2
362
362
363
363
- Add doc on leader election / high availability of swarm manager
0 commit comments