-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #328 from grafana/release-v0.3.8
Prepare release v0.3.8
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- [#297](https://github.com/grafana/xk6-disruptor/pull/297) Update k6 to v0.46.0 |