Skip to content

v0.14.0

Latest

Choose a tag to compare

@odesenfans odesenfans released this 18 Jun 08:42
· 2 commits to main since this release
03339b4

Features

  • SSH key management from the CLI: register/list/remove keys under your account and use them by default on instance create.
  • Delegated SSH key management: --on-behalf-of on account ssh-key add/remove.
  • instance create --ssh-key resolves against both owner and signer keys (signer wins on conflict).
  • instance ssh: -4/-6 to select the IP family.
  • Credit history filters and a spend summary.

What's Changed

  • feat(cli): credit history filters and spend summary by @odesenfans in #272
  • feat(instance): add -4/-6 IP family selection to instance ssh by @odesenfans in #273
  • feat(account): manage SSH keys and use them by default on instance create by @odesenfans in #274
  • feat(account): support --on-behalf-of on ssh-key add/remove by @odesenfans in #275
  • feat(instance): --ssh-key resolves against owner+signer keys (signer wins) by @odesenfans in #276

Full Changelog: v0.13.2...v0.14.0


Published to crates.io