-
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 #262 from grafana/release-v0.3.4
Prepare release v0.3.4
- 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 | ||
- [#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 |