Skip to content

Commit

Permalink
Update changelog wording, remove items that were in 17.06.x
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 24, 2017
1 parent 35795c5 commit 19f70ad
Showing 1 changed file with 24 additions and 41 deletions.
65 changes: 24 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,24 @@ be found.

### API & Client

* Add support for proxy configuration in config.json [docker/cli#93](https://github.com/docker/cli/pull/93)
* Enable pprof/debug endpoints by default [moby/moby#32453](https://github.com/moby/moby/pull/32453)
- Fix filters displaying for docker search [docker/cli#331](https://github.com/docker/cli/pull/331)
* 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)
+ Add `--detach` to docker scale [docker/cli#243](https://github.com/docker/cli/pull/243)
* 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)
* 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)
* 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)
* 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)

### Builder

+ Add path filtering to build session client [moby/moby#33859](https://github.com/moby/moby/pull/33859)
* Incrementally sending build context [docker/cli#231](https://github.com/docker/cli/pull/231)
* Implement long running interactive session and sending build context incrementally [moby/moby#32677](https://github.com/moby/moby/pull/32677) [docker/cli#231](https://github.com/docker/cli/pull/231) [moby/moby#33859](https://github.com/moby/moby/pull/33859)
* 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)
- Fixed a bug where .dockerignore file entries with a leading `/` would not match anything [moby/moby#32088](https://github.com/moby/moby/pull/32088)
- Fix `.dockerignore` entries with a leading `/` not matching anything [moby/moby#32088](https://github.com/moby/moby/pull/32088)

### Logging

Expand All @@ -39,50 +36,36 @@ be found.
### Runtime

* 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)
+ Add quota support for the overlay2 storage driver [moby/moby#32977](https://github.com/moby/moby/pull/32977)
* Remove container locks on `docker ps` [moby/moby#31273](https://github.com/moby/moby/pull/31273)
* Store container names in memdb [moby/moby#33886](https://github.com/moby/moby/pull/33886)
* 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: Rework logging and add `--storage-opt dm.libdm_log_level` [moby/moby#33845](https://github.com/moby/moby/pull/33845)
* 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)
* Fd leak and error handling [moby/moby#33713](https://github.com/moby/moby/pull/33713)
- Fixing SIGSEGV when running containers [docker/cli#303](https://github.com/docker/cli/pull/303)
- Fix plugin remove dir name after rename. [moby/moby#33944](https://github.com/moby/moby/pull/33944)
* Make plugin removes more resilient to failure [moby/moby#33830](https://github.com/moby/moby/pull/33830)
* Ignore nonexistent containers when listing containers [moby/moby#33908](https://github.com/moby/moby/pull/33908)
* Do not error on relabel when relabel not supported [moby/moby#33831](https://github.com/moby/moby/pull/33831)
* LCOW: Dedicated scratch space for service VM utilities [moby/moby#33809](https://github.com/moby/moby/pull/33809)
* LCOW: Support most operations excluding remote filesystem [moby/moby#33241](https://github.com/moby/moby/pull/33241) [moby/moby#33826](https://github.com/moby/moby/pull/33826)
+ Add overlay2.size daemon storage-opt [moby/moby#32977](https://github.com/moby/moby/pull/32977)
* LCOW: Change directory from lcow to "Linux Containers" [moby/moby#33835](https://github.com/moby/moby/pull/33835)
* LCOW: pass command arguments without extra quoting [moby/moby#33815](https://github.com/moby/moby/pull/33815)
* Devicemapper: Use KeepAlive to prevent tasks being garbage-collected while still in use [moby/moby#33376](https://github.com/moby/moby/pull/33376)
* Report inetermediate prune results if prune is cancelled [moby/moby#33979](https://github.com/moby/moby/pull/33979)
- Fix run `docker rename <container-id> new_name` concurrently resulting in the having multiple names [moby/moby#33940](https://github.com/moby/moby/pull/33940)
* Fix file-descriptor leak and error handling [moby/moby#33713](https://github.com/moby/moby/pull/33713)
- Fix SIGSEGV when running containers [docker/cli#303](https://github.com/docker/cli/pull/303)
* Prevent a goroutine leak when healthcheck gets stopped [moby/moby#33781](https://github.com/moby/moby/pull/33781)
* No container locks on `docker ps` [moby/moby#31273](https://github.com/moby/moby/pull/31273)
* LCOW: Updates necessary due to platform schema change [moby/moby#33785](https://github.com/moby/moby/pull/33785)
* Image: Improve store locking [moby/moby#33755](https://github.com/moby/moby/pull/33755)
* Remove btrfs quota groups after containers destroyed [moby/moby#29427](https://github.com/moby/moby/pull/29427)
* Libcontainerd: fix reaper goroutine position [moby/moby#33419](https://github.com/moby/moby/pull/33419)
* Ensure that a device mapper task is referenced until task is complete [moby/moby#33376](https://github.com/moby/moby/pull/33376)

### Security
* Fix Btrfs quota groups not being removed when container is destroyed [moby/moby#29427](https://github.com/moby/moby/pull/29427)
* Libcontainerd: fix defunct containerd processes not being properly reaped [moby/moby#33419](https://github.com/moby/moby/pull/33419)
* Preparations for Linux Containers on Windows
* LCOW: Dedicated scratch space for service VM utilities [moby/moby#33809](https://github.com/moby/moby/pull/33809)
* LCOW: Support most operations excluding remote filesystem [moby/moby#33241](https://github.com/moby/moby/pull/33241) [moby/moby#33826](https://github.com/moby/moby/pull/33826)
* LCOW: Change directory from lcow to "Linux Containers" [moby/moby#33835](https://github.com/moby/moby/pull/33835)
* LCOW: pass command arguments without extra quoting [moby/moby#33815](https://github.com/moby/moby/pull/33815)
* LCOW: Updates necessary due to platform schema change [moby/moby#33785](https://github.com/moby/moby/pull/33785)

### Swarm Mode

* Add support for plugins on swarm [moby/moby#33575](https://github.com/moby/moby/pull/33575)
* Initial support for plugable secret backends [moby/moby#34157](https://github.com/moby/moby/pull/34157) [moby/moby#34123](https://github.com/moby/moby/pull/34123)
* Sort swarm stacks and nodes using natural sorting [docker/cli#315](https://github.com/docker/cli/pull/315)
* Make engine support cluster config event [moby/moby#34032](https://github.com/moby/moby/pull/34032)
* Plugins on swarm [moby/moby#33575](https://github.com/moby/moby/pull/33575)
* Refactor and UI changes to `swarm ca` command [docker/cli#213](https://github.com/docker/cli/pull/213) [docker/cli#207](https://github.com/docker/cli/pull/207)
* Redact swarm spec CA signing cert for usability reasons [moby/moby#33712](https://github.com/moby/moby/pull/33712)
* Only pass a join address when in the process of joining a cluster [moby/moby#33361](https://github.com/moby/moby/pull/33361)
* Use scope=swarm for service related network inspect and revendor docker/docker [docker/cli#184](https://github.com/docker/cli/pull/184)
* Limit max backoff delay to 2 seconds for GRPC connection [moby/moby#33483](https://github.com/moby/moby/pull/33483)
* Do not clear swarm directory on `swarm init` and `swarm join` [moby/moby#33341](https://github.com/moby/moby/pull/33341)

### Deprecation

* Remove deprecated -e/--email flag from docker login [docker/cli#143](https://github.com/docker/cli/pull/143)
* Fix error during service creation if a network with the same name exists both as "local" and "swarm" scoped network [docker/cli#184](https://github.com/docker/cli/pull/184)

## 17.06.0-ce (2017-06-07)

Expand Down

0 comments on commit 19f70ad

Please sign in to comment.