From 1cc05949b85c39ee37174d4e3d1ee8f3981bd283 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Thu, 9 Feb 2017 13:30:14 -0500 Subject: [PATCH] Add release notes for cs-engine 1.12.6-cs8 (#1563) * Add release notes for cs-engine 1.12.6-cs8 Signed-off-by: Brian Goff --- cs-engine/1.12/install.md | 7 ++++++ cs-engine/1.12/release-notes/release-notes.md | 22 +++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/cs-engine/1.12/install.md b/cs-engine/1.12/install.md index c6ab13a66c..3dc59d49f4 100644 --- a/cs-engine/1.12/install.md +++ b/cs-engine/1.12/install.md @@ -50,6 +50,13 @@ to update its RHEL kernel. This adds the repository of the latest version of CS Docker Engine. You can customize the URL to install an older version. + > **Note**: For users on RHEL 7.2 who have issues with installing the selinux + > policy, use the following command instead of the one above: + + ```bash + $ sudo yum-config-manager --add-repo https://packages.docker.com/1.12/yum/repo/main/rhel/7.2 + ``` + 5. Install Docker CS Engine: ```bash diff --git a/cs-engine/1.12/release-notes/release-notes.md b/cs-engine/1.12/release-notes/release-notes.md index 9c7d7c7548..b24320bca2 100644 --- a/cs-engine/1.12/release-notes/release-notes.md +++ b/cs-engine/1.12/release-notes/release-notes.md @@ -22,6 +22,28 @@ cannot be adopted as quickly for consistency and compatibility reasons. These notes refer to the current and immediately prior releases of the CS Engine. For notes on older versions, see the [CS Engine prior release notes archive](prior-release-notes.md). +## CS Engine 1.12.6-cs8 +(8 Feb 2017) + +This release addresses the following issues: + +* Addresses performance issues introduced by external KV-Store access with the + `docker network ls` endpoint with large amounts of overlay networks and containers + attached to those networks + +* Addresses an inconsistent mac -> vtep binding issue when using overlay networks + +* Adds a new repository for RHEL 7.2 users, to deal with issues + users have encounted when installing the docker-engine-selinux package + on systems pinned to 7.2 packages that are older than those available in the + normal 7.2 install. This change relates to packaging changes for + [1.12.6-cs7](#cs-engine-1126-cs7). + + Users experiencing issues installing the selinux package should switch to this + repository. See [install instructions](/cs-engine/install.md) for more details. + Only switch to this repository if you encounter problems installing the + selinux packages from the centos/7 repo. + ## CS Engine 1.12.6-cs7 (24 Jan 2017)