From 0453f47f9f071d3bcd909fd07f4b6e55f1038d3d Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Sun, 23 Oct 2016 19:52:02 -0700 Subject: [PATCH] Add release notes for 2.1 Beta2 --- release-notes/index.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/release-notes/index.md b/release-notes/index.md index 3328473f57..f195858fe3 100644 --- a/release-notes/index.md +++ b/release-notes/index.md @@ -19,7 +19,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. -## DTR 2.1 +## DTR 2.1 Beta 2 + +(24 Oct 2016) + +**Bug Fixes** + +* Fixed Swift configuration error in DTR web UI when using advanced settings +* Fixed bug where organization owner would not see the delete button for repository +* Changed http response when deleting a non-existent tag from 204 to 404 +* Changed http response when deleting a non-existent manifest from 500 to 404 +* Users now show in the organization member list +* Team name is now being displayed in the UI +* Organization administrators can now delete repositories +* Fixed problem that prevented organization administrators to change a user role +* Fixed problem when removing users from an organization in the UI +* Fixed errors in Internet Explorer 11 +* Fixed problem that caused the garbage collection job to treat valid manifests as corrupt + +## DTR 2.1 Beta 1 (7 Oct 2016)