diff --git a/releases/v0.3.10.md b/releases/v0.3.10.md index ef02c3e5..013eeb9a 100644 --- a/releases/v0.3.10.md +++ b/releases/v0.3.10.md @@ -2,7 +2,9 @@ This is a patch release that fixes a few bugs and does minor improvements. ## Enhancements - [#359](https://github.com/grafana/xk6-disruptor/pull/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](https://github.com/grafana/xk6-disruptor/pull/368) Fix pod controller not stopping all fault injection when an error occurs ## Internal improvements - [#355](https://github.com/grafana/xk6-disruptor/pull/355) [#356](https://github.com/grafana/xk6-disruptor/pull/356) [#365](https://github.com/grafana/xk6-disruptor/pull/365) Multiple changes in the code structure to facilitate the addition of new features and improve testability.