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

v0.13.0

Compare
Choose a tag to compare
@dongsupark dongsupark released this 07 Oct 10:13
· 288 commits to master since this release

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