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

v0.2.0

Compare
Choose a tag to compare
@bcwaldon bcwaldon released this 05 Apr 00:06
· 2103 commits to master since this release

Along with several bug-fixes, this release contains several new features:

Security

  • signed payloads
  • host key verification

Usability

  • fleetctl ssh attempts to autodetect argument as machine vs unit
  • fleetctl journal --follow will stream logs from systemd-journal back to the user
  • fleetctl start will block until unit is scheduled or timeout is reached - disable with --no-block
  • fleetctl ssh --forward-agent will forward the local ssh-agent through the established connection
  • fleetctl ssh, journal, and status commands will only establish SSH connections if necessary

Debuggability

  • fleet agents publish version information to etcd
  • fleet agents dump state when SIGUSR1 received