From f2343d1f79f0ab9b63f777ecd8ebfdc9afe67869 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 6 Nov 2018 21:30:56 +0000 Subject: [PATCH 1/2] bump ver 18.09.0 and update changelog Signed-off-by: Andrew Hsu --- CHANGELOG.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cecb0fe3954..9a07799f9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ For more information on the list of deprecated flags and APIs, have a look at https://docs.docker.com/engine/deprecated/ where you can find the target removal dates -## 18.09.0 (2018-MM-DD) +## 18.09.0 (2018-11-08) ### Deprecation diff --git a/VERSION b/VERSION index 9cf40f4cd7e..08602e12fb4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.09.0-rc1 +18.09.0 From 255b96feb815dc1c106738989b8a121ce84e7ceb Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 6 Nov 2018 22:53:52 +0000 Subject: [PATCH 2/2] added link to official release notes page Signed-off-by: Andrew Hsu --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a07799f9eb..2322ef746e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog -For more information on the list of deprecated flags and APIs, have a look at -https://docs.docker.com/engine/deprecated/ where you can find the target removal dates +For official release notes for Docker Engine CE and Docker Engine EE, visit the +[https://docs.docker.com/engine/release-notes/](release notes page). ## 18.09.0 (2018-11-08) ### Deprecation +For more information on the list of deprecated flags and APIs, have a look at +https://docs.docker.com/engine/deprecated/ where you can find the target removal dates + * Deprecate devicemapper storage driver [docker/cli#1455](https://github.com/docker/cli/pull/1455) / [docker/cli#1424](https://github.com/docker/cli/pull/1424) * Deprecate legacy overlay storage driver [docker/cli#1455](https://github.com/docker/cli/pull/1455) / [docker/cli#1425](https://github.com/docker/cli/pull/1425) * Remove support for TLS < 1.2 [moby/moby#37660](https://github.com/moby/moby/pull/37660)