- bugfix: had forgotten the instance ID in the tags dump (oops) - also the column sorting wasnt working
0.6.0
- feat: `isitfit tags dump` new command to dump csv of tags for use with visidata or spreadsheet editor
0.5.5
- enh: moving imports to shave on load time when `isitfit --version` is called (down from 5 seconds to 0.7 seconds) - enh: testing script now removes the ec2 catalog cache so that downloading the URL is also tested
0.5.4
- bugfix: sloppy release before checking test results :/
0.5.3
- enh: separate consolidation of all results from displaying the consolidation - feat: stream intermediate results to csv during the optimization - feat: save optimization final output to csv
0.5.2
- enh: merge datadog dataframe into cloudwatch dataframe and start using it in the CWAU calculation - for workloads that require higher RAM than CPU, this increases the CWAU to account for the higher RAM - it still would punish the low CPU utilization, but at least it's taking both into account now