From 51cc295a940bb8e7349e0d6607356b85f0f6bbd7 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 10 Sep 2018 09:01:49 -0700 Subject: [PATCH 1/5] Kubernetes version updated --- ee/ucp/ucp-architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/ucp/ucp-architecture.md b/ee/ucp/ucp-architecture.md index c2f1d32e42..2a0bec559c 100644 --- a/ee/ucp/ucp-architecture.md +++ b/ee/ucp/ucp-architecture.md @@ -5,8 +5,8 @@ keywords: ucp, architecture --- Universal Control Plane is a containerized application that runs on -[Docker Enterprise Edition](/ee/index.md) and extends its functionality -to make it easier to deploy, configure, and monitor your applications at scale. +[Docker Enterprise Edition](/ee/index.md), extending its functionality +to simplify the deployment, configuration, and monitoring of your applications at scale. UCP also secures Docker with role-based access control so that only authorized users can make changes and deploy applications to your Docker cluster. @@ -69,7 +69,7 @@ on a node depend on whether the node is a manager or a worker. Internally, UCP uses the following components: * Calico 3.0.1 -* Kubernetes 1.8.11 +* Kubernetes 1.11 ### UCP components in manager nodes From 15287e52b9f67b7df07d222cdcc279fc7947a38b Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 10 Sep 2018 09:21:35 -0700 Subject: [PATCH 2/5] updated to bump Kubernetes version support --- ee/ucp/release-notes.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index ad622d48fb..91304df824 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -18,6 +18,16 @@ upgrade your installation to the latest release. * [Version 3.0](#version-30) * [Version 2.2](#version-22) +# Version 3.1 (2018-10) + +**New Features** +* UCP has bumped its Kubernetes support to v1.11 +* UCP now supports Kubernetes native role-based access controller +* UCP now provides service metrics for all API calls, using Prometheus deployed as Kubernetes Daemon Set +* UCP now supports use of an external Prometheus instance to scrape metrics from UPC endpoints +* UCP suppoprts SAML authentication + + # Version 3.0 ## 3.0.4 (2018-08-09) @@ -25,7 +35,7 @@ upgrade your installation to the latest release. **Bug fixes** * Security - * Fixed a critical security issue where the LDAP bind username and password + * Fixed a critical security issue where the LDAP bind username and password were stored in clear text on UCP hosts. Please refer to [this KB article](https://success.docker.com/article/upgrading-to-ucp-2-2-12-ucp-3-0-4/) for proper implementation of this fix. **Known Issue** @@ -280,9 +290,9 @@ deprecated. Deploy your applications as Swarm services or Kubernetes workloads. **Bug fixes** * Security - * Fixed a critical security issue where the LDAP bind username and password - were stored in clear text on UCP hosts. Please refer to the following KB article - https://success.docker.com/article/upgrading-to-ucp-2-2-12-ucp-3-0-4/ + * Fixed a critical security issue where the LDAP bind username and password + were stored in clear text on UCP hosts. Please refer to the following KB article + https://success.docker.com/article/upgrading-to-ucp-2-2-12-ucp-3-0-4/ for proper implementation of this fix. ## Version 2.2.11 (2018-07-26) From 320c1dd9b652f8fdada7b3298e3e3be91f4ce33c Mon Sep 17 00:00:00 2001 From: ddeyo Date: Mon, 10 Sep 2018 10:41:44 -0700 Subject: [PATCH 3/5] typo fixed --- ee/ucp/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index 91304df824..f6435d0e75 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -22,7 +22,7 @@ upgrade your installation to the latest release. **New Features** * UCP has bumped its Kubernetes support to v1.11 -* UCP now supports Kubernetes native role-based access controller +* UCP now supports Kubernetes native role-based access control * UCP now provides service metrics for all API calls, using Prometheus deployed as Kubernetes Daemon Set * UCP now supports use of an external Prometheus instance to scrape metrics from UPC endpoints * UCP suppoprts SAML authentication From 1e7a69983c582a4a38a4d8c9aaf68ffdd131c409 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Tue, 11 Sep 2018 12:33:58 -0700 Subject: [PATCH 4/5] UCP release notes ready --- ee/ucp/release-notes.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index f6435d0e75..a4aef75616 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -18,15 +18,17 @@ upgrade your installation to the latest release. * [Version 3.0](#version-30) * [Version 2.2](#version-22) -# Version 3.1 (2018-10) +# Version 3.1 (2018-10-29) **New Features** -* UCP has bumped its Kubernetes support to v1.11 +* Default address pool for Swarm is now user configurable +* UCP now supports Kubernetes Network Encryption using IPSec +* UCP now supports Kubernetes v1.11 * UCP now supports Kubernetes native role-based access control * UCP now provides service metrics for all API calls, using Prometheus deployed as Kubernetes Daemon Set * UCP now supports use of an external Prometheus instance to scrape metrics from UPC endpoints * UCP suppoprts SAML authentication - +* DTR vulnerability scan data is now available through the UCP UI # Version 3.0 @@ -36,7 +38,7 @@ upgrade your installation to the latest release. * Security * Fixed a critical security issue where the LDAP bind username and password - were stored in clear text on UCP hosts. Please refer to [this KB article](https://success.docker.com/article/upgrading-to-ucp-2-2-12-ucp-3-0-4/) for proper implementation of this fix. + were stored in cleartext on UCP hosts. Please refer to [this KB article](https://success.docker.com/article/upgrading-to-ucp-2-2-12-ucp-3-0-4/) for proper implementation of this fix. **Known Issue** @@ -291,7 +293,7 @@ deprecated. Deploy your applications as Swarm services or Kubernetes workloads. * Security * Fixed a critical security issue where the LDAP bind username and password - were stored in clear text on UCP hosts. Please refer to the following KB article + were stored in cleartext on UCP hosts. Please refer to the following KB article https://success.docker.com/article/upgrading-to-ucp-2-2-12-ucp-3-0-4/ for proper implementation of this fix. From 5d86183402a55ed8d528f0c25d6fbad7a51434c9 Mon Sep 17 00:00:00 2001 From: ddeyo Date: Tue, 11 Sep 2018 13:54:53 -0700 Subject: [PATCH 5/5] UCP release notes updated --- ee/ucp/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index a4aef75616..4ff8d22dc1 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -18,7 +18,9 @@ upgrade your installation to the latest release. * [Version 3.0](#version-30) * [Version 2.2](#version-22) -# Version 3.1 (2018-10-29) +# Version 3.1 + +## Beta 1 (2018-09-11) **New Features** * Default address pool for Swarm is now user configurable