From 83c925d14aab28fe18a9111bb8256074635e27db Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 18 Mar 2020 10:36:55 +0100 Subject: [PATCH] [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 --- ee/docker-ee/release-notes.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/ee/docker-ee/release-notes.md b/ee/docker-ee/release-notes.md index 566566b44e..8e548ba3a4 100644 --- a/ee/docker-ee/release-notes.md +++ b/ee/docker-ee/release-notes.md @@ -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