diff --git a/_data/toc.yaml b/_data/toc.yaml index 86dc03a969..58bf74d057 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1319,7 +1319,7 @@ manuals: - path: /release-notes/docker-swarm/ title: Docker Swarm release notes nosync: true -- sectiontitle: Docker Enterprise Edition +- sectiontitle: Docker Enterprise section: - path: /ee/ title: About Docker Enterprise @@ -3769,14 +3769,22 @@ manuals: section: - path: /release-notes/ title: Overview - - path: /engine/release-notes/ - title: Docker Engine - Enterprise and Engine - Community - nosync: true - - path: /cs-engine/1.13/release-notes/ - title: CS Docker Engine - nosync: true - - path: /release-notes/docker-engine/ - title: Docker (1.13 and earlier) + - sectiontitle: Docker Enterprise Platform + section: + - path: /ee/release-notes/ + title: Platform + - path: /engine/release-notes/ + title: Docker Engine - Enterprise and Engine - Community + nosync: true + - path: /ee/ucp/release-notes/ + title: Docker Universal Control Plane + nosync: true + - path: /ee/dtr/release-notes/ + title: Docker Trusted Registry + nosync: true + - path: /ee/desktop/release-notes/ + title: Docker Desktop Enterprise + nosync: true - path: /docker-for-mac/release-notes/ title: Docker Desktop for Mac nosync: true @@ -3792,14 +3800,17 @@ manuals: - path: /docker-for-azure/release-notes/ title: Docker for Azure nosync: true - - path: /release-notes/docker-machine/ - title: Docker Machine release notes - nosync: true - path: /release-notes/docker-swarm/ title: Docker Swarm release notes nosync: true - sectiontitle: Superseded products and tools section: + - path: /cs-engine/1.13/release-notes/ + title: CS Docker Engine + - path: /release-notes/docker-engine/ + title: Docker (1.13 and earlier) + - path: /release-notes/docker-machine/ + title: Docker Machine - sectiontitle: Docker Swarm (standalone) section: - path: /swarm/overview/ diff --git a/ee/dtr/release-notes.md b/ee/dtr/release-notes.md index 84f3a5b4e8..48edecaf4f 100644 --- a/ee/dtr/release-notes.md +++ b/ee/dtr/release-notes.md @@ -67,9 +67,6 @@ to upgrade your installation to the latest release. ### Known issues -* **Registry CLI** - - * `docker registry info` throws an authentication error even after the user has authenticated to the registry. (ENG-DTR #912) ### Deprecations diff --git a/ee/release-notes.md b/ee/release-notes.md new file mode 100644 index 0000000000..72cee23fb4 --- /dev/null +++ b/ee/release-notes.md @@ -0,0 +1,68 @@ +--- +title: Docker Enterprise Platform release notes +description: Learn about the new features, bug fixes, and breaking changes for Docker Enterprise Platform. +keywords: engine enterprise, ucp, dtr, desktop enterprise, whats new, release notes +--- + +## What’s New? + +| Feature | Component | Component version | +|---------|-----------|-------------------| +| [Group Managed Service Accounts (gMSA)](#) | UCP | 3.2.0 | +| [Open Security Controls Assessment Language (OSCAL)](#) | UCP | 3.2.0 | +| [Container storage interface (CSI)](#) | UCP | 3.2.0 | +| [Internet Small Computer System Interface (iSCSI)](#) | UCP | 3.2.0 | +| [System for Cross-domain Identity Management (SCIM)](#) | UCP | 3.2.0 | +| [Registry CLI](#) | DTR | 2.7.0 | +| [App Distribution](#) | DTR | 2.7.0 | +| [Client certificate-based Authentication](#) | DTR | 2.7.0 | + + +## Product install and upgrade + +| Component Release Notes | Version | Install | Upgrade | +|---------|-----------|-------------------|-------------- | +| [Docker Engine - Enterprise](/engine/release-notes/) | 19.03 | [Install Docker Engine - Enterprise](/ee/supported-platforms/) | [Upgrade Docker Engine - Enterprise](/ee/upgrade/) | +| [Docker UCP](/ee/ucp/release-notes/) | 3.2 | [Install UCP](/ee/ucp/admin/install/) | [Upgrade UCP](/ee/ucp/admin/install/upgrade/) | +| [DTR](/ee/dtr/release-notes/) | 2.7 | [Install DTR](/ee/dtr/admin/install/) | [Upgrade DTR](/ee/dtr/admin/upgrade/) | + +Refer to the [Compatibility Matrix](https://success.docker.com/article/compatibility-matrix) and the [Maintenance Lifecycle](https://success.docker.com/article/maintenance-lifecycle) + + +## Known Issues + +This not an exhaustive list. For complete known issues information, refer to the individual component release notes page. +
Issue Description | +Issue Number | +Component | +Affected Versions | +Fixed? | +Version Fix - Pull Request | +
---|---|---|---|---|---|
docker registry info authentication error (for example purposes) |
+ ENG-DTR #912 | +DTR | +2.7.0-beta2 | +Yes | +2.7.0 | +