Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 1.95 KB

Changelog

0.0.3 (2024-05-02)

Bug Fixes

  • deps: upgrade table-layout to v1.0.0.0 (5d2cb91)

0.0.2 (2024-04-30)

Features

  • add CSV format to server list output options (2bc355c)
  • make server list output information in JSON and tabular format (050fd60)
  • report various IPv4/6 information for servers (590cd72)
  • run AWS EC2/Lightsail API calls in parallel using a thread pool (23735d2)
  • run profiles in parallel using a thread pool (2557d27)

Bug Fixes

  • use DC location name instead of DC name for Hetzner (e8b56b8)

0.0.1 (2024-04-26)

Features

  • add config print subcommand (839ee49)
  • add list command to dump servers as per given configuration (ed4b056)
  • implement configuration model, add config schema subcommand (7228856)
  • init codebase (0404745)

Bug Fixes

  • allow multiple cloud provider connections per profile (1c8daac)

Changelog