From 52a6f3e5172dbdd6fb241169bedf096fea4d492a Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 13 Oct 2016 17:07:30 -0700 Subject: [PATCH] Add release notes for DTR 2.0.4 --- .../release-notes/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docker-trusted-registry/release-notes/index.md b/docker-trusted-registry/release-notes/index.md index bebef145e0..143f7287d0 100644 --- a/docker-trusted-registry/release-notes/index.md +++ b/docker-trusted-registry/release-notes/index.md @@ -21,6 +21,25 @@ known issues for each DTR version. You can then use [the upgrade instructions](../install/upgrade/upgrade-major.md), to upgrade your installation to the latest release. +## Version 2.0.4 + +(13 Oct 2016) + +**General improvements** + +* Increased limits on pagination for all lists in the UI +* Improved health check endpoints to report DTR status more accurately + +**Bug fixes** + +* You can now edit the permissions for a team member +* Fixed issue that prevented DTR from being installed in Docker Engine 1.12 +* Several improvements to the migrate command +* Improved the reconfigure command to allow tuning the key-value store heartbeat +interval, election timeout, and snapshot count +* Users can now pull from public repositories in an organization namespace +without having to authenticate. Requires UCP 1.1.4 + ## Version 2.0.3 August 11, 2016