Reviewed by: Alex Wilson <alex.wilson@joyent.com>
This commit is contained in:
Trent Mick 2017-02-02 14:41:23 -08:00
parent 75cb032f3a
commit 1503088abd
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ Known issues:
## not yet released
- [joyent/node-triton#166] Update sshpk to fix issue with the TLS client cert
created by `triton profile docker-setup` so that it doesn't create a cert
that Go's TLS library doesn't like.
- [joyent/node-triton#156] Providing all required profile options as
command line flags (account, url, keyId) no longer produces an
incomplete profile error.

View File

@ -22,7 +22,7 @@
"rimraf": "2.4.4",
"semver": "5.1.0",
"smartdc-auth": "2.5.2",
"sshpk": "1.10.1",
"sshpk": "1.10.2",
"sshpk-agent": "1.4.2",
"strsplit": "1.0.0",
"tabula": "1.9.0",