@@ -13,6 +13,46 @@ known issues for the latest UCP version.
13
13
You can then use [ the upgrade instructions] ( installation/upgrade.md ) , to
14
14
upgrade your installation to the latest release.
15
15
16
+ ## Version 2.0.1
17
+
18
+ (22 Nov 2016)
19
+
20
+ ** Features**
21
+
22
+ * UI/UX
23
+ * The node details page now shows information about the node's CPU and RAM
24
+ * Improved applications page to provide more guidance when there are no apps deployed
25
+
26
+ ** Bug Fixes**
27
+
28
+ * Core
29
+ * Fixed an issue with rethinkDB sync that causes timeout failures during upgrades
30
+ * HTTP routing mesh no longer crashes if a routed service fails. It also
31
+ provides better error messages in the CLI
32
+
33
+ * docker/ucp image
34
+ * Install and upgrade timeouts were increased to ensure the swarm managed by
35
+ UCP is fully operational
36
+ * Using ` --external-server-cert ` at install time now correctly preserves
37
+ pre-existing server certificates
38
+ * Joining a node that's using a non-default Docker runtime path now works as
39
+ expected
40
+
41
+ * UI/UX
42
+ * Several buttons and links are now hidden if the user has "Read-Only"
43
+ permissions, e.g. deploy application, create volumes, create images
44
+ * When importing users from LDAP, the change password fields are no longer
45
+ displayed in the user profile
46
+ * When integrating with LDAP, the LDAP reader password is no longer displayed
47
+ on the UI or HTML
48
+ * Clarified that service resource constraints use absolute instead on nano CPU
49
+ shared. This is consistent with the Docker CLI
50
+ * UI now prompts for confirmation when switching from LDAP to built-in
51
+ authentication
52
+ * Improved DTR integration screen, to provide more guidance on how to isntall
53
+ DTR
54
+
55
+
16
56
## Version 2.0.0
17
57
18
58
(10 Nov 2016)
@@ -32,6 +72,8 @@ of specific teams
32
72
* Built-in TCP load balancing and service discovery for services
33
73
* Added an HTTP routing mesh for enabling hostname routing for services
34
74
(experimental)
75
+ * The UCP web UI now lets you know when a new version is available, and upgrades
76
+ to the the new version with a single click
35
77
36
78
** Installer**
37
79
0 commit comments