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:
parent
45ed8883ef
commit
04420b5088
@ -4,9 +4,13 @@ Known issues:
|
|||||||
|
|
||||||
- `triton ssh ...` disables ssh ControlMaster to avoid issue #52.
|
- `triton ssh ...` disables ssh ControlMaster to avoid issue #52.
|
||||||
|
|
||||||
|
|
||||||
## not yet released
|
## 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.
|
- [joyent/node-triton#226] added new `triton volume sizes` subcommand.
|
||||||
- [PUBAPI-1420] added support for mounting volumes in LX and SmartOS instances.
|
- [PUBAPI-1420] added support for mounting volumes in LX and SmartOS instances.
|
||||||
E.g., `triton instance create --volume VOLUME ...`.
|
E.g., `triton instance create --volume VOLUME ...`.
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "triton",
|
"name": "triton",
|
||||||
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
|
"description": "Joyent Triton CLI and client (https://www.joyent.com/triton)",
|
||||||
"version": "5.3.1",
|
"version": "5.3.2",
|
||||||
"author": "Joyent (joyent.com)",
|
"author": "Joyent (joyent.com)",
|
||||||
"homepage": "https://github.com/joyent/node-triton",
|
"homepage": "https://github.com/joyent/node-triton",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"assert-plus": "0.2.0",
|
"assert-plus": "0.2.0",
|
||||||
"backoff": "2.4.1",
|
"backoff": "2.4.1",
|
||||||
"bigspinner": "3.1.0",
|
"bigspinner": "3.1.0",
|
||||||
"bunyan": "1.5.1",
|
"bunyan": "1.8.12",
|
||||||
"cmdln": "4.1.2",
|
"cmdln": "4.1.2",
|
||||||
"extsprintf": "1.0.2",
|
"extsprintf": "1.0.2",
|
||||||
"getpass": "0.1.6",
|
"getpass": "0.1.6",
|
||||||
@ -17,11 +17,11 @@
|
|||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"once": "1.3.2",
|
"once": "1.3.2",
|
||||||
"read": "1.0.7",
|
"read": "1.0.7",
|
||||||
"restify-clients": "1.5.0",
|
"restify-clients": "1.5.2",
|
||||||
"restify-errors": "3.0.0",
|
"restify-errors": "3.0.0",
|
||||||
"rimraf": "2.4.4",
|
"rimraf": "2.4.4",
|
||||||
"semver": "5.1.0",
|
"semver": "5.1.0",
|
||||||
"smartdc-auth": "2.5.2",
|
"smartdc-auth": "2.5.6",
|
||||||
"sshpk": "1.10.2",
|
"sshpk": "1.10.2",
|
||||||
"sshpk-agent": "1.4.2",
|
"sshpk-agent": "1.4.2",
|
||||||
"strsplit": "1.0.0",
|
"strsplit": "1.0.0",
|
||||||
|
Reference in New Issue
Block a user