mirror of https://github.com/docker/docs.git
Update release-notes.md
Added EOL header, moved overlay2 and deprecation notice above it.
This commit is contained in:
parent
f6499a5c15
commit
06171ef993
|
|
@ -112,15 +112,17 @@ Docker recommends that existing customers [migrate to using Overlay2 for the sto
|
|||
The [Overlay2 storage driver](https://docs.docker.com/storage/storagedriver/overlayfs-driver/) is now the
|
||||
default for Docker engine implementations.
|
||||
|
||||
In this release, Docker has also removed support for TLS < 1.2 [moby/moby#37660](https://github.com/moby/moby/pull/37660),
|
||||
Ubuntu 14.04 "Trusty Tahr" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254), and Debian 8 "Jessie" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254).
|
||||
|
||||
The `aufs` storage driver is deprecated in favor of `overlay2`, and will be removed in a future release.
|
||||
Docker recommends `aufs` storage driver users migrate to a different storage driver, such as `overlay2`, which
|
||||
is now the default storage driver [cli#1485](cli#1485).
|
||||
|
||||
For more information on the list of deprecated flags and APIs, have a look at the [deprecation information](https://docs.docker.com/engine/deprecated/) where you can find the target removal dates.
|
||||
|
||||
### End of Life Notification
|
||||
|
||||
In this release, Docker has also removed support for TLS < 1.2 [moby/moby#37660](https://github.com/moby/moby/pull/37660),
|
||||
Ubuntu 14.04 "Trusty Tahr" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254), and Debian 8 "Jessie" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254).
|
||||
|
||||
## Older Docker Engine EE Release notes
|
||||
|
||||
### 18.03.1-ee-2
|
||||
|
|
|
|||
Loading…
Reference in New Issue