From 35795c509be13e7a936433fadaf16df7e0d439f2 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 24 Jul 2017 11:04:24 -0700 Subject: [PATCH] improve changelog thanks to @thaJeztah Signed-off-by: Victor Vieux --- CHANGELOG.md | 60 +++++++++++----------------------------------------- 1 file changed, 12 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3e21f91bf..7d8aaf69ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,77 +9,41 @@ be found. ### API & Client -* Api: Update swagger.yaml for configs [moby/moby#34172](https://github.com/moby/moby/pull/34172) * Enable pprof/debug endpoints by default [moby/moby#32453](https://github.com/moby/moby/pull/32453) -* Unexport subcommands [docker/cli#350](https://github.com/docker/cli/pull/350) - Fix filters displaying for docker search [docker/cli#331](https://github.com/docker/cli/pull/331) -* Password stdin [docker/cli#271](https://github.com/docker/cli/pull/271) -* Don't attempt to remove unsupported resources on older daemon [docker/cli#277](https://github.com/docker/cli/pull/277) -* Return an empty stats if "container not found" [moby/moby#34004](https://github.com/moby/moby/pull/34004) -+ Add cluster events details in swagger.yml [moby/moby#34035](https://github.com/moby/moby/pull/34035) -* Matching events using ID and name [moby/moby#33377](https://github.com/moby/moby/pull/33377) -- Fix stack output stream [docker/cli#298](https://github.com/docker/cli/pull/298) -* Progress: Show task error in place of progress bar [docker/cli#259](https://github.com/docker/cli/pull/259) -* Login: print a big warning when using --password [docker/cli#270](https://github.com/docker/cli/pull/270) +* Passwords can now be passed using `STDIN` using the new `--password-stdin` flag on `docker login` [docker/cli#271](https://github.com/docker/cli/pull/271) +* Prevent `docker logs --no-stream` from hanging due to non-existing containers [moby/moby#34004](https://github.com/moby/moby/pull/34004) +- Fix `docker stack ps` printing error to `stdout` instead of `stderr` [docker/cli#298](https://github.com/docker/cli/pull/298) +* Fix progress bar being stuck on `docker service create` if an error occurs during deploy [docker/cli#259](https://github.com/docker/cli/pull/259) +* Print a warning if `docker login --password` is used, and recommend `--password-stdin` [docker/cli#270](https://github.com/docker/cli/pull/270) + Add `--detach` to docker scale [docker/cli#243](https://github.com/docker/cli/pull/243) -* Set ping version even on error [moby/moby#33827](https://github.com/moby/moby/pull/33827) -* Progress: Show success message when finished counting down [docker/cli#260](https://github.com/docker/cli/pull/260) -* Hide `--detach` for docker < 17.05 [docker/cli#219](https://github.com/docker/cli/pull/219) -* Progress: Show progress of replicated tasks before they are assigned [docker/cli#237](https://github.com/docker/cli/pull/237) -* Improve volume spec parsing [docker/cli#152](https://github.com/docker/cli/pull/152) +* Make API version negotiation more robust [moby/moby#33827](https://github.com/moby/moby/pull/33827) +* Improve presentation of progress bars in interactive mode [docker/cli#260](https://github.com/docker/cli/pull/260) [docker/cli#237](https://github.com/docker/cli/pull/237) +* Hide `--detach` when connected to daemons older than Docker 17.05 [docker/cli#219](https://github.com/docker/cli/pull/219) * Allow Proxy Configuration in config.json [docker/cli#93](https://github.com/docker/cli/pull/93) + Add `scope` filter in `GET /networks/(id or name)` [moby/moby#33630](https://github.com/moby/moby/pull/33630) -* Enable client side digest pinning for stack deploy [docker/cli#121](https://github.com/docker/cli/pull/121) -* Allow --detach and --quiet flags when using --rollback [docker/cli#144](https://github.com/docker/cli/pull/144) ### Builder -+ Add DOCKER_BUILD_ARGS to support build with proxy [docker/cli#335](https://github.com/docker/cli/pull/335) -- Fix multiple `COPY --from` in multistage builds [moby/moby#34063](https://github.com/moby/moby/pull/34063) + Add path filtering to build session client [moby/moby#33859](https://github.com/moby/moby/pull/33859) -- Fix handling of remote "git@" notation [moby/moby#33696](https://github.com/moby/moby/pull/33696) * Incrementally sending build context [docker/cli#231](https://github.com/docker/cli/pull/231) * Warn on empty continuation lines [moby/moby#33719](https://github.com/moby/moby/pull/33719) * Implement long running interactive session and sending build context incrementally [moby/moby#32677](https://github.com/moby/moby/pull/32677) -- Fix copy —from conflict with force pull [moby/moby#33735](https://github.com/moby/moby/pull/33735) -* Move file coping from the daemon to the builder [moby/moby#33454](https://github.com/moby/moby/pull/33454) -- Fix behavior of absolute paths in .dockerignore [moby/moby#32088](https://github.com/moby/moby/pull/32088) -- Fix Cache with ONBUILD [moby/moby#33524](https://github.com/moby/moby/pull/33524) [moby/moby#33500](https://github.com/moby/moby/pull/33500) -* Refactor builder probe cache and container backend [moby/moby#33061](https://github.com/moby/moby/pull/33061) - -### Distribution - -* Stop trying to load images on an incompatible OS [moby/moby#33647](https://github.com/moby/moby/pull/33647) -* Do not add duplicate platform information to service spec [moby/moby#33867](https://github.com/moby/moby/pull/33867) +- Fixed a bug where .dockerignore file entries with a leading `/` would not match anything [moby/moby#32088](https://github.com/moby/moby/pull/32088) ### Logging -- Fix log readers can block writes indefinitely [moby/moby#33897](https://github.com/moby/moby/pull/33897) -+ Add stream format details for attach/logs endpoint [moby/moby#33494](https://github.com/moby/moby/pull/33494) - Fix wrong filemode for rotate log files [moby/moby#33926](https://github.com/moby/moby/pull/33926) -* Expose config credentials without needing the Cli [docker/cli#227](https://github.com/docker/cli/pull/227) -* System prune: only warn for volumes if --volumes is given [docker/cli#255](https://github.com/docker/cli/pull/255) - Fix stderr logging for journald and syslog [moby/moby#33832](https://github.com/moby/moby/pull/33832) -* Pass the same log filename to logging plugins on start/stop requests [moby/moby#33583](https://github.com/moby/moby/pull/33583) - -### Networking - -* Include Endpoint List for Shared Endpoints [moby/moby#33662](https://github.com/moby/moby/pull/33662) -* LCOW: owner and network endpoints [moby/moby#33774](https://github.com/moby/moby/pull/33774) -* Host and Bridge network support in docker stack deploy [docker/cli#132](https://github.com/docker/cli/pull/132) ### Runtime -* Keep pause state when restoring container's status [moby/moby#34071](https://github.com/moby/moby/pull/34071) +* Allow stopping of paused container [moby/moby#34027](https://github.com/moby/moby/pull/34027) * Plugable secret backend [moby/moby#34157](https://github.com/moby/moby/pull/34157) [moby/moby#34123](https://github.com/moby/moby/pull/34123) -* Small refactor in system prune [docker/cli#341](https://github.com/docker/cli/pull/341) * Store container names in memdb [moby/moby#33886](https://github.com/moby/moby/pull/33886) -* In the case of remounting with changed data, need to call mount [moby/moby#34077](https://github.com/moby/moby/pull/34077) -* LCOW: Service VM lifetime changes [moby/moby#33969](https://github.com/moby/moby/pull/33969) -* Enable inspect exec if container is pause/restarting/non-running [moby/moby#32881](https://github.com/moby/moby/pull/32881) -* Allow stopping of paused container [moby/moby#34027](https://github.com/moby/moby/pull/34027) +* Fix race condition between `docker exec` and `docker pause` [moby/moby#32881](https://github.com/moby/moby/pull/32881) * Devicemapper: rework logging and add --storage-opt dm.libdm_log_level [moby/moby#33845](https://github.com/moby/moby/pull/33845) -* Devicemapper: Wait for device removal if deferredRemoval=true and deferredDeletion=… [moby/moby#33877](https://github.com/moby/moby/pull/33877) +* Devicemapper: Prevent "device in use" errors if deferred removal is enabled, but not deferred deletion [moby/moby#33877](https://github.com/moby/moby/pull/33877) * Return prune data when context canceled [moby/moby#33979](https://github.com/moby/moby/pull/33979) - Fix docker cp dir with hard link [moby/moby#33956](https://github.com/moby/moby/pull/33956) - Fix run `docker rename new_name` concurrently, the container will have multi names [moby/moby#33940](https://github.com/moby/moby/pull/33940)