From 25da2e5e139fd2fdb09ba5a82ffb2bdcf0915fd4 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 24 Aug 2017 11:05:02 -0700 Subject: [PATCH] Add release notes for UCP 2.2.1 --- datacenter/ucp/2.2/guides/release-notes.md | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/datacenter/ucp/2.2/guides/release-notes.md b/datacenter/ucp/2.2/guides/release-notes.md index 0ecb3c6d24..06294b4bca 100644 --- a/datacenter/ucp/2.2/guides/release-notes.md +++ b/datacenter/ucp/2.2/guides/release-notes.md @@ -10,6 +10,70 @@ 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.1 + +(24 August 2017) + +**Bug fixes** + +* Core + * Fixed a number of issues in which access control labels and roles could not + be upgraded to their new format, when upgrading UCP. + [Learn more](https://success.docker.com/KBase/Auth_system_migration_errors). + * Fixed an issue that caused an upgrade with multiple manager nodes to fail + with RethinkDB startup errors. + * Fixed an issue that caused upgrades to fail due to UCP being unable to + remove and replace older UCP containers. + * Fixed an issue in which upgrade timed out due to lack of available disk space. + * Fixed an issue in which rescheduling of containers not belonging in services + could fail due to a request for a duplicate IP address. + * DTR containers are no longer omitted from `docker ps` commands. +* UI/UX + * Fixed known issue from 2.2.0 where config changes (including LDAP/AD) take + an extended period to update after making changes in the UI settings. + * Fixed an issue where the `/apidocs` url redirected to the login page. + * Fixed an issue in which the UI does not redirect to a bad URL immediately + after an upgrade. + * Config and API docs now show the correct LDAP sync cron schedule format. +* docker/ucp image + * Support dump now contains information about access control migrations. + * The `ucp-auth-store` and `ucp-auth-api` containers now report health checks. + +**Known issues** + +* When deploying compose files that use secrets, the secret definition must +include `external: true`, otherwise the deployment fails with the error +`unable to inspect secret`. + +## Version 2.2.1 + +(24 August 2017) + +**Bug fixes** + +* Core + * Fixed a number of issues in which access control labels and roles could not + be upgraded to their new format, new upgrading UCP. + [Learn more](https://success.docker.com/KBase/Auth_system_migration_errors). + * Fixed an issue that caused an upgrade with multiple manager nodes to fail + with RethinkDB startup errors. + * Fixed an issue that caused upgrades to fail due to UCP being unable to + remove and replace older UCP containers. + * Fixed an issue in which upgrade timed out due to lack of available disk space. + * Fixed an issue in which rescheduling of containers not belonging in services + could fail due to a request for a duplicate IP address. + * DTR containers are no longer omitted from `docker ps` commands. +* UI/UX + * Fixed known issue from 2.2.0 where config changes (including LDAP/AD) take + an extended period to update after making changes in the UI settings. + * Fixed an issue where the `/apidocs` url redirected to the login page. + * Fixed an issue in which the UI does not redirect to a bad URL immediately + after an upgrade. + * Config and API docs now show the correct LDAP sync cron schedule format. +* docker/ucp image + * Support dump now contains information about access control migrations. + * The `ucp-auth-store` container now reports health checks. + ## Version 2.2.0 (16 August 2017)