mirror of https://github.com/docker/docs.git
Revert "Remove release notes for UCP 2.2.5"
This reverts commit 9d577bf552
.
This commit is contained in:
parent
9d577bf552
commit
21505eb604
|
@ -184,7 +184,7 @@ defaults:
|
||||||
values:
|
values:
|
||||||
ucp_org: "docker"
|
ucp_org: "docker"
|
||||||
ucp_repo: "ucp"
|
ucp_repo: "ucp"
|
||||||
ucp_version: "2.2.4"
|
ucp_version: "2.2.5"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter/ucp/2.1"
|
path: "datacenter/ucp/2.1"
|
||||||
values:
|
values:
|
||||||
|
|
|
@ -6,6 +6,12 @@
|
||||||
- product: "ucp"
|
- product: "ucp"
|
||||||
version: "2.2"
|
version: "2.2"
|
||||||
tar-files:
|
tar-files:
|
||||||
|
- description: "2.2.5 Linux"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_2.2.5.tar.gz
|
||||||
|
- description: "2.2.5 IBM Z"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.5.tar.gz
|
||||||
|
- description: "2.2.5 Windows"
|
||||||
|
url: https://packages.docker.com/caas/ucp_images_win_2.2.5.tar.gz
|
||||||
- description: "2.2.4 Linux"
|
- description: "2.2.4 Linux"
|
||||||
url: https://packages.docker.com/caas/ucp_images_2.2.4.tar.gz
|
url: https://packages.docker.com/caas/ucp_images_2.2.4.tar.gz
|
||||||
- description: "2.2.4 IBM Z"
|
- description: "2.2.4 IBM Z"
|
||||||
|
|
|
@ -10,6 +10,21 @@ known issues for the latest UCP version.
|
||||||
You can then use [the upgrade instructions](admin/install/upgrade.md), to
|
You can then use [the upgrade instructions](admin/install/upgrade.md), to
|
||||||
upgrade your installation to the latest release.
|
upgrade your installation to the latest release.
|
||||||
|
|
||||||
|
## Version 2.2.5
|
||||||
|
|
||||||
|
(16 January 2018)
|
||||||
|
|
||||||
|
**Bug fixes**
|
||||||
|
|
||||||
|
* Security
|
||||||
|
* Role-based access control is now enforced for volumes managed by 3rd party
|
||||||
|
volume plugins (for example using the NetApp or other volume plugins). This is a
|
||||||
|
critical security fix for customers that use 3rd party volume drivers and rely
|
||||||
|
on Docker Universal Control Plane for tenant isolation of workloads and data.
|
||||||
|
**Caution** is advised when applying this update because users or automated
|
||||||
|
workflows may have come to rely on lack of access control enforcement when
|
||||||
|
manipulating volumes created with 3rd party volume plugins.
|
||||||
|
|
||||||
## Version 2.2.4
|
## Version 2.2.4
|
||||||
|
|
||||||
(2 November 2017)
|
(2 November 2017)
|
||||||
|
|
Loading…
Reference in New Issue