Skip to content

v0.0.2

Compare
Choose a tag to compare
@xcaspar xcaspar released this 16 Apr 12:08
· 252 commits to master since this release

This version provides some bug fixes and enhancements. A very important feature is the addition of the timeout flag to set the run time of the experiment, the flag unit is second. For example, blade create cpu fullload --timeout 30. Thanks for @mingcheng.

Features / Enhancements

  • Optimize network command flag name (#7, #33 )
  • Add timeout flag for blade cmd to set the run time of the experiment (#17 )
  • Add query command to get the necessary flag values for chaos experiments (#22 )
  • Add --numcpu flag to set cpu core count to burn (#37 )

Bug fixes

  • Fix bug of destroying disk fill experiment with illegal flag value (#19 )
  • Fix stop k8s experiment error (#38 )
  • Fix bug of executing disk fill experiment on Ubuntu os under zh_CN.utf8 locale (#40 )

Thanks for the contributors: @mingcheng, @Cenyol