Skip to content

v0.3.10

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 12:39
· 27 commits to main since this release

This is a patch release that fixes a few bugs and does minor improvements.

Enhancements

  • #359 Pod Termination fault. This new fault type allows the termination of a set of the targets pods for a PodDisruptor or ServiceDisruptor.

Bug fixes

  • #368 Fix pod controller not stopping all fault injection when an error occurs

Internal improvements

  • #355 #356 #365 Multiple changes in the code structure to facilitate the addition of new features and improve testability.
  • #340 #341 #342 Complete migration of integration tests to using TestContainers