Releases: litmuschaos/litmus-go
Releases · litmuschaos/litmus-go
3.0-beta1
fix(experiment): fixing spring boot experiments (#603)
2.14.0
Build release 2.14.0 Signed-off-by: uditgaurav <[email protected]>
2.13.1
[Cherrypick 2.13.1] (#581) * fix(probe): Converting probeStatus as enum (#566) Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: Shubham Chaudhary <[email protected]> * update(sdk): updating operator sdk version (#571) Signed-off-by: Shubham Chaudhary <[email protected]> * chore(httpProbe): Remove responseTimeout field, use the global probeTimeout field instead (#574) Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: Shubham Chaudhary <[email protected]> * Chore(cmd-probe): Use experiment envs and volume in probe pod (#572) * Chore(cmd-probe): Use experiment envs and volume in probe pod Signed-off-by: uditgaurav <[email protected]> Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: uditgaurav <[email protected]> Co-authored-by: Udit Gaurav <[email protected]>
2.13.0
update base image version Signed-off-by: uditgaurav <[email protected]>
2.12.0
Added support for status code list in HTTP Chaos (#545) * Added support for selecting random code from list of codes in status code Signed-off-by: Akash Shrivastava <[email protected]> * Random code logic fix Signed-off-by: Akash Shrivastava <[email protected]> * log improvement Signed-off-by: Akash Shrivastava <[email protected]> Signed-off-by: Akash Shrivastava <[email protected]> Co-authored-by: Udit Gaurav <[email protected]> Signed-off-by: uditgaurav <[email protected]>
2.11.0
Chore[New exp]: HTTP Modify Status Code experiment for K8s (#539) * Added base code for http status code experiment Signed-off-by: Akash Shrivastava <[email protected]> * Minor fixes in toxiproxy args Signed-off-by: Akash Shrivastava <[email protected]> * Added appns etc in test.yaml Signed-off-by: Akash Shrivastava <[email protected]> * Update experiments/generic/pod-http-status-code/experiment/pod-http-status-code.go Co-authored-by: Vedant Shrotria <[email protected]> * Added httpchaostype var Signed-off-by: Akash Shrivastava <[email protected]> * Removed httpchaostype var and moved log into chaos type specific files Signed-off-by: Akash Shrivastava <[email protected]> * added check for status code Signed-off-by: Akash Shrivastava <[email protected]> * restructured code; fixed random logic; improved logs Signed-off-by: Akash Shrivastava <[email protected]> * changed logic for ModifyResponseBody conversion Signed-off-by: Akash Shrivastava <[email protected]> * minor readme fix Signed-off-by: Akash Shrivastava <[email protected]> Co-authored-by: Vedant Shrotria <[email protected]> Signed-off-by: uditgaurav <[email protected]>
2.10.0
update the base image version to 2.10.0 Signed-off-by: uditgaurav <[email protected]>
2.9.0
Chore(helper pod): Make setHelper data as tunable (#519) Signed-off-by: uditgaurav <[email protected]>
2.8.0
Chore(ssm): Update the ssm file path in the Dockerfile (#508) Signed-off-by: uditgaurav <[email protected]>
2.7.1
Fix(targetContainer): Incorrect target container passed in the helper…