From 7760d33f68b08dcb4c28baeef0eddd49f60ee507 Mon Sep 17 00:00:00 2001 From: pablochacin Date: Mon, 30 Oct 2023 12:47:25 +0100 Subject: [PATCH] Prepare release v0.3.10 (#367) * Prepare release v0.3.10 Signed-off-by: Pablo Chacin --------- Signed-off-by: Pablo Chacin --- releases/v0.3.10.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releases/v0.3.10.md 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