Skip to content

Releases: seashell/drago

v0.2.1

20 Jun 19:58
497212e
Compare
Choose a tag to compare

Changelog

  • Apply validation in network creation
  • Fix bug on connection update via UI
  • Update docs

v0.2.0

11 Jun 19:13
5f20868
Compare
Choose a tag to compare

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

18 May 20:32
d3552b5
Compare
Choose a tag to compare

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

14 Jul 20:21
6bcbb77
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

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