From e7c321f3db4ea6f0e4157475ee1418b09e4ae566 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Wed, 26 Oct 2016 17:36:43 -0700 Subject: [PATCH] TOOLS-1588 triton@14.4.1 --- CHANGES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a9435d6..2980f0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,11 @@ Known issues: ## not yet released +## 4.14.1 + +- TOOLS-1587 'triton profile docker-setup' fails when path to 'docker' has + spaces. This can help on Windows where Docker Toolbox installs docker.exe + to "C:\Program Files\Docker Toolbox". - [#136] bash completion for `triton profile create --copy ` ## 4.14.0 diff --git a/package.json b/package.json index 6cb6114..389a83b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "triton", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", - "version": "4.14.0", + "version": "4.14.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",