Release DTR 2.4.1

This commit is contained in:
Joao Fernandes 2017-11-13 10:58:39 -08:00 committed by Joao Fernandes
parent 549064312f
commit 86377f739c
3 changed files with 31 additions and 2 deletions

View File

@ -144,14 +144,14 @@ defaults:
path: "datacenter" path: "datacenter"
values: values:
ucp_latest_image: "docker/ucp:2.2.4" ucp_latest_image: "docker/ucp:2.2.4"
dtr_latest_image: "docker/dtr:2.4.0" dtr_latest_image: "docker/dtr:2.4.1"
enterprise: true enterprise: true
- scope: - scope:
path: "datacenter/dtr/2.4" path: "datacenter/dtr/2.4"
values: values:
dtr_org: "docker" dtr_org: "docker"
dtr_repo: "dtr" dtr_repo: "dtr"
dtr_version: "2.4.0" dtr_version: "2.4.1"
- scope: - scope:
path: "datacenter/dtr/2.3" path: "datacenter/dtr/2.3"
values: values:

View File

@ -33,6 +33,10 @@
- product: "dtr" - product: "dtr"
version: "2.4" version: "2.4"
tar-files: tar-files:
- description: "DTR 2.4.1 Linux x86"
url: https://packages.docker.com/caas/dtr_images_2.4.1.tar.gz
- description: "DTR 2.4.1 IBM Z"
url: https://packages.docker.com/caas/dtr_images_s390x_2.4.1.tar.gz
- description: "DTR 2.4.0 Linux x86" - description: "DTR 2.4.0 Linux x86"
url: https://packages.docker.com/caas/dtr_images_2.4.0.tar.gz url: https://packages.docker.com/caas/dtr_images_2.4.0.tar.gz
- description: "DTR 2.4.0 IBM Z" - description: "DTR 2.4.0 IBM Z"

View File

@ -11,6 +11,31 @@ 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.
## 2.4.1
(13 November 2017)
**Bug fixes**
* Fixed a bug that cause certain vulnerabilities to not be found during scanning.
* Increased speed of lock expiration in case of failed joins.
* Fixed notification when toggling active status of webhooks.
* Speed up detection of dead jobrunners.
* Fixed a bug where garbage collection ran in a suboptimal mode if scheduled as
a cron from the UI.
* Fixed a potential issue with the way we untar files in uploads of the
vulnerability database.
**General improvements**
* Improved resilience of garbage collection.
* Improved logging of garbage collection.
* Improved memory usage during backup.
* Improved error handling when uploading invalid vulnerability databases.
* Improve resilience of DTR join operations.
* Hide secrets on storage config pages.
## DTR 2.4.0 ## DTR 2.4.0
(2 November 2017) (2 November 2017)