Skip to content

Commit

Permalink
Merge pull request docker#692 from joaofnfernandes/ucp-2.0.1
Browse files Browse the repository at this point in the history
Add release notes for UCP 2.0.1
  • Loading branch information
joaofnfernandes authored Nov 22, 2016
2 parents 730f225 + 2b08ae1 commit 312579d
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion datacenter/dtr/2.1/guides/install/install-offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion datacenter/ucp/2.0/guides/installation/install-offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
42 changes: 42 additions & 0 deletions datacenter/ucp/2.0/guides/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,46 @@ 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
* 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

* 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)
Expand All @@ -32,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**

Expand Down

0 comments on commit 312579d

Please sign in to comment.