From afb9e874003938d0f823a4659943c8ad29de979e Mon Sep 17 00:00:00 2001 From: Dawn W Docker Date: Tue, 17 Sep 2019 15:43:30 -0700 Subject: [PATCH] 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)