diff --git a/_config.yml b/_config.yml index c98454c44b..ed8f49a1b5 100644 --- a/_config.yml +++ b/_config.yml @@ -123,7 +123,7 @@ defaults: values: ucp_version: "2.1" dtr_version: "2.2" - docker_image: "docker/ucp:2.1.3" + docker_image: "docker/ucp:2.1.4" - scope: path: "datacenter/ucp/2.0" diff --git a/_data/ddc_offline_files.yaml b/_data/ddc_offline_files.yaml index a7f8c0533e..fd213f503f 100644 --- a/_data/ddc_offline_files.yaml +++ b/_data/ddc_offline_files.yaml @@ -6,6 +6,8 @@ - ucp-version: "2.1" tar-files: + - description: "UCP 2.1.4" + url: https://packages.docker.com/caas/ucp_images_2.1.4.tar.gz - description: "UCP 2.1.3" url: https://packages.docker.com/caas/ucp_images_2.1.3.tar.gz - description: "UCP 2.1.2" diff --git a/datacenter/ucp/2.1/guides/release-notes/index.md b/datacenter/ucp/2.1/guides/release-notes/index.md index 7e9d7c888a..5999121c77 100644 --- a/datacenter/ucp/2.1/guides/release-notes/index.md +++ b/datacenter/ucp/2.1/guides/release-notes/index.md @@ -12,6 +12,34 @@ known issues for the latest UCP version. You can then use [the upgrade instructions](../admin/upgrade.md), to upgrade your installation to the latest release. +## Version 2.1.4 + +(4 May 2017) + +**Bug Fixes** + +* Core + * Fixed an issue where updating the UCP server certificates, the web UI would + report success, but not make any changes + * UCP no longer shows an `invalid memory address` or `nil pointer dereference + panic` when inspecting containers created with Docker 1.10 or older + * It is no longer possible to create a service with the same published ingress + port as the UCP controller's port, thereby rendering UCP inaccessible + * Fixed an issue where usernames with special language characters (such as รค) + were unable to login to the system + * Fixed an issue where a Compose stack deploy could not update an existing service + due to access control conflicts with the `com.docker.ucp.access.owner` label + +* docker/ucp image + * UCP support dumps now include `docker stats` output + +* UI/UX + * Fixed an issue where an application deployed using `docker stack deploy` + in the CLI did not show up in the web UI + * Fixed an issue where deploying a Compose application via UI with a slow network + connection might display a websocket error despite successful deployment + + ## Version 2.1.3 (4 Apr 2017)