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
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,13 @@ be found.
20
20
* Fix `docker wait` hanging if the container does not exist [#106](https://github.com/docker/docker-ce/pull/106)
21
21
* If `docker swarm ca` is called without the `--rotate` flag, warn if other flags are passed [#110](https://github.com/docker/docker-ce/pull/110)
22
22
* Fix API version negotiation not working if the daemon returns an error [#115](https://github.com/docker/docker-ce/pull/115)
23
+
* Print an error if "until" filter is combined with "--volumes" on system prune [#154](https://github.com/docker/docker-ce/pull/154)
23
24
24
25
### Logging
25
26
26
27
* Fix stderr logging for journald and syslog [#95](https://github.com/docker/docker-ce/pull/95)
27
28
* Fix log readers can block writes indefinitely [#98](https://github.com/docker/docker-ce/pull/98)
29
+
* Fix awslogs driver repeating last event [#151](https://github.com/docker/docker-ce/pull/151)
28
30
29
31
### Networking
30
32
@@ -46,6 +48,7 @@ be found.
46
48
* Fix issue upon upgrade, preventing docker from showing running containers when `--live-restore` is enabled [#117](https://github.com/docker/docker-ce/pull/117)
47
49
* Fix bug where services using secrets would fail to start on daemons using the `userns-remap` feature [#121](https://github.com/docker/docker-ce/pull/121)
48
50
* Fix error handling with not-exist errors on remove [#142](https://github.com/docker/docker-ce/pull/142)
51
+
* Fix REST API Swagger representation cannot be loaded with SwaggerUI [#156](https://github.com/docker/docker-ce/pull/156)
49
52
50
53
### Security
51
54
@@ -55,6 +58,7 @@ be found.
55
58
56
59
* Do not add duplicate platform information to service spec [#107](https://github.com/docker/docker-ce/pull/107)
57
60
* Cluster update and memory issue fixes [#114](https://github.com/docker/docker-ce/pull/114)
61
+
* Changing get network request to return predefined network in swarm [#150](https://github.com/docker/docker-ce/pull/150)
0 commit comments