Release DTR 2.2.10

This commit is contained in:
Joao Fernandes 2017-11-13 10:52:05 -08:00 committed by Joao Fernandes
parent d69fb89733
commit 068ae714cf
3 changed files with 28 additions and 1 deletions

View File

@ -165,7 +165,7 @@ defaults:
hide_from_sitemap: true
ucp_version: "2.1"
dtr_version: "2.2"
docker_image: "docker/dtr:2.2.9"
docker_image: "docker/dtr:2.2.10"
- scope:
path: "datacenter/dtr/2.1"
values:

View File

@ -18,6 +18,8 @@
url: https://packages.docker.com/caas/ucp_images_2.1.1.tar.gz
- description: "UCP 2.1.0"
url: https://packages.docker.com/caas/ucp_images_2.1.0.tar.gz
- description: "DTR 2.2.10"
url: https://packages.docker.com/caas/dtr-2.2.10.tar.gz
- description: "DTR 2.2.9"
url: https://packages.docker.com/caas/dtr-2.2.9.tar.gz
- description: "DTR 2.2.8"

View File

@ -12,6 +12,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.2.10
(13 November 2017)
**Bugs fixed**
* Fixed a bug that caused certain vulnerabilities to not be found during scanning.
* Fixed a bug in distribution that caused pull timeouts under load if using NFS
or local storage.
* Fixed a bug with downloading storage yaml file on Firefox.
* 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.
* Improved resilience of DTR `join` operations.
* Hide secrets on storage config pages.
## DTR 2.2.9
(13 September 2017)