mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
[ee] release notes: fix up title and notes
- move notes about packaging changes to the 18.09 section - fix install/upgrade instructions referencing "ce" packages - changed title to mention "Enterprise" Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Docker Engine release notes
|
||||
description: Learn about the new features, bug fixes, and breaking changes for Docker Engine - Community and Enterprise
|
||||
title: Docker Engine - Enterprise release notes
|
||||
description: Learn about the new features, bug fixes, and breaking changes for Docker Engine - Enterprise
|
||||
keywords: docker, docker engine, ee, ce, whats new, release notes
|
||||
toc_min: 1
|
||||
toc_max: 2
|
||||
@@ -25,18 +25,12 @@ from the open source. It also incorporates defect fixes for environments in
|
||||
which new features cannot be adopted as quickly for consistency and
|
||||
compatibility reasons.
|
||||
|
||||
> **Note:**
|
||||
> New in 18.09 is an aligned release model for Docker Engine - Community and
|
||||
> Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an
|
||||
> incrementing patch version. The enterprise engine is a superset of the
|
||||
> community engine. They will ship concurrently with the same x patch version
|
||||
> based on the same code base.
|
||||
|
||||
> **Note:**
|
||||
> **Note**
|
||||
>
|
||||
> The client and container runtime are now in separate packages from the daemon
|
||||
> in Docker Engine 18.09. Users should install and update all three packages at
|
||||
> since Docker Engine 18.09. Users should install and update all three packages at
|
||||
> the same time to get the latest patch releases. For example, on Ubuntu:
|
||||
> `sudo apt install docker-ce docker-ce-cli containerd.io`. See the install
|
||||
> `sudo apt-get install docker-ee docker-ee-cli containerd.io`. See the install
|
||||
> instructions for the corresponding linux distro for details.
|
||||
|
||||
# Version 19.03
|
||||
@@ -478,6 +472,14 @@ The missing rules are :
|
||||
|
||||
# Version 18.09
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> New in 18.09 is an aligned release model for Docker Engine - Community and
|
||||
> Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an
|
||||
> incrementing patch version. The enterprise engine is a superset of the
|
||||
> community engine. They will ship concurrently with the same x patch version
|
||||
> based on the same code base.
|
||||
|
||||
## 18.09.11
|
||||
2019-11-14
|
||||
|
||||
@@ -678,7 +680,7 @@ The missing rules are :
|
||||
|
||||
2019-02-11
|
||||
|
||||
### Security fixes for Docker Engine - Enterprise and Docker Engine - Community
|
||||
### Security fixes for Docker Engine - Enterprise
|
||||
* Update `runc` to address a critical vulnerability that allows specially-crafted containers to gain administrative privileges on the host. [CVE-2019-5736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5736)
|
||||
* Ubuntu 14.04 customers using a 3.13 kernel will need to upgrade to a supported Ubuntu 4.x kernel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user