Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release v0.3.8 #328

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions releases/v0.3.8.md
Original file line number Diff line number Diff line change
@@ -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
roobre marked this conversation as resolved.
Show resolved Hide resolved
Loading