Add release notes index page

Remove known issue for DTR
Organize TOC
Move deprecated release notes under superseded tools
Add platform release notes

Signed-off-by: Maria Bermudez <bermudez.mt@gmail.com>
This commit is contained in:
Maria Bermudez 2019-06-06 12:56:09 -07:00
parent 91315b6705
commit bb5733b396
4 changed files with 96 additions and 19 deletions

View File

@ -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/

View File

@ -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

68
ee/release-notes.md Normal file
View File

@ -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
---
## Whats 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.
<table>
<colgroup>
<col width="20%" />
<col width="18%" />
<col width="10%" />
<col width="20%" />
<col width="10%" />
<col width="22%" />
</colgroup>
<thead class="night">
<tr>
<th>Issue Description</th>
<th markdown="span">Issue Number</th>
<th>Component</th>
<th markdown="span">Affected Versions</th>
<th>Fixed?</th>
<th markdown="span">Version Fix - Pull Request</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>docker registry info</code> authentication error (for example purposes)</td>
<td>ENG-DTR #912</td>
<td>DTR</td>
<td>2.7.0-beta2</td>
<td>Yes</td>
<td>2.7.0</td>
</tr>
</tbody>
</table>

View File

@ -5,10 +5,11 @@ title: Docker Release Notes
---
Find out what's new in Docker products!
- [Docker Enterprise and Community Engine](/engine/release-notes)
- [Docker Trusted Registry](/ee/dtr/release-notes/)
- [Docker Universal Control Plane](/ee/ucp/release-notes/)
- [Docker Enterprise Platform](/ee/release-notes/)
- [Docker Engine - Enterprise and Engine - Community](/engine/release-notes)
- [Docker Trusted Registry](/ee/dtr/release-notes/)
- [Docker Universal Control Plane](/ee/ucp/release-notes/)
- [Docker Desktop Enterprise](/ee/desktop/release-notes/)
- [Docker Desktop for Mac](/docker-for-mac/release-notes.md) ([Edge Releases](/docker-for-mac/edge-release-notes.md))
- [Docker Desktop for Windows](/docker-for-windows/release-notes.md) ([Edge Releases](/docker-for-windows/edge-release-notes.md))
- [Docker for Azure](/docker-for-azure/release-notes.md) or [Docker for AWS](/docker-for-aws/release-notes.md)