mirror of https://github.com/docker/docs.git
Release DTR 2.4.4
This commit is contained in:
parent
586b64454c
commit
6b50e864d9
|
|
@ -109,7 +109,7 @@ defaults:
|
|||
hide_from_sitemap: true
|
||||
dtr_org: "docker"
|
||||
dtr_repo: "dtr"
|
||||
dtr_version: "2.4.3"
|
||||
dtr_version: "2.4.4"
|
||||
- scope:
|
||||
path: "datacenter/dtr/2.3"
|
||||
values:
|
||||
|
|
|
|||
|
|
@ -81,6 +81,10 @@
|
|||
- product: "dtr"
|
||||
version: "2.4"
|
||||
tar-files:
|
||||
- description: "DTR 2.4.4 Linux x86"
|
||||
url: https://packages.docker.com/caas/dtr_images_2.4.4.tar.gz
|
||||
- description: "DTR 2.4.4 IBM Z"
|
||||
url: https://packages.docker.com/caas/dtr_images_s390x_2.4.4.tar.gz
|
||||
- description: "DTR 2.4.3 Linux x86"
|
||||
url: https://packages.docker.com/caas/dtr_images_2.4.3.tar.gz
|
||||
- description: "DTR 2.4.3 IBM Z"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ to upgrade your installation to the latest release.
|
|||
|
||||
## Version 2.3.7
|
||||
|
||||
(15 May 2018)
|
||||
(17 May 2018)
|
||||
|
||||
**New features**
|
||||
|
||||
|
|
|
|||
|
|
@ -101,6 +101,21 @@ specify `--log-protocol`.
|
|||
image has a layer over 100MB.
|
||||
* On upgrade the scanningstore container may restart with this error message:
|
||||
|
||||
## Version 2.4.4
|
||||
|
||||
(17 May 2018)
|
||||
|
||||
**New features**
|
||||
|
||||
* Headers added to all API and registry responses to improve security (enforce HTST, XSS Protection, prevent MIME sniffing).
|
||||
|
||||
**Bug fixes**
|
||||
|
||||
* Fixed a problem that made pulling images from Google Cloud fail when DTR was configured to redirect requests.
|
||||
* Remove a race condition in which repos deleted during tagmigration were causing tagmigration to fail.
|
||||
* Reduce noise in the jobrunner logs by changing some of the more detailed messages to debug level.
|
||||
* Eliminate a race condition in which webhook for license updates doesn't fire.
|
||||
|
||||
## Version 2.4.3 (2018-03-19)
|
||||
|
||||
**Security**
|
||||
|
|
|
|||
Loading…
Reference in New Issue