DTR 2.3.4 release notes (#4852)

* DTR 2.3.4 release notes
This commit is contained in:
Viktor Stanchev 2017-10-12 15:25:38 -07:00 committed by Joao Fernandes
parent 6de9bb08e8
commit 1241b2e76f
3 changed files with 19 additions and 2 deletions

View File

@ -110,13 +110,13 @@ defaults:
path: "datacenter" path: "datacenter"
values: values:
ucp_latest_image: "docker/ucp:2.2.3" ucp_latest_image: "docker/ucp:2.2.3"
dtr_latest_image: "docker/dtr:2.3.3" dtr_latest_image: "docker/dtr:2.3.4"
- scope: - scope:
path: "datacenter/dtr/2.3" path: "datacenter/dtr/2.3"
values: values:
dtr_org: "docker" dtr_org: "docker"
dtr_repo: "dtr" dtr_repo: "dtr"
dtr_version: "2.3.3" dtr_version: "2.3.4"
- scope: - scope:
path: "datacenter/dtr/2.2" path: "datacenter/dtr/2.2"
values: values:

View File

@ -27,6 +27,8 @@
- product: "dtr" - product: "dtr"
version: "2.3" version: "2.3"
tar-files: tar-files:
- description: "DTR 2.3.4"
url: https://packages.docker.com/caas/dtr-2.3.4.tar.gz
- description: "DTR 2.3.3" - description: "DTR 2.3.3"
url: https://packages.docker.com/caas/dtr-2.3.3.tar.gz url: https://packages.docker.com/caas/dtr-2.3.3.tar.gz
- description: "DTR 2.3.2" - description: "DTR 2.3.2"

View File

@ -11,6 +11,21 @@ known issues for each DTR version.
You can then use [the upgrade instructions](admin/upgrade.md), You can then use [the upgrade instructions](admin/upgrade.md),
to upgrade your installation to the latest release. to upgrade your installation to the latest release.
## DTR 2.3.4
(12 October 2017)
### Bugs fixed
* High severity
* Fixed a bug in distribution that caused pull timeouts under load if using
NFS or local storage. [#2299](https://github.com/docker/distribution/pull/2299)
* Fixed GCS configuration UI.
* Low severity
* Fixed missing show password button.
* Removed incorrectly enforced length limit on repo names from UI.
* Fixed small UI behavior and appearance inconsistencies.
## DTR 2.3.3 ## DTR 2.3.3
(13 September 2017) (13 September 2017)