mirror of https://github.com/docker/docs.git
Release DTR 2.4.1
This commit is contained in:
parent
549064312f
commit
86377f739c
|
@ -144,14 +144,14 @@ defaults:
|
|||
path: "datacenter"
|
||||
values:
|
||||
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
|
||||
- scope:
|
||||
path: "datacenter/dtr/2.4"
|
||||
values:
|
||||
dtr_org: "docker"
|
||||
dtr_repo: "dtr"
|
||||
dtr_version: "2.4.0"
|
||||
dtr_version: "2.4.1"
|
||||
- scope:
|
||||
path: "datacenter/dtr/2.3"
|
||||
values:
|
||||
|
|
|
@ -33,6 +33,10 @@
|
|||
- product: "dtr"
|
||||
version: "2.4"
|
||||
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"
|
||||
url: https://packages.docker.com/caas/dtr_images_2.4.0.tar.gz
|
||||
- description: "DTR 2.4.0 IBM Z"
|
||||
|
|
|
@ -11,6 +11,31 @@ known issues for each DTR version.
|
|||
You can then use [the upgrade instructions](admin/upgrade.md),
|
||||
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
|
||||
|
||||
(2 November 2017)
|
||||
|
|
Loading…
Reference in New Issue