mirror of https://github.com/docker/docs.git
parent
f7586f224f
commit
93e4430f78
|
@ -96,14 +96,14 @@ defaults:
|
|||
path: "datacenter"
|
||||
values:
|
||||
ucp_latest_image: "docker/ucp:2.1.4"
|
||||
dtr_latest_image: "docker/dtr:2.2.4"
|
||||
dtr_latest_image: "docker/dtr:2.2.5"
|
||||
-
|
||||
scope:
|
||||
path: "datacenter/dtr/2.2"
|
||||
values:
|
||||
ucp_version: "2.1"
|
||||
dtr_version: "2.2"
|
||||
docker_image: "docker/dtr:2.2.4"
|
||||
docker_image: "docker/dtr:2.2.5"
|
||||
-
|
||||
scope:
|
||||
path: "datacenter/dtr/2.1"
|
||||
|
|
|
@ -16,6 +16,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.5"
|
||||
url: https://packages.docker.com/caas/dtr-2.2.5.tar.gz
|
||||
- description: "DTR 2.2.4"
|
||||
url: https://packages.docker.com/caas/dtr-2.2.4.tar.gz
|
||||
- description: "DTR 2.2.3"
|
||||
|
|
|
@ -12,6 +12,20 @@ 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.5
|
||||
|
||||
(6 June 2017)
|
||||
|
||||
**Bugs fixed**
|
||||
|
||||
* High impact
|
||||
* Fixed issued with multi-level cache chaining not working with content cache
|
||||
* Fixed pulling by a user whose content cache was deleted
|
||||
* Add support for us-east-2 and other new AWS regions
|
||||
* Low impact
|
||||
* Fixed jobrunner crash when RethinkDB is restarted
|
||||
* Removed spurious warnings about RethinkDB using swap
|
||||
|
||||
## DTR 2.2.4
|
||||
|
||||
(13 April 2017)
|
||||
|
|
Loading…
Reference in New Issue