From 902111de1737366739e32c18be577b5d8edc7a01 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 21 Nov 2016 11:33:04 -0800 Subject: [PATCH 1/4] Add release notes for UCP 2.0.1 --- datacenter/ucp/2.0/guides/release-notes.md | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/datacenter/ucp/2.0/guides/release-notes.md b/datacenter/ucp/2.0/guides/release-notes.md index aa3d87b6be..fa9c9d9343 100644 --- a/datacenter/ucp/2.0/guides/release-notes.md +++ b/datacenter/ucp/2.0/guides/release-notes.md @@ -13,6 +13,45 @@ known issues for the latest UCP version. You can then use [the upgrade instructions](installation/upgrade.md), to upgrade your installation to the latest release. +## Version 2.0.1 + +(22 Nov 2016) + +**Features** + +* UI/UX + * The node details page now shows information about the node's CPU and RAM + * Improved applications page to provide more guidance when there are no apps deployed + +**Bug Fixes** + +* Core + * HTTP routing mesh no longer crashes if a routed service fails. It also + provides better error messages in the CLI + +* docker/ucp image + * Install and upgrade timeouts were increased to ensure the swarm managed by + UCP is fully operational + * Using `--external-server-cert` at install time now correctly preserves + pre-existing server certificates + * Joining a node that's using a non-default Docker runtime path now works as + expected + +* UI/UX + * Several buttons and links are now hidden if the user has "Read-Only" + permissions, e.g. deploy application, create volumes, create images + * When importing users from LDAP, the change password fields are no longer + displayed in the user profile + * When integrating with LDAP, the LDAP reader password is no longer displayed + on the UI or HTML + * Clarified that service resource constraints use absolute instead on nano CPU + shared. This is consistent with the Docker CLI + * UI now prompts for confirmation when switching from LDAP to built-in + authentication + * Improved DTR integration screen, to provide more guidance on how to isntall + DTR + + ## Version 2.0.0 (10 Nov 2016) From 4436a3ddac37206acf3f6d0470b898b76beeceb0 Mon Sep 17 00:00:00 2001 From: Vivek Saraswat Date: Tue, 22 Nov 2016 09:18:10 -0800 Subject: [PATCH 2/4] Update 2.0.1 release notes with rethinkDB fix Update release notes with rethinkDB bug fix that is blocking editions --- datacenter/ucp/2.0/guides/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/datacenter/ucp/2.0/guides/release-notes.md b/datacenter/ucp/2.0/guides/release-notes.md index fa9c9d9343..a562e93a37 100644 --- a/datacenter/ucp/2.0/guides/release-notes.md +++ b/datacenter/ucp/2.0/guides/release-notes.md @@ -26,6 +26,7 @@ upgrade your installation to the latest release. **Bug Fixes** * Core + * Fixed an issue with rethinkDB sync that causes timeout failures during upgrades * HTTP routing mesh no longer crashes if a routed service fails. It also provides better error messages in the CLI From 9b92d622b58c3f2214a8c9a46b430e378efb30b4 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 22 Nov 2016 09:32:27 -0800 Subject: [PATCH 3/4] Add UCP auto upgrade to release notes --- datacenter/ucp/2.0/guides/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datacenter/ucp/2.0/guides/release-notes.md b/datacenter/ucp/2.0/guides/release-notes.md index a562e93a37..2a72c23913 100644 --- a/datacenter/ucp/2.0/guides/release-notes.md +++ b/datacenter/ucp/2.0/guides/release-notes.md @@ -72,6 +72,8 @@ of specific teams * Built-in TCP load balancing and service discovery for services * Added an HTTP routing mesh for enabling hostname routing for services (experimental) +* The UCP web UI now lets you know when a new version is available, and upgrades +to the the new version with a single click **Installer** From 2b08ae1ee61e35befcf6e062ef7b8236f52cec78 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 22 Nov 2016 12:08:35 -0800 Subject: [PATCH 4/4] Update DDC offline install --- _config.yml | 2 ++ datacenter/dtr/2.1/guides/install/install-offline.md | 2 +- datacenter/ucp/2.0/guides/installation/install-offline.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 87895bd9b5..78d95a2c44 100644 --- a/_config.yml +++ b/_config.yml @@ -39,6 +39,8 @@ defaults: path: "datacenter" values: assignee: "joaofnfernandes" + ucp_latest_version: "2.0.1" + dtr_latest_version: "2.1.0" - scope: path: "docker-cloud" values: diff --git a/datacenter/dtr/2.1/guides/install/install-offline.md b/datacenter/dtr/2.1/guides/install/install-offline.md index c6766c8521..956e5dffdc 100644 --- a/datacenter/dtr/2.1/guides/install/install-offline.md +++ b/datacenter/dtr/2.1/guides/install/install-offline.md @@ -20,7 +20,7 @@ copy that package to the nodes where you’ll install DTR. Docker Datacenter components: ```bash - $ wget https://packages.docker.com/caas/ucp-2.0.0_dtr-2.1.0.tar.gz -O docker-datacenter.tar.gz + $ wget https://packages.docker.com/caas/ucp-{{ page.ucp_latest_version }}_dtr-{{ page.dtr_latest_version }}.tar.gz -O docker-datacenter.tar.gz ``` 2. Transfer the package to the offline nodes. diff --git a/datacenter/ucp/2.0/guides/installation/install-offline.md b/datacenter/ucp/2.0/guides/installation/install-offline.md index 62b3ae60bd..a44044bc76 100644 --- a/datacenter/ucp/2.0/guides/installation/install-offline.md +++ b/datacenter/ucp/2.0/guides/installation/install-offline.md @@ -21,7 +21,7 @@ all the images. Then you copy that package to the host where you’ll install UC Docker Datacenter components: ```bash - $ wget https://packages.docker.com/caas/ucp-2.0.0_dtr-2.1.0.tar.gz -O docker-datacenter.tar.gz + $ wget https://packages.docker.com/caas/ucp-{{ page.ucp_latest_version }}_dtr-{{ page.dtr_latest_version }}.tar.gz -O docker-datacenter.tar.gz ``` 2. Transfer the package to the offline nodes.