Skip to content

Commit

Permalink
improve changelog thanks to @thaJeztah
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
  • Loading branch information
vieux committed Jul 24, 2017
1 parent 765dafc commit 35795c5
Showing 1 changed file with 12 additions and 48 deletions.
60 changes: 12 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <container-id> new_name` concurrently, the container will have multi names [moby/moby#33940](https://github.com/moby/moby/pull/33940)
Expand Down

0 comments on commit 35795c5

Please sign in to comment.