From afb9e874003938d0f823a4659943c8ad29de979e Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Tue, 17 Sep 2019 15:43:30 -0700 Subject: [PATCH 1/5] adding cluster entry from changelog at https://github.com/docker/cluster/pull/108/files --- cluster/release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cluster/release-notes.md b/cluster/release-notes.md index e705b49417..6da0ab7940 100644 --- a/cluster/release-notes.md +++ b/cluster/release-notes.md @@ -8,6 +8,17 @@ This page provides information about Docker Cluster versions. # Version 1 +## 1.2.0 +(2019-10-2) + +### Features + +- Add new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509) + +### Fixes + +- Fixed an issue where errors in the cluster commands would return exit code of 0 (DCIS-508) + ## Version 1.1.0 (2019-09-03) From e7360acc79af53958d2cf6e7b17666eb09361b01 Mon Sep 17 00:00:00 2001 From: Adrian Plata <51415348+adrian-plata@users.noreply.github.com> Date: Thu, 3 Oct 2019 13:08:12 -0700 Subject: [PATCH 2/5] Pointing to new experimental information section (#9569) Signed-off-by: Adrian Plata --- _includes/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/cli.md b/_includes/cli.md index 66ff4963b9..358442337c 100644 --- a/_includes/cli.md +++ b/_includes/cli.md @@ -51,7 +51,7 @@ your client and daemon API versions. > > To enable experimental features in the Docker CLI, edit the > [config.json](/engine/reference/commandline/cli.md#configuration-files) -> and set `experimental` to `enabled`. You can go [here](https://github.com/docker/docker.github.io/blob/master/_includes/experimental.md) +> and set `experimental` to `enabled`. You can go [here](https://docs.docker.com/engine/reference/commandline/cli/#experimental-features) > for more information. {: .important } From 6cf21dbdfd960c8818b77b3a8f33a1f672a3ba30 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Tue, 17 Sep 2019 15:43:30 -0700 Subject: [PATCH 3/5] adding cluster entry from changelog at https://github.com/docker/cluster/pull/108/files --- cluster/release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cluster/release-notes.md b/cluster/release-notes.md index e705b49417..6da0ab7940 100644 --- a/cluster/release-notes.md +++ b/cluster/release-notes.md @@ -8,6 +8,17 @@ This page provides information about Docker Cluster versions. # Version 1 +## 1.2.0 +(2019-10-2) + +### Features + +- Add new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509) + +### Fixes + +- Fixed an issue where errors in the cluster commands would return exit code of 0 (DCIS-508) + ## Version 1.1.0 (2019-09-03) From 433d40495aff038d10372193c61ae63c2d8c6c43 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Fri, 4 Oct 2019 12:46:28 -0700 Subject: [PATCH 4/5] adding cluster notes --- cluster/release-notes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/cluster/release-notes.md b/cluster/release-notes.md index 6da0ab7940..9def735654 100644 --- a/cluster/release-notes.md +++ b/cluster/release-notes.md @@ -8,17 +8,24 @@ This page provides information about Docker Cluster versions. # Version 1 +## + ## 1.2.0 (2019-10-2) ### Features -- Add new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509) +- Added new env variable type which allows users to supply cluster variable values as an environment variable (DCIS-509) ### Fixes - Fixed an issue where errors in the cluster commands would return exit code of 0 (DCIS-508) +- New error message displayed when a docker login is required: +```Checking for licenses on Docker Hub + Error: no Hub login info found; please run 'docker login' first +``` + ## Version 1.1.0 (2019-09-03) From 8d426cba69e6689ffdf8210a2cf426699f2472d9 Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Fri, 4 Oct 2019 13:38:10 -0700 Subject: [PATCH 5/5] removed extraneous ## --- cluster/release-notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/release-notes.md b/cluster/release-notes.md index 9def735654..f6ce11c2d9 100644 --- a/cluster/release-notes.md +++ b/cluster/release-notes.md @@ -8,7 +8,6 @@ This page provides information about Docker Cluster versions. # Version 1 -## ## 1.2.0 (2019-10-2)