mirror of https://github.com/docker/docs.git
Release DTR 2.2.4, 2.1.6
This commit is contained in:
parent
10be60a80f
commit
e9925ad79c
|
|
@ -99,14 +99,14 @@ defaults:
|
||||||
path: "datacenter"
|
path: "datacenter"
|
||||||
values:
|
values:
|
||||||
ucp_latest_image: "docker/ucp:2.1.3"
|
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:
|
scope:
|
||||||
path: "datacenter/dtr/2.2"
|
path: "datacenter/dtr/2.2"
|
||||||
values:
|
values:
|
||||||
ucp_version: "2.1"
|
ucp_version: "2.1"
|
||||||
dtr_version: "2.2"
|
dtr_version: "2.2"
|
||||||
docker_image: "docker/dtr:2.2.3"
|
docker_image: "docker/dtr:2.2.4"
|
||||||
-
|
-
|
||||||
scope:
|
scope:
|
||||||
path: "datacenter/dtr/2.1"
|
path: "datacenter/dtr/2.1"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@
|
||||||
url: https://packages.docker.com/caas/ucp_images_2.1.1.tar.gz
|
url: https://packages.docker.com/caas/ucp_images_2.1.1.tar.gz
|
||||||
- description: "UCP 2.1.0"
|
- description: "UCP 2.1.0"
|
||||||
url: https://packages.docker.com/caas/ucp_images_2.1.0.tar.gz
|
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"
|
- description: "DTR 2.2.3"
|
||||||
url: https://packages.docker.com/caas/dtr-2.2.3.tar.gz
|
url: https://packages.docker.com/caas/dtr-2.2.3.tar.gz
|
||||||
- description: "DTR 2.2.2"
|
- description: "DTR 2.2.2"
|
||||||
|
|
@ -28,6 +30,8 @@
|
||||||
url: https://packages.docker.com/caas/ucp_images_2.0.3.tar.gz
|
url: https://packages.docker.com/caas/ucp_images_2.0.3.tar.gz
|
||||||
- description: "UCP 2.0.2"
|
- description: "UCP 2.0.2"
|
||||||
url: https://packages.docker.com/caas/ucp_images_2.0.2.tar.gz
|
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"
|
- description: "DTR 2.1.5"
|
||||||
url: https://packages.docker.com/caas/dtr-2.1.5.tar.gz
|
url: https://packages.docker.com/caas/dtr-2.1.5.tar.gz
|
||||||
- description: "DTR 2.1.4"
|
- description: "DTR 2.1.4"
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,15 @@ known issues for each DTR version.
|
||||||
You can then use [the upgrade instructions](install/upgrade.md),
|
You can then use [the upgrade instructions](install/upgrade.md),
|
||||||
to upgrade your installation to the latest release.
|
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
|
## DTR 2.1.5
|
||||||
|
|
||||||
(17 March 2017)
|
(17 March 2017)
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,29 @@ known issues for each DTR version.
|
||||||
You can then use [the upgrade instructions](../admin/upgrade.md),
|
You can then use [the upgrade instructions](../admin/upgrade.md),
|
||||||
to upgrade your installation to the latest release.
|
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
|
## DTR 2.2.3
|
||||||
|
|
||||||
(9 March 2017)
|
(9 March 2017)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue