Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

v0.5.1

Compare
Choose a tag to compare
@bcwaldon bcwaldon released this 23 Jun 20:04
· 1552 commits to master since this release

Lots of effort was spent on the new experimental HTTP API (#545) and internal refactoring this release cycle. While there weren't any new features released, there were two notable changes:

  • #537: Functional tests run twice as quickly and are much more reliable
  • #542: fleetctl debug-info was removed

Bugs

  • #530: Drop unnecessary tabwriter usage, prevent panic
  • #540: Manually fetch systemd state when starting units
  • #546: Parse malformed systemd unit file carefully, prevent panic
  • #553: Be careful about type assertions, prevent panic
  • #556: Propagate internal Registry initialization failures up