mirror of https://github.com/docker/docs.git
Update release notes for 2.2.7 (#6310)
* Update relnotes for UCP 2.2.7. * Update with final copy * Add links for 2.2.7 images * Tweak verbiage
This commit is contained in:
parent
2351c7ae44
commit
aed4d39353
|
@ -139,7 +139,7 @@ defaults:
|
|||
- scope:
|
||||
path: "datacenter"
|
||||
values:
|
||||
ucp_latest_image: "docker/ucp:2.2.6"
|
||||
ucp_latest_image: "docker/ucp:2.2.7"
|
||||
dtr_latest_image: "docker/dtr:2.4.3"
|
||||
enterprise: true
|
||||
- scope:
|
||||
|
@ -176,7 +176,7 @@ defaults:
|
|||
values:
|
||||
ucp_org: "docker"
|
||||
ucp_repo: "ucp"
|
||||
ucp_version: "2.2.6"
|
||||
ucp_version: "2.2.7"
|
||||
- scope:
|
||||
path: "datacenter/ucp/2.1"
|
||||
values:
|
||||
|
|
|
@ -6,6 +6,12 @@
|
|||
- product: "ucp"
|
||||
version: "2.2"
|
||||
tar-files:
|
||||
- description: "2.2.7 Linux"
|
||||
url: https://packages.docker.com/caas/ucp_images_2.2.7.tar.gz
|
||||
- description: "2.2.7 IBM Z"
|
||||
url: https://packages.docker.com/caas/ucp_images_s390x_2.2.7.tar.gz
|
||||
- description: "2.2.7 Windows"
|
||||
url: https://packages.docker.com/caas/ucp_images_win_2.2.7.tar.gz
|
||||
- description: "2.2.6 Linux"
|
||||
url: https://packages.docker.com/caas/ucp_images_2.2.6.tar.gz
|
||||
- description: "2.2.6 IBM Z"
|
||||
|
|
|
@ -10,6 +10,14 @@ 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.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
|
||||
restarting.
|
||||
|
||||
## Version 2.2.6 (2018-03-19)
|
||||
|
||||
**New features**
|
||||
|
|
Loading…
Reference in New Issue