Release DTR 2.2.4, 2.1.6

This commit is contained in:
Joao Fernandes 2017-04-13 18:48:45 -07:00 committed by Joao Fernandes
parent 10be60a80f
commit e9925ad79c
4 changed files with 38 additions and 2 deletions

View File

@ -99,14 +99,14 @@ defaults:
path: "datacenter"
values:
ucp_latest_image: "docker/ucp:2.1.3"
dtr_latest_image: "docker/dtr:2.2.3"
dtr_latest_image: "docker/dtr:2.2.4"
-
scope:
path: "datacenter/dtr/2.2"
values:
ucp_version: "2.1"
dtr_version: "2.2"
docker_image: "docker/dtr:2.2.3"
docker_image: "docker/dtr:2.2.4"
-
scope:
path: "datacenter/dtr/2.1"

View File

@ -14,6 +14,8 @@
url: https://packages.docker.com/caas/ucp_images_2.1.1.tar.gz
- description: "UCP 2.1.0"
url: https://packages.docker.com/caas/ucp_images_2.1.0.tar.gz
- description: "DTR 2.2.4"
url: https://packages.docker.com/caas/dtr-2.2.4.tar.gz
- description: "DTR 2.2.3"
url: https://packages.docker.com/caas/dtr-2.2.3.tar.gz
- description: "DTR 2.2.2"
@ -28,6 +30,8 @@
url: https://packages.docker.com/caas/ucp_images_2.0.3.tar.gz
- description: "UCP 2.0.2"
url: https://packages.docker.com/caas/ucp_images_2.0.2.tar.gz
- description: "DTR 2.1.6"
url: https://packages.docker.com/caas/dtr-2.1.6.tar.gz
- description: "DTR 2.1.5"
url: https://packages.docker.com/caas/dtr-2.1.5.tar.gz
- description: "DTR 2.1.4"

View File

@ -13,6 +13,15 @@ known issues for each DTR version.
You can then use [the upgrade instructions](install/upgrade.md),
to upgrade your installation to the latest release.
## DTR 2.1.6
(13 April 2017)
**Bugs fixed**
* High impact
* Fixed memory leaks causing DTR to use all RAM available
## DTR 2.1.5
(17 March 2017)

View File

@ -12,6 +12,29 @@ known issues for each DTR version.
You can then use [the upgrade instructions](../admin/upgrade.md),
to upgrade your installation to the latest release.
## DTR 2.2.4
(13 April 2017)
**Bugs fixed**
* High impact
* Fixed memory leaks causing DTR to use all RAM available
* Fixed concurrency problems that might cause the registry and api server to
restart
* Improved performance of search on the web UI. To improve performance
the search now only returns accounts and repositories that match the search
input. It no longer shows repositories belonging to the accounts retuned in
the search result
* The web UI now displays all members of an organization
* Low impact
* When installing or joining replicas with `--nfs-storage-url` and the
installation fails, DTR now deletes the `.dtr-nfs-test` file
* The web UI now shows if a team is managed in LDAP or not
* After updating the vulnerability database, a rescan button only shows
if the user has permissions for that action
## DTR 2.2.3
(9 March 2017)