Releases: seashell/drago
Releases · seashell/drago
v0.2.1
v0.2.0
Changelog
- New CLI commands e.g., for interacting with the connections API
- CLI output formatting
- Improved CLI input parsing
- Minor improvements in the UI
- Small bug fixes
v0.2.0-rc1
Changelog
- Etcd as the default storage backend;
- Redesigned client and server registration and synchronization flows;
- New RPC API;
- Authorization system based on ACLs;
- Improved CLI experience;
- Simplified web UI;
v0.1.0-rc1
First release candidate, featuring:
- API: Basic CRUD operations on Networks, Hosts, Interfaces, and Links via REST API
- Server: Automatic IP assignment
- Agent: Support for configuration via HCL files
- Server: Perform automatic IP assignment
- UI: Simple dashboard served from the binary for interacting with the API and visualizing network topology and state
- Client: Basic client for periodic reconciliation
- Storage: Support for PostgreSQL storage backend