From 412a8dc93d7dac47d731d9b052894124572a2067 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Wed, 30 Aug 2023 17:07:25 +0200 Subject: [PATCH 1/2] Prepare release v0.3.8 Signed-off-by: Pablo Chacin --- releases/v0.3.8.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 releases/v0.3.8.md diff --git a/releases/v0.3.8.md b/releases/v0.3.8.md new file mode 100644 index 00000000..1f0714c5 --- /dev/null +++ b/releases/v0.3.8.md @@ -0,0 +1,15 @@ +This is a patch release that fixes a few bugs and does minor improvements. + +## Enhancements +- [#320](https://github.com/grafana/xk6-disruptor/pull/320) Report an error if proxy does not receive any requests +- [#267](https://github.com/grafana/xk6-disruptor/pull/267) Report error if there are no targets for a disruptor + +## Bug Fixes +- [#326](https://github.com/grafana/xk6-disruptor/pull/326) Prevent race condition waiting for condition that could affect the injection of the agent in the target Pods +- [#316](https://github.com/grafana/xk6-disruptor/pull/316) Add missing validations in some fault injections + +## Internal improvements +- [#322](https://github.com/grafana/xk6-disruptor/pull/322) [#323](https://github.com/grafana/xk6-disruptor/pull/323) Proof of concepts that demonstrate using TestContainers for integration tests for agent and the Kubernetes helper library +- [#313](https://github.com/grafana/xk6-disruptor/pull/313) Add tool for e2e test cluster setup and cleanup. This tool facilitates sharing clusters among tests to reduce the setup time +- [#303](https://github.com/grafana/xk6-disruptor/pull/303) [#304](https://github.com/grafana/xk6-disruptor/pull/304) [#306](https://github.com/grafana/xk6-disruptor/pull/306) Minor improvements in code and tests +- []() Update k6 to v0.46.0 \ No newline at end of file From 0d5a5beff154dad1592047a374457bd10a13b853 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Wed, 30 Aug 2023 18:11:20 +0200 Subject: [PATCH 2/2] Fix missing link Signed-off-by: Pablo Chacin --- releases/v0.3.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v0.3.8.md b/releases/v0.3.8.md index 1f0714c5..8d85dc62 100644 --- a/releases/v0.3.8.md +++ b/releases/v0.3.8.md @@ -12,4 +12,4 @@ This is a patch release that fixes a few bugs and does minor improvements. - [#322](https://github.com/grafana/xk6-disruptor/pull/322) [#323](https://github.com/grafana/xk6-disruptor/pull/323) Proof of concepts that demonstrate using TestContainers for integration tests for agent and the Kubernetes helper library - [#313](https://github.com/grafana/xk6-disruptor/pull/313) Add tool for e2e test cluster setup and cleanup. This tool facilitates sharing clusters among tests to reduce the setup time - [#303](https://github.com/grafana/xk6-disruptor/pull/303) [#304](https://github.com/grafana/xk6-disruptor/pull/304) [#306](https://github.com/grafana/xk6-disruptor/pull/306) Minor improvements in code and tests -- []() Update k6 to v0.46.0 \ No newline at end of file +- [#297](https://github.com/grafana/xk6-disruptor/pull/297) Update k6 to v0.46.0 \ No newline at end of file