This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
v0.2.0
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 unitfleetctl journal --follow
will stream logs from systemd-journal back to the userfleetctl start
will block until unit is scheduled or timeout is reached - disable with --no-blockfleetctl 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