v2.3.0: Feature release (WARN: BACKWARD INCOMPAT changes!)
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