From a1a1f9334553ce0b00eeece67dbe313826e690de Mon Sep 17 00:00:00 2001 From: Ying Li Date: Thu, 9 Feb 2017 14:31:23 -0800 Subject: [PATCH] Fix the 1.13.1-cs1 release notes to include changes from 1.13 and 1.13.1 (#1582) * Update the 1.13.1-cs1 release notes to include changes from 1.13 and 1.13.1, and remove the "Beta" modifier from the CS-engine 1.13 section. Signed-off-by: cyli --- _data/toc.yaml | 2 +- cs-engine/1.13/release-notes.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index d41b4c631c..aa1efe339b 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -863,7 +863,7 @@ toc: title: Frequently Asked Questions - sectiontitle: CS Docker Engine section: - - sectiontitle: 1.13 Beta + - sectiontitle: 1.13 section: - path: /cs-engine/1.13/ title: Install diff --git a/cs-engine/1.13/release-notes.md b/cs-engine/1.13/release-notes.md index 4d4cfc6772..a331b8151f 100644 --- a/cs-engine/1.13/release-notes.md +++ b/cs-engine/1.13/release-notes.md @@ -18,5 +18,6 @@ cannot be adopted as quickly for consistency and compatibility reasons. (08 Feb 2017) -Refer to the [detailed list](https://github.com/docker/docker/releases/tag/v1.13.0) of all -changes since the release of CS Engine 1.12.6-cs8. +Refer to the detailed lists of changes since the release of CS Engine 1.12.6-cs8 +by reviewing the changes in [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0) +and [v1.13.1](https://github.com/docker/docker/releases/tag/v1.13.1).