mirror of https://github.com/docker/docs.git
Merge pull request #7293 from docker/bermudezmt-patch-release-notes
Update UCP release notes
This commit is contained in:
commit
d7568f264c
|
|
@ -20,6 +20,22 @@ upgrade your installation to the latest release.
|
|||
|
||||
# Version 3.0
|
||||
|
||||
## 3.0.5 (2018-08-30)
|
||||
|
||||
**Bug fixes**
|
||||
|
||||
* Security
|
||||
* Fixed a critical security issue to prevent UCP from accepting certificates from
|
||||
the system pool when adding client CAs to the server that requires mutual authentication.
|
||||
|
||||
**Known Issue**
|
||||
|
||||
* When you are upgrading from UCP 3.0.3 or 3.0.4, you must manually pull
|
||||
`docker/ucp-agent:3.0.5` in the images section of the web UI before upgrading.
|
||||
Alternately, you can just `docker pull docker/ucp-agent:3.0.5` on every manager node.
|
||||
This issue is fixed in 3.0.5. Any upgrade from 3.0.5 or above should work without
|
||||
manually pulling the images.
|
||||
|
||||
## 3.0.4 (2018-08-09)
|
||||
|
||||
**Bug fixes**
|
||||
|
|
@ -275,6 +291,14 @@ deprecated. Deploy your applications as Swarm services or Kubernetes workloads.
|
|||
|
||||
# Version 2.2
|
||||
|
||||
## Version 2.2.13 (2018-08-30)
|
||||
|
||||
**Bug fixes**
|
||||
|
||||
* Security
|
||||
* Fixed a critical security issue to prevent UCP from accepting certificates from
|
||||
the system pool when adding client CAs to the server that requires mutual authentication.
|
||||
|
||||
## Version 2.2.12 (2018-08-09)
|
||||
|
||||
**Bug fixes**
|
||||
|
|
|
|||
Loading…
Reference in New Issue