From bdf89e1e27efbd5aee846d30156e123e860a82ca Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Wed, 9 Nov 2016 14:33:01 -0800 Subject: [PATCH] Remove heading from article --- datacenter/dtr/2.1/release-notes.md | 62 +++++++++++++++++++++++++++++ datacenter/ucp/2.0/release-notes.md | 2 - 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 datacenter/dtr/2.1/release-notes.md diff --git a/datacenter/dtr/2.1/release-notes.md b/datacenter/dtr/2.1/release-notes.md new file mode 100644 index 0000000000..4fed86c382 --- /dev/null +++ b/datacenter/dtr/2.1/release-notes.md @@ -0,0 +1,62 @@ +--- +title: Docker Trusted Registry release notes +description: Docker Trusted Registry release notes +keywords: +- docker, documentation, about, technology, understanding, enterprise, hub, registry, release notes, Docker Trusted Registry +--- + +Here you can learn about new features, bug fixes, breaking changes and +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 Beta 3 + +(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) + +**docker/dtr image** + +* Added more flags to the docker/dtr image to configure logging and tuning of +etcd when troubleshooting performance issues +* Added support to specify a custom volume or NFS mount to store the Docker images +* Several improvements to make installation command more stable + +**Components** + +* DTR now contains its own Notary server you can use to store secure image metadata +* Notary is highly-available if DTR is configured for high availability + +**UI** + +* Improved UI for configuring garbage collection jobs +* Removed user management pages. User management workflows can be done in UCP +* UI now shows author, push time, and layer sizes for tags + +Additional tag data is available in the API including Tag Author, Time pushed, Layer sizes, and Dockerfile commands. The GUI includes the following tag data: Tag Author, Time pushed, and Layer sizes. + +**General** + +* Added support for S3 compatible storage +* Added support for Google Cloud storage +* Several improvements to garbage collection +* Improved DTR health checking API +* API now returns author, push time, layer size and other information for tags diff --git a/datacenter/ucp/2.0/release-notes.md b/datacenter/ucp/2.0/release-notes.md index c2f4a064c3..250b0b0ed5 100644 --- a/datacenter/ucp/2.0/release-notes.md +++ b/datacenter/ucp/2.0/release-notes.md @@ -8,8 +8,6 @@ keywords: - Versions --- -# UCP Release Notes - Here you can learn about new features, bug fixes, breaking changes and known issues for the latest UCP version. You can then use [the upgrade instructions](installation/upgrade.md), to