The changelog for Bonvoy
- Adjust envoy default address to 127.0.0.2; Nomad changed this in Nomad 1.1.3
- Add
clusters compareto compare clusters between Consul and Envoy
- Add
-o jsonto output data into a JSON output format - Adjust
server restartto restart the Nomad allocation rather than killing Envoy. This allows for a more graceful degradation of traffic to the service. - Add cluster filter to
clusters listto only show a specific cluster
- Add
server restartto restart a sidecar - Add
statistics dumpcommand to dump statistics - Better resiliency around restarting sidecars
- Add
certificates listto show all registered certificates on a sidecar - Add
config dumpto dump the entire Envoy config
- Add
clusters listto display all clusters and relevant statistics around them - Add
-r/--restartflag forcertificates expiredto restart all expired sidecars - Add
certificates expired allto show all expired certs on a host
- Ensure query for containers does not include dead containers
- Add
server memorycommand to display server memory information - Restructured to use cobra cli library rather than flag
- Add
server infocommand to display information about the Envoy sidecar - Add
log levelcommand to set Envoy's log level - Restructure for better memory usage and a more closed API
Initial release