From 07ba784b1a154ff0bf663ec6d1c76f115185ece5 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Tue, 1 Aug 2017 16:57:34 -0700 Subject: [PATCH 1/2] Update changelog for 17.06.1-ce-rc3 Signed-off-by: Eli Uriegas Signed-off-by: Eli Uriegas --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920787b069..032ca66852 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,13 @@ be found. * Fix `docker wait` hanging if the container does not exist [#106](https://github.com/docker/docker-ce/pull/106) * 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) * Fix API version negotiation not working if the daemon returns an error [#115](https://github.com/docker/docker-ce/pull/115) +* Error if "until" filter is combined with "--volumes" on system prune [#154](https://github.com/docker/docker-ce/pull/154) ### Logging * Fix stderr logging for journald and syslog [#95](https://github.com/docker/docker-ce/pull/95) * Fix log readers can block writes indefinitely [#98](https://github.com/docker/docker-ce/pull/98) +* Fix awslogs driver repeating last event [#151](https://github.com/docker/docker-ce/pull/151) ### Networking @@ -46,6 +48,7 @@ be found. * Fix issue upon upgrade, preventing docker from showing running containers when `--live-restore` is enabled [#117](https://github.com/docker/docker-ce/pull/117) * 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) * Fix error handling with not-exist errors on remove [#142](https://github.com/docker/docker-ce/pull/142) +* Fix RestartPolicy default value [#156](https://github.com/docker/docker-ce/pull/156) ### Security @@ -55,6 +58,7 @@ be found. * Do not add duplicate platform information to service spec [#107](https://github.com/docker/docker-ce/pull/107) * Cluster update and memory issue fixes [#114](https://github.com/docker/docker-ce/pull/114) +* Changing get network request to return predefined network in swarm [#150](https://github.com/docker/docker-ce/pull/150) ## 17.06.0-ce (2017-06-19) From f2d521086167b2e72b9265773cb1b48fcab459fe Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Wed, 2 Aug 2017 09:29:52 -0700 Subject: [PATCH 2/2] update changelog Signed-off-by: Andrew Hsu --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 032ca66852..9d4590bbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ be found. * Fix `docker wait` hanging if the container does not exist [#106](https://github.com/docker/docker-ce/pull/106) * 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) * Fix API version negotiation not working if the daemon returns an error [#115](https://github.com/docker/docker-ce/pull/115) -* Error if "until" filter is combined with "--volumes" on system prune [#154](https://github.com/docker/docker-ce/pull/154) +* Print an error if "until" filter is combined with "--volumes" on system prune [#154](https://github.com/docker/docker-ce/pull/154) ### Logging @@ -48,7 +48,7 @@ be found. * Fix issue upon upgrade, preventing docker from showing running containers when `--live-restore` is enabled [#117](https://github.com/docker/docker-ce/pull/117) * 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) * Fix error handling with not-exist errors on remove [#142](https://github.com/docker/docker-ce/pull/142) -* Fix RestartPolicy default value [#156](https://github.com/docker/docker-ce/pull/156) +* Fix REST API Swagger representation cannot be loaded with SwaggerUI [#156](https://github.com/docker/docker-ce/pull/156) ### Security