v0.3.2
This is a patch release that fixes a few bugs and does minor improvements.
Bug Fixes
- #182 HTTP Headers are not preserved in HTTP fault injection
- #128 Validate target port when injecting protocol faults to Pods
Internal improvements
- #160 Use ingresses in the e2e test to facilitate parallel tests. Mitigates the flakiness issues in the e2e tests #147. Also allows removing some complex logic used for preventing port collisions between tests #189
- #172 Introduce an abstraction for the runtime environment to facilitate testing
- Facilitate debugging of the disruptor agent by means of instrumentation options #166 and also adding the option of running the agent as a proxy in the development environment #169
- #177 #170 Multiple minor improvements in the code
- #176 Add a CI action to validate spelling in the code