@@ -17,6 +17,49 @@ known issues for each UCP version.
17
17
You can then use [ the upgrade instructions] ( installation/upgrade.md ) , to
18
18
upgrade your installation to the latest release.
19
19
20
+
21
+ ## Version 1.1.3
22
+
23
+ Note: UCP 1.1.3 supports Docker Engine 1.12 but does not use the built-in
24
+ orchestration capabilities provided by the Docker Engine on swarm mode. When
25
+ installing this UCP version on a Docker Engine 1.12 host, UCP creates a cluster
26
+ using Docker Swarm 1.2.5.
27
+
28
+ ** Security Update**
29
+
30
+ Fixes a security issue by which a malicious user with limited privileges can
31
+ perform unauthorized actions on the cluster via the API.
32
+
33
+ ** Features**
34
+
35
+ * Core
36
+ * Upgraded Docker Swarm to 1.2.5
37
+ * Non-admin users no longer have the ability to edit or delete UCP/DTR volumes
38
+ and networks.
39
+ * The Pull Image, Delete Image, Create Volume, Delete Volume, Create Network
40
+ and Delete Network operations are now inaccessible to users with View Only
41
+ default permissions or lower.
42
+
43
+ ** Bug Fixes**
44
+
45
+ * Improved system performance when large numbers of overlay networks are deployed
46
+ on the cluster.
47
+ * Fixed an issue which affected container rescheduling on clusters with overlay
48
+ networks.
49
+ * Fixed an issue which affected synchronizing organization owners (admins) in
50
+ LDAP when migrating from DTR 1.4.3 to 2.0.x
51
+ * Fixed an issue where UCP/DTR integration config was not loaded when UCP
52
+ controller was restarted.
53
+ * Fixed an issue in the GUI where the sidebar does not display when first
54
+ logging into UCP.
55
+ * Fixed an issue where volumes created through the UCP GUI did not correctly
56
+ populate the labels field.
57
+
58
+ ** Known Issues**
59
+
60
+ * This version of UCP cannot be installed on Engine 1.12 host with swarm mode
61
+ enabled, and is not compatible with swarm-mode based APIs, e.g. ` docker service ` .
62
+
20
63
## Version 1.1.2
21
64
22
65
Note: UCP 1.1.2 supports Docker Engine 1.12 but doesn't use the new clustering
0 commit comments