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 <as86414@gmail.com> * Random code logic fix Signed-off-by: Akash Shrivastava <as86414@gmail.com> * log improvement Signed-off-by: Akash Shrivastava <as86414@gmail.com> Signed-off-by: Akash Shrivastava <as86414@gmail.com> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com> Signed-off-by: uditgaurav <udit@chaosnative.com>
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 <as86414@gmail.com> * Minor fixes in toxiproxy args Signed-off-by: Akash Shrivastava <as86414@gmail.com> * Added appns etc in test.yaml Signed-off-by: Akash Shrivastava <as86414@gmail.com> * Update experiments/generic/pod-http-status-code/experiment/pod-http-status-code.go Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io> * Added httpchaostype var Signed-off-by: Akash Shrivastava <as86414@gmail.com> * Removed httpchaostype var and moved log into chaos type specific files Signed-off-by: Akash Shrivastava <as86414@gmail.com> * added check for status code Signed-off-by: Akash Shrivastava <as86414@gmail.com> * restructured code; fixed random logic; improved logs Signed-off-by: Akash Shrivastava <as86414@gmail.com> * changed logic for ModifyResponseBody conversion Signed-off-by: Akash Shrivastava <as86414@gmail.com> * minor readme fix Signed-off-by: Akash Shrivastava <as86414@gmail.com> Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io> Signed-off-by: uditgaurav <udit@chaosnative.com>
2.10.0
update the base image version to 2.10.0 Signed-off-by: uditgaurav <udit@chaosnative.com>
2.9.0
Chore(helper pod): Make setHelper data as tunable (#519) Signed-off-by: uditgaurav <udit@chaosnative.com>
2.8.0
Chore(ssm): Update the ssm file path in the Dockerfile (#508) Signed-off-by: uditgaurav <udit@chaosnative.com>
2.7.1
Fix(targetContainer): Incorrect target container passed in the helper…
2.7.0
update base image version Signed-off-by: uditgaurav <udit@chaosnative.com>
2.6.0
Release 2.6.0 Signed-off-by: uditgaurav <udit@chaosnative.com>
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 <akash@chaosnative.com> * Chore(stress-chaos): Support stress-chaos experiment with custom experiment name (#474) Signed-off-by: udit <udit@chaosnative.com> * Minor changes in Azure Experiments (#476) * Removed AUT and app check from azure experiments Signed-off-by: Akash Shrivastava <akash@chaosnative.com> * Changed azure status functions to accept string values rather than experimentType struct Signed-off-by: Akash Shrivastava <akash@chaosnative.com> * Removed unused variables from test.yaml Signed-off-by: Akash Shrivastava <akash@chaosnative.com> * Added AUT and Auxillary app check Signed-off-by: Akash Shrivastava <akash@chaosnative.com> * Updated test.yaml Signed-off-by: Akash Shrivastava <akash@chaosnative.com> * Chore(network-chaos): Add jitter in pod-network-latency experiment (#478) Signed-off-by: uditgaurav <udit@chaosnative.com> Co-authored-by: Akash Shrivastava <akash@chaosnative.com>
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 <nicjohnson145@hotmail.com> * 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 <nicjohnson145@hotmail.com> * fix issue-3350 (#468) Signed-off-by: Andrew Hu <andrew.hu@hcl.com> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com> * Remove the stress process on timeout without failure (#472) Signed-off-by: udit <udit@chaosnative.com> * update image tag Signed-off-by: udit <udit@chaosnative.com> Co-authored-by: Nic Johnson <nicjohnson145@users.noreply.github.com> Co-authored-by: Andrew Hu <93282581+andrewhu-hcl@users.noreply.github.com>