Release DTR 2.3.7

This commit is contained in:
Joao Fernandes 2018-05-16 15:20:05 -07:00 committed by Joao Fernandes
parent 8f4f25fabf
commit 586b64454c
3 changed files with 19 additions and 1 deletions

View File

@ -116,7 +116,7 @@ defaults:
hide_from_sitemap: true
dtr_org: "docker"
dtr_repo: "dtr"
dtr_version: "2.3.6"
dtr_version: "2.3.7"
- scope:
path: "datacenter/dtr/2.2"
values:

View File

@ -100,6 +100,8 @@
- product: "dtr"
version: "2.3"
tar-files:
- description: "DTR 2.3.7"
url: https://packages.docker.com/caas/dtr_images_2.3.7.tar.gz
- description: "DTR 2.3.6"
url: https://packages.docker.com/caas/dtr_images_2.3.6.tar.gz
- description: "DTR 2.3.5"

View File

@ -11,6 +11,22 @@ known issues for each DTR version.
You can then use [the upgrade instructions](admin/upgrade.md),
to upgrade your installation to the latest release.
## Version 2.3.7
(15 May 2018)
**New features**
* Headers added to all API and registry responses to improve security (enforce HTST, XSS Protection, prevent MIME sniffing).
**Bug fixes**
* Prevent OOM during garbage collection by reading less data into memory at a time.
* 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.
* Postgres updated to 9.6.6-r0.
* Eliminate a race condition in which webhook for license updates doesn't fire.
## Version 2.3.6
(13 February 2018)