From eadcd74e0a5aadf3531ceb249bf57f2e28d185d6 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Sun, 22 Jul 2018 18:28:00 -0400 Subject: [PATCH] add ucp relnotes for 2.2.11 --- ee/ucp/release-notes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index 1bd8e5fb2c..bf4db03e5b 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -261,6 +261,29 @@ from the UCP web UI. You can configure Docker Engine for this. deprecated. Deploy your applications as Swarm services or Kubernetes workloads. # Version 2.2 + +## Version 2.2.11 (2018-07-19) + +**New Platforms** +* UCP now supports running RHEL 7.5 and Ubuntu 18.04. + +**Bug fixes** + +* Security + * Fixed an issue that causes some security headers were not added to all API responses. (#13981) + +* Core + * Optimized Swarm service read API calls through UCP. (#13911, docker/escalation#661) + * Upgraded `RethinkDB` image to address potential security vulnerabilities. (#13838, docker/escalation#619) + * Upgraded `etcd` version to 2.3.8. (#13749, docker/escalation#663) + * Fixed an issue that causes classic Swarm to provide outdated data. (#13724, docker/escalation#357) + * Fixed an issue that raises `ucp-kv` collection error with un-named volumes. (#13373, docker/escalation#579) + +* UI + * Fixed an issue that causes UI not parsing volume options correctly. (#13403, docker/escalation#599) + * Fixed an issue that prevents the user from deploying stacks via UI. (#14033, docker/escalation#704) + + ## Version 2.2.10 (2018-05-17) **Bug fixes**