From a5f48db6e7bc3a3e180c5460a5a1dc2220fd1bf7 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Tue, 25 Jul 2023 12:12:50 +0200 Subject: [PATCH] Prepare release v0.3.4 Signed-off-by: Pablo Chacin --- releases/v0.3.4.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 releases/v0.3.4.md diff --git a/releases/v0.3.4.md b/releases/v0.3.4.md new file mode 100644 index 00000000..16348e2b --- /dev/null +++ b/releases/v0.3.4.md @@ -0,0 +1,15 @@ +This is a patch release that fixes a few bugs and does minor improvements. + +## Enhancements +- [#231](https://github.com/grafana/xk6-disruptor/pull/231) Allow interception of port-forwarded traffic +- [#257](https://github.com/grafana/xk6-disruptor/pull/257) Refuse to inject a fault on pods with hostNetwork set to true + +## Internal improvements +- [#258](https://github.com/grafana/xk6-disruptor/pull/258) Upgrade to golangci-lint v1.53.3 +- [#244](https://github.com/grafana/xk6-disruptor/pull/244) Implement mechanism for generating custom agent commands per target pod +- [#241](https://github.com/grafana/xk6-disruptor/pull/241) Update actions/setup-go action to v4 +- [#239](https://github.com/grafana/xk6-disruptor/pull/239) Add golangci to renovate configuration +- [#237](https://github.com/grafana/xk6-disruptor/pull/237) Update alpine Docker tag to v3.18 +- [#235](https://github.com/grafana/xk6-disruptor/pull/235) Update go k8s libraries to v0.27.3 +- [#233](https://github.com/grafana/xk6-disruptor/pull/233)[#236](https://github.com/grafana/xk6-disruptor/pull/236) Enhancements in the setup and cleanup of e2e test resources +- [#213](https://github.com/grafana/xk6-disruptor/pull/213) Generate runtime metrics \ No newline at end of file