Skip to content

v2.3.0: Feature release (WARN: BACKWARD INCOMPAT changes!)

Compare
Choose a tag to compare
@f18m f18m released this 27 Jan 15:00
· 33 commits to master since this release
56f9724

cmonitor_chart:

  • BACKWARD INCOMPATIBLE CHANGE: remove --input option in favour of more standard positional argument for input
  • BACKWARD INCOMPATIBLE CHANGE: remove --filter option moved into new cmonitor_filter --task_name option
  • add support for reading JSON directly from stdin using '-'
  • add custom metadata in chart output under "Configuration"
  • add commit hash into --version output
  • refactoring to share code with other Python utils
  • refactoring to allow using cmonitor_chart from other Python programs by moving all core classes into system-wide python modules

cmonitor_statistics:

  • BACKWARD INCOMPATIBLE CHANGE: remove --input option in favour of more standard positional argument for input
  • add support for reading JSON directly from stdin using '-'
  • add commit hash into --version output
  • refactoring to share code with other Python utils
  • refactoring to allow using cmonitor_statistics from other Python programs by moving all core classes into system-wide python modules

cmonitor_collector:

  • add commit hash into --version output

others:

  • add new cmonitor_filter utility that can be used as filtering stage before cmonitor_statistics or cmonitor_chart are used
  • all components: bump to a 3digits version 2.3.0 plus release number for RPMs fixed to 0; this is to better match github tags