Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 312579d

Browse files
Merge pull request docker#692 from joaofnfernandes/ucp-2.0.1
Add release notes for UCP 2.0.1
2 parents 730f225 + 2b08ae1 commit 312579d

File tree

4 files changed

+46
-2
lines changed

4 files changed

+46
-2
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ defaults:
3939
path: "datacenter"
4040
values:
4141
assignee: "joaofnfernandes"
42+
ucp_latest_version: "2.0.1"
43+
dtr_latest_version: "2.1.0"
4244
- scope:
4345
path: "docker-cloud"
4446
values:

datacenter/dtr/2.1/guides/install/install-offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ copy that package to the nodes where you’ll install DTR.
2020
Docker Datacenter components:
2121

2222
```bash
23-
$ wget https://packages.docker.com/caas/ucp-2.0.0_dtr-2.1.0.tar.gz -O docker-datacenter.tar.gz
23+
$ wget https://packages.docker.com/caas/ucp-{{ page.ucp_latest_version }}_dtr-{{ page.dtr_latest_version }}.tar.gz -O docker-datacenter.tar.gz
2424
```
2525

2626
2. Transfer the package to the offline nodes.

datacenter/ucp/2.0/guides/installation/install-offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ all the images. Then you copy that package to the host where you’ll install UC
2121
Docker Datacenter components:
2222

2323
```bash
24-
$ wget https://packages.docker.com/caas/ucp-2.0.0_dtr-2.1.0.tar.gz -O docker-datacenter.tar.gz
24+
$ wget https://packages.docker.com/caas/ucp-{{ page.ucp_latest_version }}_dtr-{{ page.dtr_latest_version }}.tar.gz -O docker-datacenter.tar.gz
2525
```
2626

2727
2. Transfer the package to the offline nodes.

datacenter/ucp/2.0/guides/release-notes.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,46 @@ known issues for the latest UCP version.
1313
You can then use [the upgrade instructions](installation/upgrade.md), to
1414
upgrade your installation to the latest release.
1515

16+
## Version 2.0.1
17+
18+
(22 Nov 2016)
19+
20+
**Features**
21+
22+
* UI/UX
23+
* The node details page now shows information about the node's CPU and RAM
24+
* Improved applications page to provide more guidance when there are no apps deployed
25+
26+
**Bug Fixes**
27+
28+
* Core
29+
* Fixed an issue with rethinkDB sync that causes timeout failures during upgrades
30+
* HTTP routing mesh no longer crashes if a routed service fails. It also
31+
provides better error messages in the CLI
32+
33+
* docker/ucp image
34+
* Install and upgrade timeouts were increased to ensure the swarm managed by
35+
UCP is fully operational
36+
* Using `--external-server-cert` at install time now correctly preserves
37+
pre-existing server certificates
38+
* Joining a node that's using a non-default Docker runtime path now works as
39+
expected
40+
41+
* UI/UX
42+
* Several buttons and links are now hidden if the user has "Read-Only"
43+
permissions, e.g. deploy application, create volumes, create images
44+
* When importing users from LDAP, the change password fields are no longer
45+
displayed in the user profile
46+
* When integrating with LDAP, the LDAP reader password is no longer displayed
47+
on the UI or HTML
48+
* Clarified that service resource constraints use absolute instead on nano CPU
49+
shared. This is consistent with the Docker CLI
50+
* UI now prompts for confirmation when switching from LDAP to built-in
51+
authentication
52+
* Improved DTR integration screen, to provide more guidance on how to isntall
53+
DTR
54+
55+
1656
## Version 2.0.0
1757

1858
(10 Nov 2016)
@@ -32,6 +72,8 @@ of specific teams
3272
* Built-in TCP load balancing and service discovery for services
3373
* Added an HTTP routing mesh for enabling hostname routing for services
3474
(experimental)
75+
* The UCP web UI now lets you know when a new version is available, and upgrades
76+
to the the new version with a single click
3577

3678
**Installer**
3779

0 commit comments

Comments
 (0)