From 18916755597852799e21eea25e58ccc559f6916f Mon Sep 17 00:00:00 2001 From: Kenfe-Mickael Laventure Date: Tue, 13 Jun 2017 07:13:01 -0700 Subject: [PATCH 1/2] Update changelog for 17.06.0-ce GA Signed-off-by: Kenfe-Mickael Laventure --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba4b2fcdc4..929c788d3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ be found. ### Distribution * Select digest over tag when both are provided during a pull [#33214](https://github.com/moby/moby/pull/33214) +* Disable legacy registry (v1) by default [#33629](https://github.com/moby/moby/pull/33629) ### Logging From 7219fddea474dfe40328dbe513ee04f889917cc6 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 19 Jun 2017 15:21:45 -0700 Subject: [PATCH 2/2] add missing prs Signed-off-by: Victor Vieux --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929c788d3e4..b00aa345de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ be found. ## 17.06.0-ce (2017-06-19) +**NOTE**: Docker 17.06 by default disables communication with legacy (v1) registries. If you +require interaction with registries that have not yet migrated to the v2 protocol, set the +`--disable-legacy-registry=false` daemon option. Interaction with v1 registries will be removed +in Docker 17.12. + ### Builder + Add `--iidfile` option to docker build. It allows specifying a location where to save the resulting image ID @@ -29,11 +34,11 @@ be found. - Correctly handle a Docker daemon without registry info [#docker/cli/126](https://github.com/docker/cli/pull/126) + Allow --detach and --quiet flags when using --rollback [#docker/cli/144](https://github.com/docker/cli/pull/144) + Remove deprecated `--email` flag from `docker login` [#docker/cli/143](https://github.com/docker/cli/pull/143) +* Adjusted `docker stats` memory output [#docker/cli/80](https://github.com/docker/cli/pull/80) ### Distribution * Select digest over tag when both are provided during a pull [#33214](https://github.com/moby/moby/pull/33214) -* Disable legacy registry (v1) by default [#33629](https://github.com/moby/moby/pull/33629) ### Logging @@ -45,6 +50,7 @@ be found. + Add Support swarm-mode services with node-local networks such as macvlan, ipvlan, bridge, host [#32981](https://github.com/moby/moby/pull/32981) + Pass driver-options to network drivers on service creation [#32981] (https://github.com/moby/moby/pull/33130) + Isolate Swarm Control-plane traffic from Application data traffic using --data-path-addr [#32717] (https://github.com/moby/moby/pull/32717) +* Several improvments to Service Discovery [#docker/libnetwork/1796](https://github.com/docker/libnetwork/pull/1796) ### Packaging @@ -90,6 +96,11 @@ be found. - Fix possible hang when joining fails [#docker-ce/19](https://github.com/docker/docker-ce/pull/19) - Fix an issue preventing external CA to be accepted [#33341](https://github.com/moby/moby/pull/33341) - Fix possible orchestration panic in mixed version clusters [#swarmkit/2233](https://github.com/docker/swarmkit/pull/2233) +- Avoid assigning duplicate IPs during initialization [#swarmkit/2237](https://github.com/docker/swarmkit/pull/2237) + +### Deprecation + +* Disable legacy registry (v1) by default [#33629](https://github.com/moby/moby/pull/33629) ## 17.05.0-ce (2017-05-04)