From f5b0e4ff0e04431b2bebb96544eb11f165691f5f Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Sun, 22 Jul 2018 18:17:50 -0400 Subject: [PATCH 1/2] Update release-notes.md --- ee/ucp/release-notes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index bc9003417e..1bd8e5fb2c 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -20,6 +20,25 @@ upgrade your installation to the latest release. # Version 3.0 +## 3.0.3 (2018-07-19) + +**New Features** +* Added support for Windows Server 1803 (#13964) +* UCP now supports running Windows Server 1803 workers. Offline bundles `ucp_images_win_1803_3.0.3.tar.gz` are added (#13679) +* UCP now supports IBM Z (s390x) as worker nodes on 3.0.x for SLES SP3. Interlock is currently not supported for 3.0.x on Z (#13679) + +**Bug Fixes** +* Core + * Optimize swarm service read api calls through UCP (13971) + * Fixes an issue where some UCP Controller API calls may hang indefinitely (#13963) + * Default Calico MTU set to 1480 (#13957) + * Calico is upgraded to 3.0.8 (#13935) + * Compose for Kubernetes logging improvements (#13928) + * Fixes an issue where backups would fail if UCP was not licensed (#13821) + * Fixes an issue where DTR admins are missing the Full Control Grant against /Shared Collection even though they have logged in at least once to the UI (#13848) + * Add support for bind mount volumes to kubernetes stacks and fixes sporadic errors in kubernetes stack validator that would incorrectly reject stacks (#13762) + + ## 3.0.2 (2018-06-21) **New Features** From eadcd74e0a5aadf3531ceb249bf57f2e28d185d6 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Sun, 22 Jul 2018 18:28:00 -0400 Subject: [PATCH 2/2] 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**