Skip to content

v0.3.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 14:50
· 241 commits to main since this release
83559db

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

New contributors