mirror of https://github.com/docker/docs.git
Release DTR 2.2.1
This commit is contained in:
parent
c1566d9b57
commit
19dbb59ff2
|
@ -105,7 +105,7 @@ defaults:
|
|||
values:
|
||||
ucp_version: "2.1"
|
||||
dtr_version: "2.2"
|
||||
docker_image: "docker/dtr:2.2.0"
|
||||
docker_image: "docker/dtr:2.2.1"
|
||||
-
|
||||
scope:
|
||||
path: "datacenter/dtr/2.1"
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
tar-files:
|
||||
- description: "UCP 2.1.0"
|
||||
url: https://packages.docker.com/caas/ucp_images_2.1.0.tar.gz
|
||||
- description: "DTR 2.2.1"
|
||||
url: https://packages.docker.com/caas/dtr-2.2.1.tar.gz
|
||||
- description: "DTR 2.2.0"
|
||||
url: https://packages.docker.com/caas/dtr-2.2.0.tar.gz
|
||||
- ucp-version: "2.0"
|
||||
|
|
|
@ -10,6 +10,18 @@ known issues for each DTR version.
|
|||
You can then use [the upgrade instructions](index.md),
|
||||
to upgrade your installation to the latest release.
|
||||
|
||||
## DTR 2.2.1
|
||||
|
||||
(9 Feb 2017)
|
||||
|
||||
**Bugs fixed**
|
||||
|
||||
* Webhooks triggered on a security scan now have information about vulnerabilities
|
||||
* The web UI now displays tag details and security scanning information for
|
||||
images pushed before the upgrade
|
||||
* When multiple tags shared the same manifest, the UI only displayed a single
|
||||
tag. This has been fixed
|
||||
|
||||
## DTR 2.2.0
|
||||
|
||||
(9 Feb 2017)
|
||||
|
|
Loading…
Reference in New Issue