diff --git a/CHANGES.md b/CHANGES.md index 258509e..32fc097 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,13 @@ Known issues: - `triton ssh ...` disables ssh ControlMaster to avoid issue #52. - ## not yet released +(nothing yet) + +## 5.3.2 + +- [joyent/node-triton#187] DTraceProviderBindings errors on FreeBSD. - [joyent/node-triton#226] added new `triton volume sizes` subcommand. - [PUBAPI-1420] added support for mounting volumes in LX and SmartOS instances. E.g., `triton instance create --volume VOLUME ...`. diff --git a/package.json b/package.json index 3b0c1b5..b583538 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "triton", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", - "version": "5.3.1", + "version": "5.3.2", "author": "Joyent (joyent.com)", "homepage": "https://github.com/joyent/node-triton", "dependencies": { "assert-plus": "0.2.0", "backoff": "2.4.1", "bigspinner": "3.1.0", - "bunyan": "1.5.1", + "bunyan": "1.8.12", "cmdln": "4.1.2", "extsprintf": "1.0.2", "getpass": "0.1.6", @@ -17,11 +17,11 @@ "mkdirp": "0.5.1", "once": "1.3.2", "read": "1.0.7", - "restify-clients": "1.5.0", + "restify-clients": "1.5.2", "restify-errors": "3.0.0", "rimraf": "2.4.4", "semver": "5.1.0", - "smartdc-auth": "2.5.2", + "smartdc-auth": "2.5.6", "sshpk": "1.10.2", "sshpk-agent": "1.4.2", "strsplit": "1.0.0",