mirror of https://github.com/docker/docs.git
Release UCP 2.1.8
This commit is contained in:
parent
4945785894
commit
4b0a66c5d2
|
@ -212,7 +212,7 @@ defaults:
|
|||
values:
|
||||
ucp_version: "2.1"
|
||||
dtr_version: "2.2"
|
||||
docker_image: "docker/ucp:2.1.7"
|
||||
docker_image: "docker/ucp:2.1.8"
|
||||
- scope:
|
||||
path: "datacenter/ucp/2.0"
|
||||
values:
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
- ucp-version: "2.1"
|
||||
tar-files:
|
||||
- description: "UCP 2.1.8"
|
||||
url: https://packages.docker.com/caas/ucp_images_2.1.8.tar.gz
|
||||
- description: "UCP 2.1.7"
|
||||
url: https://packages.docker.com/caas/ucp_images_2.1.7.tar.gz
|
||||
- description: "UCP 2.1.6"
|
||||
|
|
|
@ -12,6 +12,10 @@ 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.8 (2018-04-17)
|
||||
|
||||
* Fixed an issue that allows users to incorrectly interact with local volumes.
|
||||
|
||||
## Version 2.1.7
|
||||
|
||||
(13 February 2018)
|
||||
|
|
Loading…
Reference in New Issue