DTR 2.2.5 release notes (#3516)

* DTR 2.2.5 release notes
This commit is contained in:
Viktor Stanchev 2017-06-07 17:01:14 -07:00 committed by Joao Fernandes
parent f7586f224f
commit 93e4430f78
3 changed files with 18 additions and 2 deletions

View File

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

View File

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

View File

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