Release UCP 2.1.8

This commit is contained in:
Joao Fernandes 2018-04-13 14:21:01 -07:00 committed by Jim Galasyn
parent 4945785894
commit 4b0a66c5d2
3 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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"

View File

@ -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)