TOOLS-1863 node-triton DTraceProviderBindings errors on FreeBSD

Reviewed by: Trent Mick <trentm@gmail.com>
Approved by: Trent Mick <trentm@gmail.com>
This commit is contained in:
Brian Bennett 2017-09-26 15:09:14 -07:00
parent 45ed8883ef
commit 04420b5088
2 changed files with 9 additions and 5 deletions

View File

@ -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 ...`.

View File

@ -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",