0.8 release notes

This commit is contained in:
Daniel Hiltgen 2016-01-26 12:27:04 -08:00 committed by Joao Fernandes
parent 5be427ded2
commit 6d78574d5a
1 changed files with 28 additions and 32 deletions

View File

@ -8,52 +8,48 @@ weight="-99"
# UCP Release Notes # UCP Release Notes
The latest release is 0.7. Consult with your Docker sales engineer for the The latest release is 0.8. Consult with your Docker sales engineer for the
release notes of earlier versions. release notes of earlier versions.
## Version 0.7 ## Version 0.8
The following notes apply to this release: The following notes apply to this release:
### Public images on Docker Hub. ### LDAP/AD integration
The UCP images now live within the `docker` organization on Docker Hub, and You can now configure UCP to use an LDAP or Active Directory service
are publicly accessible. for authentication. When logged in with an admin account, go to the
Settings page and select "LDAP" from the Auth Method pull-down.
```bash ### DTR integration
docker run --rm -it \
--name ucp \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \
install --help
```
### Upgrade You can now configure UCP to connect to a Docker Trusted Registry version
1.4.3 or newer.
Prior versions 0.5-0.6 of the beta can now be upgraded using the UCP tool. ### Teams and ACL
Run the following command to review usage information.
```bash Teams can be set up to map to LDAP/AD groups, or managed entirely
docker run --rm -it \ within UCP. Labels can then be set up on resources, and access can be
--name ucp \ granted to those labels.
-v /var/run/docker.sock:/var/run/docker.sock \
docker/ucp \ ### Multi-host networking
upgrade --help
``` The UCP bootstrapping tool now contains a utility for viewing and
configuring daemon configuraion. After deploying your controllers
and replica nodes, you can enable multi-host networking with the
`engine-discovery` command. For more usage information, run
`docker run --rm docker/ucp engine-discovery --help`
### UI ### UI
- New Volumes UI - Refined look and feel
- Paged views for nodes, containers, images, networks, volumes, and accounts to better handle large - Teams UI
scale deployments. - LDAP/AD configuration UI
- Support for browser based client cert login. - Collapseable navigation bar
- Cluster Controllers listed on Nodes screen
- Ability to disable anonymous usage reporting
### Misc ### Misc
- Fix restarting daemon or rebooting breaks cfssl and client bundle generation - Now requires engine 1.10.0-rc1 or newer
- Controller port can be changed at install time (default 443) - Etcd updated to 2.2.4
- Fix TLS cipher support for direct admin access to engine proxy - Swarm 1.1.0-RC2
- Fix event streaming and logs with follow