2015-08-25 21:49:46 +03:00
|
|
|
# node-triton changelog
|
2015-10-01 00:37:28 +03:00
|
|
|
|
2015-10-14 23:28:16 +03:00
|
|
|
## 2.1.3
|
2015-10-14 00:41:22 +03:00
|
|
|
|
2015-10-14 23:28:09 +03:00
|
|
|
- #44 'triton rm' alias for delete
|
2015-10-14 21:45:41 +03:00
|
|
|
- #43 `triton profile ...` doesn't use the profile from `TRITON_PROFILE` envvar
|
|
|
|
|
2015-10-14 00:40:20 +03:00
|
|
|
## 2.1.2
|
2015-10-08 01:51:29 +03:00
|
|
|
|
2015-10-08 09:04:09 +03:00
|
|
|
- #41 Add compatibility with ed25519 keys in ssh-agent
|
2015-10-14 00:36:53 +03:00
|
|
|
- #42 Tools using sshpk should lock in an exact version
|
2015-10-08 01:51:29 +03:00
|
|
|
|
2015-10-08 01:51:20 +03:00
|
|
|
## 2.1.1
|
2015-10-07 09:33:40 +03:00
|
|
|
|
2015-10-08 01:49:49 +03:00
|
|
|
- #40 Update smartdc-auth so that newer OpenSSH `ssh-keygen` default
|
|
|
|
fingerprint formats for setting `keyId` work.
|
2015-10-07 22:19:26 +03:00
|
|
|
- #39 Test suite: Change the test config 'destructiveAllowed' var to
|
|
|
|
'writeActionsAllowed'.
|
2015-10-07 09:33:40 +03:00
|
|
|
|
|
|
|
|
2015-10-07 09:33:29 +03:00
|
|
|
## 2.1.0
|
2015-10-01 01:14:41 +03:00
|
|
|
|
2015-10-07 09:09:52 +03:00
|
|
|
- Errors and exit status: Change `Usage` errors to always have an exit status
|
|
|
|
of `2` (per common practice in at least some tooling). Add `ResourceNotFound`
|
|
|
|
error for `triton {instance,package,image,network}` with exit status `3`.
|
|
|
|
This can help tooling (e.g. the test suite uses this in one place). Add
|
|
|
|
`triton help` docs on exit status.
|
|
|
|
|
|
|
|
- Test suite: Integration tests always require a config file
|
|
|
|
(either `$TRITON_TEST_CONFIG` path or "test/config.json").
|
|
|
|
Drop the other `TRITON_TEST_*` envvars.
|
2015-10-01 01:14:41 +03:00
|
|
|
|
|
|
|
|
2015-10-01 01:14:33 +03:00
|
|
|
## 2.0.0
|
2015-10-01 00:37:28 +03:00
|
|
|
|
|
|
|
- Changed name to `triton` npm package, graciously given up by
|
|
|
|
[suguru](https://www.npmjs.com/~suguru) from his
|
|
|
|
<https://github.com/ameba-proteus/node-triton> project. <3
|
|
|
|
The latest previous release of the triton package was 1.0.7,
|
|
|
|
so we'll separate with a major version bump for *this* triton
|
|
|
|
package.
|
|
|
|
|
2015-10-01 01:08:26 +03:00
|
|
|
## 1.0.0
|
2015-10-01 00:37:28 +03:00
|
|
|
|
|
|
|
Initial release as `joyent-triton` npm package.
|