Releases: litmuschaos/litmus-go
Releases · litmuschaos/litmus-go
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…
2.7.0
update base image version Signed-off-by: uditgaurav <[email protected]>
2.6.0
Release 2.6.0 Signed-off-by: uditgaurav <[email protected]>
2.5.0
Cherry-Pick for 2.5.0 (#480) * Changed the failstep message in experiment template of litmus-sdk to follow the new convention (#475) Signed-off-by: Akash Shrivastava <[email protected]> * Chore(stress-chaos): Support stress-chaos experiment with custom experiment name (#474) Signed-off-by: udit <[email protected]> * Minor changes in Azure Experiments (#476) * Removed AUT and app check from azure experiments Signed-off-by: Akash Shrivastava <[email protected]> * Changed azure status functions to accept string values rather than experimentType struct Signed-off-by: Akash Shrivastava <[email protected]> * Removed unused variables from test.yaml Signed-off-by: Akash Shrivastava <[email protected]> * Added AUT and Auxillary app check Signed-off-by: Akash Shrivastava <[email protected]> * Updated test.yaml Signed-off-by: Akash Shrivastava <[email protected]> * Chore(network-chaos): Add jitter in pod-network-latency experiment (#478) Signed-off-by: uditgaurav <[email protected]> Co-authored-by: Akash Shrivastava <[email protected]>
2.4.0
[ Cherry-pick for 2.4.0 ] (#473) * Refactor/experiment contributing (#470) * docs: add instructions for building litmus-sdk binary Non Linux AMD64 users will need to build the binary for their target platform. Signed-off-by: Nic Johnson <[email protected]> * docs: update generated code & docs to aid experiment contribution It wasn't very clear what generated code needed to be kept, and what generated code needed to be replaced with experiment-specific code. Attempt to make that more clear by expanding README & adding grep-able tags inside generated code. Signed-off-by: Nic Johnson <[email protected]> * fix issue-3350 (#468) Signed-off-by: Andrew Hu <[email protected]> Co-authored-by: Udit Gaurav <[email protected]> * Remove the stress process on timeout without failure (#472) Signed-off-by: udit <[email protected]> * update image tag Signed-off-by: udit <[email protected]> Co-authored-by: Nic Johnson <[email protected]> Co-authored-by: Andrew Hu <[email protected]>