Releases: bigcommerce/bonvoy
Releases · bigcommerce/bonvoy
Release list
0.3.3
0.3.2
- Go 1.23
- Up default page limit size for alloc selection to 500
0.3.1
- Adjust envoy default address to 127.0.0.2; Nomad changed this in Nomad 1.1.3
- Explicitly declare dependency requirements in README
v0.3.0
- Add
clusters compareto compare clusters between Consul and Envoy
0.2.0
- 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
0.1.0
- 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
0.0.4
- 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
0.0.3
- Ensure query for containers does not include dead containers
0.0.2
- 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