1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
serf (0.6.0-0) unstable; urgency=low
FEATURES:
* Support for key rotation when using encryption. This adds a new
`serf keys` command, and a `-keyring-file` configuration. Thanks
to @ryanuber.
* New `-tags-file` can be specified to persist changes to tags made
via the RPC interface. Thanks to @ryanuber.
* New `serf info` command to provide operator debugging information,
and to get info about the local node.
* Adding `-retry-join` flag to agent which enables retrying the join
until success or `-retry-max` attempts have been made.
IMPROVEMENTS:
* New `-rejoin` flag can be used along with a snapshot file to
automatically rejoin a cluster.
* Agent uses circular buffer to invoke handlers, guards against unbounded
output lengths.
* Adding support for logging to syslog
* The SERF_RPC_ADDR environment variable can be used instead of the
`-rpc-addr` flags. Thanks to @lalyos [GH-209].
* `serf query` can now output the results in a JSON format.
* Unknown configuration directives generate an error [GH-186].
Thanks to @vincentbernat.
BUG FIXES:
* Fixing environmental variables with invalid characters. [GH-200].
Thanks to @arschles.
* Fixing issue with tag changes with hard restart before
failure detection.
* Fixing issue with reconnect when using dynamic ports.
MISC:
* Improved logging of various error messages
* Improved debian packaging. Thanks to @vincentbernat.
-- Ross Duggan <ross.duggan@acm.org> Wed, 14 May 2014 16:11:00 +0000
serf (0.5.0-0) unstable; urgency=low
* Initial deb package.
-- Derp Ston <derpston@sleepygeek.org> Wed, 12 Mar 2014 00:30:00 +0000
|