Skip to content

Releases: chaosblade-io/chaosblade-exec-os

v1.0.0

19 Mar 09:50
Compare
Choose a tag to compare

Bug Fixes

  • Fix cpu Inaccurate percentage in container (#80 )

v0.10.0

08 Mar 11:56
Compare
Choose a tag to compare

Bug Fixes

  • Change cpu's kernel to core. (#75 )

Others

  • add scenario category in action model

Thanks for the contributors: @laixintao

v0.9.0

17 Nov 06:52
Compare
Choose a tag to compare

Bug Fixes

  • Under some systems, processes cannot exit using kill -HUP. (#67 )

v0.8.0

02 Nov 08:22
Compare
Choose a tag to compare

Features/Enhancements

  • Add a parameter --url-pattern to support drop package by match a url. (#58 )
  • SSH channel add key authorization. (#59 )
  • Add ignore-not-found flag in process experiments. (#61 )
  • Exclude cache in container. (#62 )
  • Add ignore-not-found flag in process experiments. (#65 )

Bug Fixes

  • Multiple exclude-port is invalid. (#63 )

Thanks for the contributors: @xcaspar @tiny-x @arthur657834

v0.7.0

28 Sep 06:47
Compare
Choose a tag to compare

Features/Enhancements

  • Support exclude-process flag in killing process experiment. (#34 )
  • Replace ps command to gopsutil. (#35 )
  • Add --include-buffer-cache flag for mem experiment. (#37 )
  • Add file chaos experiments. (#39 )
  • Add cpu climb time feature. (#40 )
  • Support file content encoded by base64 in file chaos experiments. (#45 )
  • Improve the action use case. (#49 )
  • Support ssh channel to execute chaos experiments. (#51, #53 )
  • Add programs field in experiment model and split yaml with bin file. (#55 )

Bug Fixes

  • Fix network experiments don't take effect using destination-ip and exclude-port. (#41 )
  • Fix stopping memory load without mode flag. (#48 )
  • Fix stopping disk io burning failed. (#50 )

Others

  • Slim down the blade toolkit. (#52 )
  • Delete ifconfig command validation. (#56 )

Thanks for the contributors: @lvchazaizai @tiny-x @xcaspar @CZACKER

v0.6.0

27 May 09:50
Compare
Choose a tag to compare
chore: update chaosblade modules version to 0.6.0

Signed-off-by: xcaspar <x.caspar@gmail.com>

v0.5.0

07 Feb 08:02
Compare
Choose a tag to compare

Features/Enhancements

  • Add reserve flag for mem load and disk fill experiments(#11 )
  • Exclude the peer port automatically when exclude-port flag specified(#12 )
  • Add rate and mode flags for mem load experiment(#13 )
  • Support network packets duplication experiment(#15 )
  • Add network packet re-ordering and corruption experiments(#16 )
  • Support to specify multiple ip for network experiments(#17 )

Thanks for the contributors: @jianxingzhe

v0.4.0

05 Dec 04:02
Compare
Choose a tag to compare

Features/Enhancements

  • Support to destroy experiment without uid(#6 )
  • Support percent flag for disk fill experiment(#7 )
  • Support count limit in kill process experiment(#8 )

Bug Fixes

  • Fix disk experiments cannot be continuously run(#5 )
  • Fix error when specified script function error message contains spaces(#9 )
  • Fix process filter in process name contains blank condition(#10 )

Others

  • Append debug flag in subcommand