Add some ommissions to CHANGELOG and update some swarm commands
| ... | ... |
@@ -28,6 +28,7 @@ be found. |
| 28 | 28 |
+ Add `--max-concurrent-downloads` and `--max-concurrent-uploads` daemon flags useful for situations where network connections don't support multiple downloads/uploads [#22445](https://github.com/docker/docker/pull/22445) |
| 29 | 29 |
* Registry operations now honor the `ALL_PROXY` environment variable [#22316](https://github.com/docker/docker/pull/22316) |
| 30 | 30 |
* Provide more information to the user on `docker load` [#23377](https://github.com/docker/docker/pull/23377) |
| 31 |
+* Always save registry digest metadata about images pushed and pulled [#23996](https://github.com/docker/docker/pull/23996) |
|
| 31 | 32 |
|
| 32 | 33 |
### Logging |
| 33 | 34 |
|
| ... | ... |
@@ -41,6 +42,7 @@ be found. |
| 41 | 41 |
### Networking |
| 42 | 42 |
|
| 43 | 43 |
+ Built-in Virtual-IP based internal and ingress load-balancing using IPVS [#23361](https://github.com/docker/docker/pull/23361) |
| 44 |
++ Routing Mesh using ingress overlay network [#23361](https://github.com/docker/docker/pull/23361) |
|
| 44 | 45 |
+ Secured multi-host overlay networking using encrypted control-plane and Data-plane [#23361](https://github.com/docker/docker/pull/23361) |
| 45 | 46 |
+ MacVlan driver is out of experimental [#23524](https://github.com/docker/docker/pull/23524) |
| 46 | 47 |
+ Add `driver` filter to `network ls` [#22319](https://github.com/docker/docker/pull/22319) |
| ... | ... |
@@ -72,6 +74,7 @@ be found. |
| 72 | 72 |
- Fix API/CLI discrepancy on hostname validation [#21641](https://github.com/docker/docker/pull/21641) |
| 73 | 73 |
- Fix discrepancy in the format of sizes in `stats` from HumanSize to BytesSize [#21773](https://github.com/docker/docker/pull/21773) |
| 74 | 74 |
- authz: when request is denied return forbbiden exit code (403) [#22448](https://github.com/docker/docker/pull/22448) |
| 75 |
+- Windows: fix tty-related displaying issues [#23878](https://github.com/docker/docker/pull/23878) |
|
| 75 | 76 |
|
| 76 | 77 |
### Runtime |
| 77 | 78 |
|
| ... | ... |
@@ -89,6 +92,7 @@ be found. |
| 89 | 89 |
+ Add a `detach` event [#22898](https://github.com/docker/docker/pull/22898) |
| 90 | 90 |
+ Add support for setting sysctls with `--sysctl` [#19265](https://github.com/docker/docker/pull/19265) |
| 91 | 91 |
+ Add `--storage-opt` flag to `create` and `run` allowing to set `size` on devicemapper [#19367](https://github.com/docker/docker/pull/19367) |
| 92 |
++ Add `--oom-score-adjust` daemon flag with a default value of `-500` making the daemon less likely to be killed before containers [#24516](https://github.com/docker/docker/pull/24516) |
|
| 92 | 93 |
* Undeprecate the `-c` short alias of `--cpu-shares` on `run`, `build`, `create`, `update` [#22621](https://github.com/docker/docker/pull/22621) |
| 93 | 94 |
* Prevent from using aufs and overlay graphdrivers on an eCryptfs mount [#23121](https://github.com/docker/docker/pull/23121) |
| 94 | 95 |
- Fix issues with tmpfs mount ordering [#22329](https://github.com/docker/docker/pull/22329) |
| ... | ... |
@@ -107,10 +111,10 @@ be found. |
| 107 | 107 |
|
| 108 | 108 |
### Swarm Mode |
| 109 | 109 |
|
| 110 |
-+ New `swarm` command to manage swarms with `init`, `join`, `leave`, `update` subcommands [#23361](https://github.com/docker/docker/pull/23361) |
|
| 111 |
-+ New `service` command to manage swarm-wide services with `create`, `inspect`, `update`, `remove`, `tasks` subcommands [#23361](https://github.com/docker/docker/pull/23361) |
|
| 112 |
-+ New `node` command to manage nodes with `accept`, `promote`, `demote`, `inspect`, `update`, `tasks`, `ls` and `rm` subcommands [#23361](https://github.com/docker/docker/pull/23361) |
|
| 113 |
-+ (experimental) New `stack` and `deploy` commands to manage and deploy multi-service applications [#23522](https://github.com/docker/docker/pull/23522) |
|
| 110 |
++ New `swarm` command to manage swarms with `init`, `join`, `join-token`, `leave`, `update` subcommands [#23361](https://github.com/docker/docker/pull/23361) [#24823](https://github.com/docker/docker/pull/24823) |
|
| 111 |
++ New `service` command to manage swarm-wide services with `create`, `inspect`, `update`, `rm`, `ps` subcommands [#23361](https://github.com/docker/docker/pull/23361) [#25140](https://github.com/docker/docker/pull/25140) |
|
| 112 |
++ New `node` command to manage nodes with `accept`, `promote`, `demote`, `inspect`, `update`, `ps`, `ls` and `rm` subcommands [#23361](https://github.com/docker/docker/pull/23361) [#25140](https://github.com/docker/docker/pull/25140) |
|
| 113 |
++ (experimental) New `stack` and `deploy` commands to manage and deploy multi-service applications [#23522](https://github.com/docker/docker/pull/23522) [#25140](https://github.com/docker/docker/pull/25140) |
|
| 114 | 114 |
|
| 115 | 115 |
### Volume |
| 116 | 116 |
|