This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
Releases: coreos/locksmith
Releases · coreos/locksmith
v0.3.0
v0.2.3
v0.2.2
This release bumps Godeps:
github.com/coreos/etcd/error
was no longer being used and is now removedgithub.com/coreos/go-systemd/dbus
had an important bugfix to prevent memory leaks (coreos/go-systemd#67)
v0.2.1
v0.2.0
This release introduces several new features and one significant bugfix:
- Custom etcd endpoint support (using the new
--endpoint
flag) - #38 - TLS support for accessing etcd (using the new
--etcd-keyfile
,--etcd-cafile
and--etcd-certfile
flags) - #39 - When rebooting, locksmith now checks if any users are current logged in; if so, it broadcasts an announcement and sleeps for 5 minutes - #41
- Flags can now be set using environment variables - #44
- locksmith no longer leaks DBUS connections - #36