From 71bb1e8c444309c53c55d07e7b52dcac0f77d66e Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 27 Sep 2017 17:27:15 -0700 Subject: [PATCH 1/3] add 17.10 changelog Signed-off-by: Victor Vieux --- CHANGELOG | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000000..e6001089fa --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,49 @@ +# Changelog + +Items starting with `DEPRECATE` are important deprecation notices. For more +information on the list of deprecated flags and APIs please have a look at +https://docs.docker.com/engine/deprecated/ where target removal dates can also +be found. + +## 17.10.0-ce (2017-10-DD) + +IMPORTANT: Starting with this release, `docker service create` and `docker service update` +use non-detached move as default, use `--detach=true` to keep the old behaviour. + +### Builder + +* Reset uid/gid to 0 in uploaded build context to share build cache with other clients [docker/cli#513](https://github.com/docker/cli/pull/513) ++ Add support for `ADD` urls without any sub path [moby/moby#34217](https://github.com/moby/moby/pull/34217) + +### Client + +* Move output of `docker stack rm` to stdout [docker/cli#491](https://github.com/docker/cli/pull/491) +* Use natural sort secrets and configs in cli [docker/cli#307](https://github.com/docker/cli/pull/307) +* Use non-detached mode as default for `docker service` commands [docker/cli#525](https://github.com/docker/cli/pull/525) +* Set APIVersion on the client, even when Ping fails [docker/cli#546](https://github.com/docker/cli/pull/546) +- Fix loader error with different build syntax in `docker stack deploy` [docker/cli#544](https://github.com/docker/cli/pull/544) +* Change the default output format for `docker container stats` to show `CONTAINER ID` and `NAME` [docker/cli#565](https://github.com/docker/cli/pull/565) ++ Add `--no-trunc` flag to `docker container stats` [docker/cli#565](https://github.com/docker/cli/pull/565) ++ Add experimental `docker trust`: `view`, `revoke`, `sign` subcommands [docker/cli#472](https://github.com/docker/cli/pull/472) + +### Networking + +* Enabling ILB/ELB on windows using per-node, per-network LB endpoint. [moby/moby#34674](https://github.com/moby/moby/pull/34674) + +### Runtime + +* LCOW: Add UVM debugability by grabbing logs before tear-down [moby/moby#34846](https://github.com/moby/moby/pull/34846) +* LCOW: Prepare work for bind mounts [moby/moby#34258](https://github.com/moby/moby/pull/34258) +* LCOW: Support for docker cp, ADD/COPY on build [moby/moby#34252](https://github.com/moby/moby/pull/34252) +* LCOW: VHDX boot to readonly. [moby/moby#34754](https://github.com/moby/moby/pull/34754) +* Volume: evaluate symlinks before relabeling mount source [moby/moby#34792](https://github.com/moby/moby/pull/34792) +- Fixing ‘docker cp’ to allow new target file name in a host symlinked directory [moby/moby#31993](https://github.com/moby/moby/pull/31993) + +### Swarm Mode + +* Produce an error if `docker swarm init --force-new-cluster` is executed on worker nodes [moby/moby#34881](https://github.com/moby/moby/pull/34881) ++ Add support for `.Node.Hostname` templating in swarm services [moby/moby#34686](https://github.com/moby/moby/pull/34686) + +### Deprecation + +* Remove deprecated `--enable-api-cors` flag [moby/moby#34821](https://github.com/moby/moby/pull/34821) From db0a220cda6f6203e5ecd7d3f51778891b38a698 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Fri, 29 Sep 2017 15:46:26 -0700 Subject: [PATCH 2/3] update punctuation and spacing Signed-off-by: Andrew Hsu --- CHANGELOG | 49 ------------------------------------------------- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 50 deletions(-) delete mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index e6001089fa..0000000000 --- a/CHANGELOG +++ /dev/null @@ -1,49 +0,0 @@ -# Changelog - -Items starting with `DEPRECATE` are important deprecation notices. For more -information on the list of deprecated flags and APIs please have a look at -https://docs.docker.com/engine/deprecated/ where target removal dates can also -be found. - -## 17.10.0-ce (2017-10-DD) - -IMPORTANT: Starting with this release, `docker service create` and `docker service update` -use non-detached move as default, use `--detach=true` to keep the old behaviour. - -### Builder - -* Reset uid/gid to 0 in uploaded build context to share build cache with other clients [docker/cli#513](https://github.com/docker/cli/pull/513) -+ Add support for `ADD` urls without any sub path [moby/moby#34217](https://github.com/moby/moby/pull/34217) - -### Client - -* Move output of `docker stack rm` to stdout [docker/cli#491](https://github.com/docker/cli/pull/491) -* Use natural sort secrets and configs in cli [docker/cli#307](https://github.com/docker/cli/pull/307) -* Use non-detached mode as default for `docker service` commands [docker/cli#525](https://github.com/docker/cli/pull/525) -* Set APIVersion on the client, even when Ping fails [docker/cli#546](https://github.com/docker/cli/pull/546) -- Fix loader error with different build syntax in `docker stack deploy` [docker/cli#544](https://github.com/docker/cli/pull/544) -* Change the default output format for `docker container stats` to show `CONTAINER ID` and `NAME` [docker/cli#565](https://github.com/docker/cli/pull/565) -+ Add `--no-trunc` flag to `docker container stats` [docker/cli#565](https://github.com/docker/cli/pull/565) -+ Add experimental `docker trust`: `view`, `revoke`, `sign` subcommands [docker/cli#472](https://github.com/docker/cli/pull/472) - -### Networking - -* Enabling ILB/ELB on windows using per-node, per-network LB endpoint. [moby/moby#34674](https://github.com/moby/moby/pull/34674) - -### Runtime - -* LCOW: Add UVM debugability by grabbing logs before tear-down [moby/moby#34846](https://github.com/moby/moby/pull/34846) -* LCOW: Prepare work for bind mounts [moby/moby#34258](https://github.com/moby/moby/pull/34258) -* LCOW: Support for docker cp, ADD/COPY on build [moby/moby#34252](https://github.com/moby/moby/pull/34252) -* LCOW: VHDX boot to readonly. [moby/moby#34754](https://github.com/moby/moby/pull/34754) -* Volume: evaluate symlinks before relabeling mount source [moby/moby#34792](https://github.com/moby/moby/pull/34792) -- Fixing ‘docker cp’ to allow new target file name in a host symlinked directory [moby/moby#31993](https://github.com/moby/moby/pull/31993) - -### Swarm Mode - -* Produce an error if `docker swarm init --force-new-cluster` is executed on worker nodes [moby/moby#34881](https://github.com/moby/moby/pull/34881) -+ Add support for `.Node.Hostname` templating in swarm services [moby/moby#34686](https://github.com/moby/moby/pull/34686) - -### Deprecation - -* Remove deprecated `--enable-api-cors` flag [moby/moby#34821](https://github.com/moby/moby/pull/34821) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf6b499d9..c1d461b253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,45 @@ information on the list of deprecated flags and APIs please have a look at https://docs.docker.com/engine/deprecated/ where target removal dates can also be found. -## 17.09.0-ce (2017-09-DD) +## 17.10.0-ce (2017-10-DD) + +IMPORTANT: Starting with this release, `docker service create` and `docker service update` +use non-detached move as default, use `--detach=true` to keep the old behaviour. + +### Builder + +* Reset uid/gid to 0 in uploaded build context to share build cache with other clients [docker/cli#513](https://github.com/docker/cli/pull/513) ++ Add support for `ADD` urls without any sub path [moby/moby#34217](https://github.com/moby/moby/pull/34217) + +### Client + +* Move output of `docker stack rm` to stdout [docker/cli#491](https://github.com/docker/cli/pull/491) +* Use natural sort secrets and configs in cli [docker/cli#307](https://github.com/docker/cli/pull/307) +* Use non-detached mode as default for `docker service` commands [docker/cli#525](https://github.com/docker/cli/pull/525) +* Set APIVersion on the client, even when Ping fails [docker/cli#546](https://github.com/docker/cli/pull/546) +- Fix loader error with different build syntax in `docker stack deploy` [docker/cli#544](https://github.com/docker/cli/pull/544) +* Change the default output format for `docker container stats` to show `CONTAINER ID` and `NAME` [docker/cli#565](https://github.com/docker/cli/pull/565) ++ Add `--no-trunc` flag to `docker container stats` [docker/cli#565](https://github.com/docker/cli/pull/565) ++ Add experimental `docker trust`: `view`, `revoke`, `sign` subcommands [docker/cli#472](https://github.com/docker/cli/pull/472) + +### Networking + +* Enabling ILB/ELB on windows using per-node, per-network LB endpoint [moby/moby#34674](https://github.com/moby/moby/pull/34674) + +### Runtime + +* LCOW: Add UVM debugability by grabbing logs before tear-down [moby/moby#34846](https://github.com/moby/moby/pull/34846) +* LCOW: Prepare work for bind mounts [moby/moby#34258](https://github.com/moby/moby/pull/34258) +* LCOW: Support for docker cp, ADD/COPY on build [moby/moby#34252](https://github.com/moby/moby/pull/34252) +* LCOW: VHDX boot to readonly [moby/moby#34754](https://github.com/moby/moby/pull/34754) +* Volume: evaluate symlinks before relabeling mount source [moby/moby#34792](https://github.com/moby/moby/pull/34792) +- Fixing ‘docker cp’ to allow new target file name in a host symlinked directory [moby/moby#31993](https://github.com/moby/moby/pull/31993) + +### Swarm Mode + +* Produce an error if `docker swarm init --force-new-cluster` is executed on worker nodes [moby/moby#34881](https://github.com/moby/moby/pull/34881) ++ Add support for `.Node.Hostname` templating in swarm services [moby/moby#34686](https://github.com/moby/moby/pull/34686) + +### Deprecation + +* Remove deprecated `--enable-api-cors` flag [moby/moby#34821](https://github.com/moby/moby/pull/34821) From 079f5eb5e52140cbd97cd281e746d5dc5b2ba636 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Fri, 29 Sep 2017 15:56:26 -0700 Subject: [PATCH 3/3] removed deprecation line Signed-off-by: Andrew Hsu --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1d461b253..738d0e5b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,3 @@ use non-detached move as default, use `--detach=true` to keep the old behaviour. * Produce an error if `docker swarm init --force-new-cluster` is executed on worker nodes [moby/moby#34881](https://github.com/moby/moby/pull/34881) + Add support for `.Node.Hostname` templating in swarm services [moby/moby#34686](https://github.com/moby/moby/pull/34686) - -### Deprecation - -* Remove deprecated `--enable-api-cors` flag [moby/moby#34821](https://github.com/moby/moby/pull/34821)