Skip to content

Commit 86377f7

Browse files
Joao Fernandesjoaofnfernandes
Joao Fernandes
authored andcommitted
Release DTR 2.4.1
1 parent 5490643 commit 86377f7

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@ defaults:
144144
path: "datacenter"
145145
values:
146146
ucp_latest_image: "docker/ucp:2.2.4"
147-
dtr_latest_image: "docker/dtr:2.4.0"
147+
dtr_latest_image: "docker/dtr:2.4.1"
148148
enterprise: true
149149
- scope:
150150
path: "datacenter/dtr/2.4"
151151
values:
152152
dtr_org: "docker"
153153
dtr_repo: "dtr"
154-
dtr_version: "2.4.0"
154+
dtr_version: "2.4.1"
155155
- scope:
156156
path: "datacenter/dtr/2.3"
157157
values:

_data/ddc_offline_files_2.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
- product: "dtr"
3434
version: "2.4"
3535
tar-files:
36+
- description: "DTR 2.4.1 Linux x86"
37+
url: https://packages.docker.com/caas/dtr_images_2.4.1.tar.gz
38+
- description: "DTR 2.4.1 IBM Z"
39+
url: https://packages.docker.com/caas/dtr_images_s390x_2.4.1.tar.gz
3640
- description: "DTR 2.4.0 Linux x86"
3741
url: https://packages.docker.com/caas/dtr_images_2.4.0.tar.gz
3842
- description: "DTR 2.4.0 IBM Z"

datacenter/dtr/2.4/guides/release-notes.md

+25
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,31 @@ known issues for each DTR version.
1111
You can then use [the upgrade instructions](admin/upgrade.md),
1212
to upgrade your installation to the latest release.
1313

14+
## 2.4.1
15+
16+
(13 November 2017)
17+
18+
**Bug fixes**
19+
20+
* Fixed a bug that cause certain vulnerabilities to not be found during scanning.
21+
* Increased speed of lock expiration in case of failed joins.
22+
* Fixed notification when toggling active status of webhooks.
23+
* Speed up detection of dead jobrunners.
24+
* Fixed a bug where garbage collection ran in a suboptimal mode if scheduled as
25+
a cron from the UI.
26+
* Fixed a potential issue with the way we untar files in uploads of the
27+
vulnerability database.
28+
29+
**General improvements**
30+
31+
* Improved resilience of garbage collection.
32+
* Improved logging of garbage collection.
33+
* Improved memory usage during backup.
34+
* Improved error handling when uploading invalid vulnerability databases.
35+
* Improve resilience of DTR join operations.
36+
* Hide secrets on storage config pages.
37+
38+
1439
## DTR 2.4.0
1540

1641
(2 November 2017)

0 commit comments

Comments
 (0)