Skip to content

Commit 83c925d

Browse files
committed
[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>
1 parent 4da1e36 commit 83c925d

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

ee/docker-ee/release-notes.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Docker Engine release notes
3-
description: Learn about the new features, bug fixes, and breaking changes for Docker Engine - Community and Enterprise
2+
title: Docker Engine - Enterprise release notes
3+
description: Learn about the new features, bug fixes, and breaking changes for Docker Engine - Enterprise
44
keywords: docker, docker engine, ee, ce, whats new, release notes
55
toc_min: 1
66
toc_max: 2
@@ -25,18 +25,12 @@ from the open source. It also incorporates defect fixes for environments in
2525
which new features cannot be adopted as quickly for consistency and
2626
compatibility reasons.
2727

28-
> **Note:**
29-
> New in 18.09 is an aligned release model for Docker Engine - Community and
30-
> Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an
31-
> incrementing patch version. The enterprise engine is a superset of the
32-
> community engine. They will ship concurrently with the same x patch version
33-
> based on the same code base.
34-
35-
> **Note:**
28+
> **Note**
29+
>
3630
> The client and container runtime are now in separate packages from the daemon
37-
> in Docker Engine 18.09. Users should install and update all three packages at
31+
> since Docker Engine 18.09. Users should install and update all three packages at
3832
> the same time to get the latest patch releases. For example, on Ubuntu:
39-
> `sudo apt install docker-ce docker-ce-cli containerd.io`. See the install
33+
> `sudo apt-get install docker-ee docker-ee-cli containerd.io`. See the install
4034
> instructions for the corresponding linux distro for details.
4135
4236
# Version 19.03
@@ -478,6 +472,14 @@ The missing rules are :
478472
479473
# Version 18.09
480474
475+
> **Note**
476+
>
477+
> New in 18.09 is an aligned release model for Docker Engine - Community and
478+
> Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an
479+
> incrementing patch version. The enterprise engine is a superset of the
480+
> community engine. They will ship concurrently with the same x patch version
481+
> based on the same code base.
482+
481483
## 18.09.11
482484
2019-11-14
483485
@@ -678,7 +680,7 @@ The missing rules are :
678680
679681
2019-02-11
680682
681-
### Security fixes for Docker Engine - Enterprise and Docker Engine - Community
683+
### Security fixes for Docker Engine - Enterprise
682684
* 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)
683685
* Ubuntu 14.04 customers using a 3.13 kernel will need to upgrade to a supported Ubuntu 4.x kernel
684686

0 commit comments

Comments
 (0)