File tree 3 files changed +31
-2
lines changed
datacenter/dtr/2.4/guides
3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -144,14 +144,14 @@ defaults:
144
144
path : " datacenter"
145
145
values :
146
146
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 "
148
148
enterprise : true
149
149
- scope :
150
150
path : " datacenter/dtr/2.4"
151
151
values :
152
152
dtr_org : " docker"
153
153
dtr_repo : " dtr"
154
- dtr_version : " 2.4.0 "
154
+ dtr_version : " 2.4.1 "
155
155
- scope :
156
156
path : " datacenter/dtr/2.3"
157
157
values :
Original file line number Diff line number Diff line change 33
33
- product : " dtr"
34
34
version : " 2.4"
35
35
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
36
40
- description : " DTR 2.4.0 Linux x86"
37
41
url : https://packages.docker.com/caas/dtr_images_2.4.0.tar.gz
38
42
- description : " DTR 2.4.0 IBM Z"
Original file line number Diff line number Diff line change @@ -11,6 +11,31 @@ known issues for each DTR version.
11
11
You can then use [ the upgrade instructions] ( admin/upgrade.md ) ,
12
12
to upgrade your installation to the latest release.
13
13
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
+
14
39
## DTR 2.4.0
15
40
16
41
(2 November 2017)
You can’t perform that action at this time.
0 commit comments