@@ -13,6 +13,57 @@ You can then use [the upgrade instructions](../admin/upgrade.md), to
13
13
upgrade your installation to the latest release.
14
14
15
15
16
+ ## Version 2.1.2
17
+
18
+ (29 Mar 2017)
19
+
20
+ ** Known issues**
21
+
22
+ There is known issue in UCP 2.1 where upgrading from UCP 1.1.z can cause swarm
23
+ to leave worker nodes in a pending state with the message:
24
+
25
+ ```
26
+ [Pending] Completing node registration
27
+ ```
28
+
29
+ There are two workarounds for rectifying this issue:
30
+
31
+ 1 . When upgrading from UCP 1.1.z, first upgrade to UCP 2.0.z, and then to UCP
32
+ 2.1.z. This will prevent the issue from happening, and is the recommended upgrade path.
33
+ 2 . If you have already upgraded from UCP 1.1.z directly to UCP 2.1.z, you can
34
+ fix the issue by restarting the ucp-swarm-manager container on each of your UCP
35
+ controller nodes.
36
+
37
+ This issue will be fixed in UCP 2.1.3.
38
+
39
+ ** Bug fixes**
40
+
41
+ * Core
42
+ * `ucp-reconcile` service now correctly brings up `ucp-kv` container if it
43
+ has stopped or become unreachable
44
+ * Fixed known issue in which users are unable to log into UCP UI after upgrading
45
+ from UCP 2.1.0 to 2.1.1 because the parameter for maximum concurrent users was
46
+ incorrectly defaulted to '0'
47
+ * Fixed an issue where the UCP manager becomes unresponsive and requires a restart
48
+ if `docker ps` or `docker info` calls to engine take a long time for a response
49
+ * HTTP Routing Mesh now correctly provides httplog for debug logging of services
50
+ * `docker node ls -f` now correctly filters when run against a UCP cluster
51
+ * `docker inspect task` no longer returns errors when run against a UCP cluster
52
+ * UCP now correctly reports progress when loading an image from CLI
53
+
54
+ * docker/ucp image
55
+ * UCP support dumps now include Docker Engine daemon logs
56
+ * Host address IPs are now automatically added to SANs during install
57
+ * UCP now reports its version number in the CLI after being installed
58
+
59
+ * UI/UX
60
+ * Deploying Compose-based applications in the GUI now works correctly when
61
+ Docker Content Trust "Run Only Signed Images" is turned on
62
+ * Fixed an issue where UI temporarily showed more tasks for a service than
63
+ actually existed
64
+ * Fixed an issue in which metrics incorrectly displayed `0%` in the UI
65
+
66
+
16
67
## Version 2.1.1
17
68
18
69
(14 Mar 2017)
0 commit comments