Skip to content

Commit

Permalink
Prepare release v0.3.2 (#194)
Browse files Browse the repository at this point in the history
* Add release notes for v0.3.2

Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
  • Loading branch information
pablochacin committed Jun 9, 2023
1 parent 0dab472 commit 83559db
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions releases/v0.3.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This is a patch release that fixes a few bugs and does minor improvements.

## Bug Fixes
- [#182](https://github.com/grafana/xk6-disruptor/issues/182) HTTP Headers are not preserved in HTTP fault injection
- [#128](https://github.com/grafana/xk6-disruptor/issues/128) Validate target port when injecting protocol faults to Pods

## Internal improvements

- [#160](https://github.com/grafana/xk6-disruptor/pull/160) Use ingresses in the e2e test to facilitate parallel tests. Mitigates the flakiness issues in the e2e tests [#147](https://github.com/grafana/xk6-disruptor/issues/147). Also allows removing some complex logic used for preventing port collisions between tests [#189](https://github.com/grafana/xk6-disruptor/pull/189)
- [#172](https://github.com/grafana/xk6-disruptor/pull/172) Introduce an abstraction for the runtime environment to facilitate testing
- Facilitate debugging of the disruptor agent by means of instrumentation options [#166](https://github.com/grafana/xk6-disruptor/pull/166) and also adding the option of running the agent as a proxy in the development environment [#169](https://github.com/grafana/xk6-disruptor/pull/169)
- [#177](https://github.com/grafana/xk6-disruptor/pull/177) [#170](https://github.com/grafana/xk6-disruptor/pull/170) Multiple minor improvements in the code
- [#176](https://github.com/grafana/xk6-disruptor/pull/176) Add a CI action to validate spelling in the code

## New contributors
- [@nickandreev](https://github.com/nickandreev) Validate target port when injecting protocol faults to Pods [#128](https://github.com/grafana/xk6-disruptor/issues/128)
- [@roobre](https://github.com/roobre) Multiple contributions [#177](https://github.com/grafana/xk6-disruptor/pull/177) [#170](https://github.com/grafana/xk6-disruptor/pull/170) [#176](https://github.com/grafana/xk6-disruptor/pull/176)

0 comments on commit 83559db

Please sign in to comment.