mirror of https://github.com/docker/docs.git
Release UCP 2.2.9
This commit is contained in:
parent
e8b27f470a
commit
4945785894
|
@ -206,7 +206,7 @@ defaults:
|
|||
hide_from_sitemap: true
|
||||
ucp_org: "docker"
|
||||
ucp_repo: "ucp"
|
||||
ucp_version: "2.2.7"
|
||||
ucp_version: "2.2.9"
|
||||
- scope:
|
||||
path: "datacenter/ucp/2.1"
|
||||
values:
|
||||
|
|
|
@ -13,6 +13,12 @@
|
|||
- product: "ucp"
|
||||
version: "2.2"
|
||||
tar-files:
|
||||
- description: "2.2.9 Linux"
|
||||
url: https://packages.docker.com/caas/ucp_images_2.2.9.tar.gz
|
||||
- description: "2.2.9 IBM Z"
|
||||
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.9.tar.gz
|
||||
- description: "2.2.9 Windows"
|
||||
url: https://packages.docker.com/caas/ucp_images_win_2.2.9.tar.gz
|
||||
- description: "2.2.7 Linux"
|
||||
url: https://packages.docker.com/caas/ucp_images_2.2.7.tar.gz
|
||||
- description: "2.2.7 IBM Z"
|
||||
|
|
|
@ -10,12 +10,25 @@ known issues for the latest UCP version.
|
|||
You can then use [the upgrade instructions](admin/install/upgrade.md), to
|
||||
upgrade your installation to the latest release.
|
||||
|
||||
## Version 2.2.9 (2018-04-17)
|
||||
|
||||
**Bug fixes**
|
||||
|
||||
* Security
|
||||
* Fixed an issue that allows users to incorrectly interact with local volumes.
|
||||
* Fixed an issue where setting minimum TLS version that causes `ucp-agent` to
|
||||
keep restarting on worker nodes.
|
||||
|
||||
* Core
|
||||
* Fixed an issue that causes container fail to start with `container ID not found`
|
||||
during high concurrent API calls to create and start containers.
|
||||
|
||||
## Version 2.2.7 (2018-03-26)
|
||||
|
||||
**Bug fixes**
|
||||
|
||||
* Fixed an issue where the minimum TLS version setting is not correctly handled,
|
||||
leading to non-default values causing `ucp-controller` and `ucp-agent` to keep
|
||||
leading to non-default values causing `ucp-controller` and `ucp-agent` to keep
|
||||
restarting.
|
||||
|
||||
## Version 2.2.6 (2018-03-19)
|
||||
|
|
Loading…
Reference in New Issue