Releases: chaosblade-io/chaosblade-exec-os
Releases · chaosblade-io/chaosblade-exec-os
v1.0.0
v0.10.0
v0.9.0
v0.8.0
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
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
Thanks for the contributors: @lvchazaizai @tiny-x @xcaspar @CZACKER
v0.6.0
v0.5.0
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
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