From 947bf040b266fb9e56757b973960e85bf5134086 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Tue, 6 Jun 2017 17:50:32 -0400 Subject: [PATCH] Add docker-ee release notes (#3495) Signed-off-by: Brian Goff --- _data/toc.yaml | 2 ++ cs-engine/1.13/release-notes.md | 2 +- enterprise/17.03/release-notes.md | 44 +++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 enterprise/17.03/release-notes.md diff --git a/_data/toc.yaml b/_data/toc.yaml index 38b52ac69f..98f0c80876 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1229,6 +1229,8 @@ manuals: - path: /engine/installation/ title: Install Docker EE nosync: true + - path: /enterprise/release-notes/ + title: Release Notes - sectiontitle: Commercially supported Docker Engine section: - sectiontitle: 1.13 diff --git a/cs-engine/1.13/release-notes.md b/cs-engine/1.13/release-notes.md index 3a756af208..0b42b0283a 100644 --- a/cs-engine/1.13/release-notes.md +++ b/cs-engine/1.13/release-notes.md @@ -27,7 +27,7 @@ Backports all fixes from [17.03.2](https://github.com/moby/moby/releases/tag/v17 circumstances with the local (built-in) volume driver. ## CS Engine 1.13.1-cs3 -(23 Feb 2017) +(30 Mar 2017) Backports all fixes from 17.03.1 diff --git a/enterprise/17.03/release-notes.md b/enterprise/17.03/release-notes.md new file mode 100644 index 0000000000..3dc7e04534 --- /dev/null +++ b/enterprise/17.03/release-notes.md @@ -0,0 +1,44 @@ +--- +title: Docker EE 17.03 release notes +description: Docker Enterprise Edition release notes +keywords: docker, docker-ee, engine, install, release notes, enterprise +redirect_from: +- /enterprise/release-notes/ +--- + +This document describes the latest changes, additions, known issues, and fixes +for Docker Enterprise Edition (Docker EE). + +Docker EE is functionally equivalent to the corresponding Docker CE that +it references. However, Docker EE also includes back-ported fixes +(security-related and priority defects) from the open source. It incorporates +defect fixes that you can use in environments where new features cannot be +adopted as quickly for consistency and compatibility reasons. + +## Docker EE 17.03.2-ee-4 +(01 Jun 2017) + +Refer to the [detailed list](https://github.com/moby/moby/releases/tag/v17.03.2-ce) of all changes since the release of Docker EE 17.03.1-ee-3 + +*Note*: This release includes a fix for potential data loss under certain +circumstances with the local (built-in) volume driver. + +## Docker EE 17.03.1-ee-3 +(30 Mar 2017) + +* Fix an issue with the SELinux policy for Oracle Linux [#31501](https://github.com/docker/docker/pull/31501) + +## Docker EE 17.03.1-ee-2 +(28 March 2017) + +* Fix issue with swarm CA timeouts [#2063](https://github.com/docker/swarmkit/pull/2063) [#2064](https://github.com/docker/swarmkit/pull/2064/files) + +Refer to the [detailed list](https://github.com/moby/moby/releases/tag/v17.03.1-ce) of all changes since the release of Docker EE 17.03.0-ee-1 + +## Docker EE 17.03.0-ee-1 + +(2 Mar 2017) + +Initial Docker EE release, based on Docker CE 17.03.0 + +* Optimize size calculation for `docker system df` container size [#31159](https://github.com/docker/docker/pull/31159)