fleet v0.13.0 Release Notes

Release Date: 2016-10-07 // over 7 years ago
  • ๐Ÿš€ Release from tag v0.13.0, commit 1d6e74a ("Merge pull request #1572"), as of 2016-05-30.

    ๐Ÿ†• New Features

    • ๐Ÿ‘ #1509: fleet: add replace unit support
    • #1560: fleetctl: inform the user about the '-replace' switch in case the units differ
    • #1524: metrics: added prometheus metrics for fleet
    • #1572: fleetd: introduce Replaces option in unit files
    • ๐Ÿ‘ #1574: fleetctl: support truthy values in boolean unit options
    • ๐Ÿ–จ #1577: fleetctl: print out result message explicitly
    • #1581: fleetctl: use cobra instead of cli
      ๐Ÿ‘ (NOTE: #1581 introduces another bug in supporting environment variables.
      ๐Ÿ›  That was fixed by #1633, which is not included in v0.13.0.)

    ๐Ÿ› Bugs fixed

    • ๐ŸŽ #1515: fleetd:registry: improve Units() performance when fetching Jobs list from etcd
    • #1540: ssh: Do not leak ssh sessions on errors
    • #1561: fleetd: detect the existing machine ID
    • โฑ #1580: registry: use etcd.Config.HeaderTimeoutPerRequest instead of internal timeout