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:
Jim Galasyn 2018-03-26 10:15:37 -07:00 committed by GitHub
parent 2351c7ae44
commit aed4d39353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

View File

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

View File

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

View File

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