File tree Expand file tree Collapse file tree 4 files changed +38
-2
lines changed Expand file tree Collapse file tree 4 files changed +38
-2
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ defaults:
95
95
path : " datacenter"
96
96
values :
97
97
ucp_latest_image : " docker/ucp:2.1.3"
98
- dtr_latest_image : " docker/dtr:2.2.3 "
98
+ dtr_latest_image : " docker/dtr:2.2.4 "
99
99
-
100
100
scope :
101
101
path : " datacenter/dtr/2.2"
102
102
values :
103
103
ucp_version : " 2.1"
104
104
dtr_version : " 2.2"
105
- docker_image : " docker/dtr:2.2.3 "
105
+ docker_image : " docker/dtr:2.2.4 "
106
106
-
107
107
scope :
108
108
path : " datacenter/dtr/2.1"
Original file line number Diff line number Diff line change 14
14
url : https://packages.docker.com/caas/ucp_images_2.1.1.tar.gz
15
15
- description : " UCP 2.1.0"
16
16
url : https://packages.docker.com/caas/ucp_images_2.1.0.tar.gz
17
+ - description : " DTR 2.2.4"
18
+ url : https://packages.docker.com/caas/dtr-2.2.4.tar.gz
17
19
- description : " DTR 2.2.3"
18
20
url : https://packages.docker.com/caas/dtr-2.2.3.tar.gz
19
21
- description : " DTR 2.2.2"
28
30
url : https://packages.docker.com/caas/ucp_images_2.0.3.tar.gz
29
31
- description : " UCP 2.0.2"
30
32
url : https://packages.docker.com/caas/ucp_images_2.0.2.tar.gz
33
+ - description : " DTR 2.1.6"
34
+ url : https://packages.docker.com/caas/dtr-2.1.6.tar.gz
31
35
- description : " DTR 2.1.5"
32
36
url : https://packages.docker.com/caas/dtr-2.1.5.tar.gz
33
37
- description : " DTR 2.1.4"
Original file line number Diff line number Diff line change @@ -13,6 +13,15 @@ known issues for each DTR version.
13
13
You can then use [ the upgrade instructions] ( install/upgrade.md ) ,
14
14
to upgrade your installation to the latest release.
15
15
16
+ ## DTR 2.1.6
17
+
18
+ (13 April 2017)
19
+
20
+ ** Bugs fixed**
21
+
22
+ * High impact
23
+ * Fixed memory leaks causing DTR to use all RAM available
24
+
16
25
## DTR 2.1.5
17
26
18
27
(17 March 2017)
Original file line number Diff line number Diff line change @@ -12,6 +12,29 @@ known issues for each DTR version.
12
12
You can then use [ the upgrade instructions] ( ../admin/upgrade.md ) ,
13
13
to upgrade your installation to the latest release.
14
14
15
+ ## DTR 2.2.4
16
+
17
+ (13 April 2017)
18
+
19
+ ** Bugs fixed**
20
+
21
+ * High impact
22
+ * Fixed memory leaks causing DTR to use all RAM available
23
+ * Fixed concurrency problems that might cause the registry and api server to
24
+ restart
25
+ * Improved performance of search on the web UI. To improve performance
26
+ the search now only returns accounts and repositories that match the search
27
+ input. It no longer shows repositories belonging to the accounts retuned in
28
+ the search result
29
+ * The web UI now displays all members of an organization
30
+ * Low impact
31
+ * When installing or joining replicas with ` --nfs-storage-url ` and the
32
+ installation fails, DTR now deletes the ` .dtr-nfs-test ` file
33
+ * The web UI now shows if a team is managed in LDAP or not
34
+ * After updating the vulnerability database, a rescan button only shows
35
+ if the user has permissions for that action
36
+
37
+
15
38
## DTR 2.2.3
16
39
17
40
(9 March 2017)
You can’t perform that action at this time.
0 commit comments