mirror of https://github.com/docker/docs.git
parent
6de9bb08e8
commit
1241b2e76f
|
|
@ -110,13 +110,13 @@ defaults:
|
|||
path: "datacenter"
|
||||
values:
|
||||
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:
|
||||
path: "datacenter/dtr/2.3"
|
||||
values:
|
||||
dtr_org: "docker"
|
||||
dtr_repo: "dtr"
|
||||
dtr_version: "2.3.3"
|
||||
dtr_version: "2.3.4"
|
||||
- scope:
|
||||
path: "datacenter/dtr/2.2"
|
||||
values:
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@
|
|||
- product: "dtr"
|
||||
version: "2.3"
|
||||
tar-files:
|
||||
- description: "DTR 2.3.4"
|
||||
url: https://packages.docker.com/caas/dtr-2.3.4.tar.gz
|
||||
- description: "DTR 2.3.3"
|
||||
url: https://packages.docker.com/caas/dtr-2.3.3.tar.gz
|
||||
- description: "DTR 2.3.2"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,21 @@ known issues for each DTR version.
|
|||
You can then use [the upgrade instructions](admin/upgrade.md),
|
||||
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
|
||||
|
||||
(13 September 2017)
|
||||
|
|
|
|||
Loading…
Reference in New Issue