v1.11.0
Breaking Changes
The csv exporter's behaviour has been modified:
-f csv-export
is now-f csv
- To export csv to a file use
--fileoutput=filename.csv
and specify a filename or use--fileoutput-dynamic
if you want to keep using the old behavior that sets filenames based on the datetime.
Other Fixes
- Fix version command on dev builds by @aantn in #291
- Better --help text in krr by @aantn in #296
- Correct percentile numbers in README by @aantn in #298
- MAIN-1753 - patched pod conditions by @Avi-Robusta in #295
Full Changelog: v1.10.0...v1.11.0