diff --git a/releases/v0.3.10.md b/releases/v0.3.10.md new file mode 100644 index 00000000..ef02c3e5 --- /dev/null +++ b/releases/v0.3.10.md @@ -0,0 +1,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. + + +## 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. +- [#340](https://github.com/grafana/xk6-disruptor/pull/340) [#341](https://github.com/grafana/xk6-disruptor/pull/341) [#342](https://github.com/grafana/xk6-disruptor/pull/342) Complete migration of integration tests to using TestContainers