From 0c2e39fe9c5d1c193128e8ed34a8ac52bd8cb996 Mon Sep 17 00:00:00 2001 From: Pablo Chacin Date: Wed, 7 Dec 2022 14:46:23 +0100 Subject: [PATCH] Add release notes v0.1.1 Signed-off-by: Pablo Chacin --- releases/v0.1.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releases/v0.1.1.md diff --git a/releases/v0.1.1.md b/releases/v0.1.1.md new file mode 100644 index 00000000..9f4a472f --- /dev/null +++ b/releases/v0.1.1.md @@ -0,0 +1,10 @@ +This is a patch release that fixes a few bugs and does minor improvements. + +## Bug Fixes +- [Disruptor agent not working on MacOS on ARM chips](https://github.com/grafana/xk6-disruptor/issues/62) +- [Unit tests fail in MacOS](https://github.com/grafana/xk6-disruptor/issues/80) + +## Improvements +- Binaries generated for Linux and MacOS for amd64 and arm64 architectures +- Agent image supports amd64 and arm64 architectures +- MacOS is supported as a build platform for both the extension and the agent image