Merge pull request #7073 from docker/ucp-3-0-3-relnotes

ucp relnotes for 3.0.3 and 2.2.11
This commit is contained in:
Tammy Fox
2018-07-22 19:58:55 -04:00
committed by GitHub

View File

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