diff --git a/_data/toc.yaml b/_data/toc.yaml index 7b99c4ec1a..797374f404 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1074,6 +1074,8 @@ manuals: title: Release notes - sectiontitle: Previous versions section: + - path: /engine/release-notes/19.03/ + title: Engine 19.03 release notes - path: /engine/release-notes/18.09/ title: Engine 18.09 release notes - path: /engine/release-notes/18.06/ diff --git a/engine/release-notes/index.md b/engine/release-notes/19.03.md similarity index 97% rename from engine/release-notes/index.md rename to engine/release-notes/19.03.md index 6aa952a1b0..c9859d5381 100644 --- a/engine/release-notes/index.md +++ b/engine/release-notes/19.03.md @@ -1,27 +1,10 @@ --- -title: Docker Engine release notes -description: Learn about the new features, bug fixes, and breaking changes for Docker Engine -keywords: docker, docker engine, ce, whats new, release notes +title: Docker Engine 19.03 release notes toc_min: 1 toc_max: 2 skip_read_time: true -redirect_from: - - /release-notes/docker-ce/ - - /release-notes/docker-engine/ --- -This document describes the latest changes, additions, known issues, and fixes -for Docker Engine. - -> **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 -> 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 -> instructions for the corresponding linux distro for details. - -# Version 19.03 - ## 19.03.13 2020-09-16