From 9f83bb962c0cdaf15a57a341ddbdb2458f422934 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 30 Aug 2018 15:50:53 -0700 Subject: [PATCH] Update DTR 2.5.5 --- ee/dtr/release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ee/dtr/release-notes.md b/ee/dtr/release-notes.md index 3b11316770..b5e0ebfdc9 100644 --- a/ee/dtr/release-notes.md +++ b/ee/dtr/release-notes.md @@ -20,6 +20,14 @@ to upgrade your installation to the latest release. # Version 2.5 +## 2.5.5 (2018-8-30) + +### Bug Fixes + +* Fixed bug where repository tag list UI was not loading after a tag migration. +* Fixed bug to enable poll mirroring with Windows images. +* The RethinkDB image has been patched to remove unused components with known vulnerabilities including the rethinkcli. To get an equivalent interface run rethinkcli from a separate image using `docker run -it --rm --net dtr-ol -v dtr-ca-$REPLICA_ID:/ca dockerhubenterprise/rethinkcli $REPLICA_ID`. + ## 2.5.3 (2018-6-21) ### New Features