From 4a48c4778375a46d9be9e83dc10870037d43e5a9 Mon Sep 17 00:00:00 2001 From: Ahmad Wilson Date: Wed, 29 Mar 2017 21:16:25 +0000 Subject: [PATCH] Release version 1.4.3 --- CHANGELOG.md | 12 ++++++++++++ bin/dock | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89dd06c..367b4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Dock Change Log +## 1.4.3 (2017-03-29) + +* Change defaults for privileged and pull_latest flags from false to true +* Add startup_services configuration option allowing projects to specify + which services and variants therein to launch during terraforming of an + extended container +* Modify extension option to only record compose construction label if + docker-compose file exists in project repo +* Add image check to extension option to allow base projects to specify + an image to utilize for Dock development container +* Apply various refactorizations + ## 1.4.2 (2017-03-22) * Hotfix removing docker-compose file verification during extension. diff --git a/bin/dock b/bin/dock index bc9caaf..9699e29 100755 --- a/bin/dock +++ b/bin/dock @@ -25,7 +25,7 @@ set -euo pipefail -dock_version="1.4.2" +dock_version="1.4.3" dock_bin="$0" # We want all output to go to STDERR so that STDOUT receives output from the