Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5ebf50

Browse files
Joao Fernandesjohndmulhausen
authored andcommitted
Release DTR 2.2.4, 2.1.6
1 parent 7211e87 commit b5ebf50

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ defaults:
9595
path: "datacenter"
9696
values:
9797
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"
9999
-
100100
scope:
101101
path: "datacenter/dtr/2.2"
102102
values:
103103
ucp_version: "2.1"
104104
dtr_version: "2.2"
105-
docker_image: "docker/dtr:2.2.3"
105+
docker_image: "docker/dtr:2.2.4"
106106
-
107107
scope:
108108
path: "datacenter/dtr/2.1"

_data/ddc_offline_files.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
url: https://packages.docker.com/caas/ucp_images_2.1.1.tar.gz
1515
- description: "UCP 2.1.0"
1616
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
1719
- description: "DTR 2.2.3"
1820
url: https://packages.docker.com/caas/dtr-2.2.3.tar.gz
1921
- description: "DTR 2.2.2"
@@ -28,6 +30,8 @@
2830
url: https://packages.docker.com/caas/ucp_images_2.0.3.tar.gz
2931
- description: "UCP 2.0.2"
3032
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
3135
- description: "DTR 2.1.5"
3236
url: https://packages.docker.com/caas/dtr-2.1.5.tar.gz
3337
- description: "DTR 2.1.4"

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ known issues for each DTR version.
1313
You can then use [the upgrade instructions](install/upgrade.md),
1414
to upgrade your installation to the latest release.
1515

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+
1625
## DTR 2.1.5
1726

1827
(17 March 2017)

datacenter/dtr/2.2/guides/release-notes/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,29 @@ known issues for each DTR version.
1212
You can then use [the upgrade instructions](../admin/upgrade.md),
1313
to upgrade your installation to the latest release.
1414

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+
1538
## DTR 2.2.3
1639

1740
(9 March 2017)

0 commit comments

Comments
 (0)