mirror of https://github.com/docker/docs.git
engine: remove enterprise-only release notes
Enterprise release notes have been copied / moved Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f73a26abfd
commit
f6dd4bce22
|
@ -5,42 +5,6 @@ toc_max: 2
|
|||
skip_read_time: true
|
||||
---
|
||||
|
||||
## 18.09.11
|
||||
2019-11-14
|
||||
|
||||
### Builder
|
||||
|
||||
* Fix builder-next: filter type in BuildKit GC config. [docker/engine#409](https://github.com/docker/engine/pull/409)
|
||||
|
||||
### Runtime
|
||||
|
||||
* Bump Golang to 1.12.12.
|
||||
|
||||
### Swarm
|
||||
|
||||
* Fix update out of sequence and increase max recv gRPC message size for nodes and secrets. [docker/swarmkit#2900](https://github.com/docker/swarmkit/pull/2900)
|
||||
* Fix for specifying `--default-addr-pool` for `docker swarm init` not picked up by ingress network. [docker/swarmkit#2892](https://github.com/docker/swarmkit/pull/2892)
|
||||
|
||||
## 18.09.10
|
||||
2019-10-08
|
||||
|
||||
### Client
|
||||
|
||||
* Fix client version not being pinned when set. [docker/engine#118](https://github.com/docker/engine/pull/188)
|
||||
* Improve error message shown on Windows when daemon is not running or client does not have elevated permissions. [docker/engine#343](https://github.com/docker/engine/pull/343)
|
||||
* Mitigate against YAML files that have excessive aliasing. [docker/cli#2119](https://github.com/docker/cli/pull/2119)
|
||||
|
||||
### Runtime
|
||||
|
||||
* Send exec exit event even if the exec fails to find the binary. [docker/engine#357](https://github.com/docker/engine/pull/357)
|
||||
* Devicemapper: use correct API to get the free loop device index. [docker/engine#348](https://github.com/docker/engine/pull/348)
|
||||
* Fix overlay2 busy error on mount using kernels >=5.2. [docker/engine#333](https://github.com/docker/engine/pull/333)
|
||||
* Sleep before attemping to restart event processing. [docker/engine#362](https://github.com/docker/engine/pull/362)
|
||||
* Seccomp: add sigprocmask (used by x86 glibc) to default profile. [docker/engine#341](https://github.com/docker/engine/pull/341)
|
||||
* Fix panic on 32-bit ARMv7 caused by misaligned struct member. [docker/engine#364](https://github.com/docker/engine/pull/364)
|
||||
* Fix `docker rmi` stuck in case of misconfigured system (such as dead NFS share). [docker/engine#336](https://github.com/docker/engine/pull/336)
|
||||
* Fix jsonfile logger: follow logs stuck when `max-size` is set and `max-file=1`. [docker/engine#377](https://github.com/docker/engine/pull/377)
|
||||
|
||||
## 18.09.9
|
||||
2019-09-03
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue