joyent/node-triton#166 see fix for joyent/node-sshpk#22 before release
Reviewed by: Alex Wilson <alex.wilson@joyent.com>
This commit is contained in:
parent
75cb032f3a
commit
1503088abd
@ -7,6 +7,10 @@ Known issues:
|
|||||||
|
|
||||||
## not yet released
|
## 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
|
- [joyent/node-triton#156] Providing all required profile options as
|
||||||
command line flags (account, url, keyId) no longer produces an
|
command line flags (account, url, keyId) no longer produces an
|
||||||
incomplete profile error.
|
incomplete profile error.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
"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.2",
|
||||||
"sshpk": "1.10.1",
|
"sshpk": "1.10.2",
|
||||||
"sshpk-agent": "1.4.2",
|
"sshpk-agent": "1.4.2",
|
||||||
"strsplit": "1.0.0",
|
"strsplit": "1.0.0",
|
||||||
"tabula": "1.9.0",
|
"tabula": "1.9.0",
|
||||||
|
Reference in New Issue
Block a user