Skip to content

Releases: chaosblade-io/chaosblade-exec-cplus

v1.4.0

01 Dec 11:57
Compare
Choose a tag to compare
update chaosblade module to v1.4.0

Signed-off-by: xcaspar <[email protected]>

v0.8.0

02 Nov 08:47
Compare
Choose a tag to compare
chore:update version to 0.8.0

Signed-off-by: tiny.x <[email protected]>

v0.7.0

28 Sep 08:14
Compare
Choose a tag to compare

Features/Enhancements

  • Refactor codes to golang language. (#5 )

v0.0.1

25 Jul 02:56
07e6af7
Compare
Choose a tag to compare

This is the first version of the chaosblade executor based on [GDB] for chaos experiments on c++ applications.

It provides the function lists:

  • Inject delay faults.
  • Inject variable be changed faults.
  • Inject the faults of the function return, and can return the specified value that you want.