console 3.13.0

This release introduces aggregation filters in the explore-aggregate and triage views. Requires coronerd version 1.48.9 for adding an individual aggregation filter. Requires coronerd version 1.49.1 for multiple aggregation filters.

Features

  • When filtering in the triage or explore-aggregate views:
    • filter on aggregation results
      • ex: “only show me bugs which have affected more than one host” with hostname | unique > 1
    • filter on the row’s error count
      • ex: “only show me bugs which have happened more than 10 times” with count > 10