From 557b1a12b336c90a3654407d944c2af6d3e48735 Mon Sep 17 00:00:00 2001 From: Anne Henmi Date: Tue, 4 Dec 2018 11:43:53 -0700 Subject: [PATCH 1/2] Added line for UCP release notes for 3.1.1 and 3.0.7. --- ee/ucp/release-notes.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index f6866e7e29a5..f8930cbd0ebe 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -21,6 +21,10 @@ upgrade your installation to the latest release. # Version 3.1 +## 3.1.1 (2018-12-04) + +* Addressed CVE-2018-1002105, a critical security issue in the Kubernetes API Server. + ## 3.1.0 (2018-11-08) ## Bug Fixes @@ -113,6 +117,10 @@ The following features are deprecated in UCP 3.1. # Version 3.0 +## 3.0.7 (2018-12-04) + +* Addressed CVE-2018-1002105, a critical security issue in the Kubernetes API Server. + ## 3.0.6 (2018-10-25) **Bug fixes** From d027031565767d393f018011818c5561f171af1d Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Tue, 4 Dec 2018 11:53:02 -0700 Subject: [PATCH 2/2] Update release-notes.md Added kube version. --- ee/ucp/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index f8930cbd0ebe..f748457a4bc2 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -23,7 +23,7 @@ upgrade your installation to the latest release. ## 3.1.1 (2018-12-04) -* Addressed CVE-2018-1002105, a critical security issue in the Kubernetes API Server. +* To address CVE-2018-1002105, a critical security issue in the Kubernetes API Server, Docker is using Kubernetes 1.11.5 for UCP 3.1.1. ## 3.1.0 (2018-11-08) @@ -119,7 +119,7 @@ The following features are deprecated in UCP 3.1. ## 3.0.7 (2018-12-04) -* Addressed CVE-2018-1002105, a critical security issue in the Kubernetes API Server. +* To address CVE-2018-1002105, a critical security issue in the Kubernetes API Server, Docker is using a custom build of Kubernetes 1.8.15 for UCP 3.0.7. ## 3.0.6 (2018-10-25)