Skip to content

Commit

Permalink
Release version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOI committed Mar 29, 2017
1 parent d737332 commit 4a48c47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/dock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a48c47

Please sign in to comment.