Release DTR 2.2.1

This commit is contained in:
Joao Fernandes 2017-02-09 16:06:41 -08:00 committed by Joao Fernandes
parent c1566d9b57
commit 19dbb59ff2
3 changed files with 15 additions and 1 deletions

View File

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

View File

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

View File

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