Releases: litmuschaos/litmus-go
Releases · litmuschaos/litmus-go
1.13.1
[Cherrypick for 1.13.1] (#300) * Fix docker buildx command in CI (#291) Signed-off-by: udit <udit.gaurav@mayadata.io> * chore(abort): updating termination grace period (#290) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * feat(imagePullSecrets): Passing imagePullSecrets into helper pod (#295) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * feat(probe): Adding onchaos mode in all experiments (#292) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * feat(status): Checking status of annotated applications only (#293) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * refactor(comparator): refactor the comparator and added oneof operator (#283) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * feat(abort): Adding chaos revert inside network-chaos (#297) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>
1.12.4
1.13.0
1.12.2
[Cherry Pick for 1.12.2] (#277) * feat(annotation): logging the annotated parent details (#272) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * feat(labels): updating the helper labels (#276) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * Enhanc(node-memory-hog): Add support for different units for node memory hog exp (#273) * Enhanc(node-memory-hog): Add support for different units for node memory hog exp Signed-off-by: udit <udit.gaurav@mayadata.io> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
1.12.0
Chore(fix): update aws sdk and fix for nonroot images (#269) * Chore(fix): update aws sdk and fix for nonroot images Signed-off-by: udit <udit.gaurav@mayadata.io> * Adding vendors Signed-off-by: udit <udit.gaurav@mayadata.io> * provide the config file path from experiment.yml Signed-off-by: udit <udit.gaurav@mayadata.io>
1.11.3
[Cherry-pick for 1.11.3] (#260) * Fix(actions): Fix Release build (#252) Signed-off-by: udit <udit.gaurav@mayadata.io> * Adding probe image pull policy var for all the experiments (#253) * Adding probe image pull policy var for all the experiments Signed-off-by: ipsita2192 <ipsita.das92@gmail.com> * (refactor)status checks: add expected app/pod state to log (#258) Signed-off-by: ksatchit <karthik.s@mayadata.io> * chore(cpu-cores): Adding cpu-cores in pod-cpu-hog experiments (#257) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com> * (enhance)httpProbe: add support for optional cert check disable (#259) * (enhance)httpProbe: add support for optional cert check disable Signed-off-by: ksatchit <karthik.s@mayadata.io> * (chore)vendor: update vendor based on chaos operator changes Signed-off-by: ksatchit <karthik.s@mayadata.io> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com> Co-authored-by: SamarSidharth <45926857+SamarSidharth@users.noreply.github.com> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
1.11.2
[Cherry pick for 1.11.2] (#251) * Enhancement for Pod Autoscaler experiment (#245) * [fix] pod autoscaler label selector apply to all matches Signed-off-by: Jordi Gil <jgil@redhat.com> * [fix] Pod-autoscaler add 'OnChaos' probe check Signed-off-by: Jordi Gil <jgil@redhat.com> * chore(actions): Fix GitHub actions e2e for litmus-go (#246) Signed-off-by: udit <udit.gaurav@mayadata.io> * chore(events): update source and msg in engine events (#249) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * Adding image pull policy for probe image (#248) Signed-off-by: ipsita2192 <ipsita.das92@gmail.com> Co-authored-by: ipsita2192 <ipsita.das92@gmail.com> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io> * chore(acitons): Migrate from travis to github actions (#247) Signed-off-by: udit <udit.gaurav@mayadata.io> Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io> * Check also for succeded state of helper pod (#236) This PR changes the condtion of waiting for pod status, so it wait also for the succeed state, because it may happen if the experiment is too quick, that the helper pod is already finished. So the waiting will timeout for waiting for the running state. Signed-off-by: Ondra Machacek <omachace@redhat.com> Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com> * Add timeout in node-drain operation and ensure error is returned (#250) * chore(fix): Add timeout to kubectl drain command in node-drain Signed-off-by: Jordi Gil <jgil@redhat.com> * chore(fix): Catch the error when draining/uncordoning node in node-drain Signed-off-by: Jordi Gil <jgil@redhat.com> Co-authored-by: Jordi Gil <jgil@redhat.com> Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io> Co-authored-by: SamarSidharth <45926857+SamarSidharth@users.noreply.github.com> Co-authored-by: ipsita2192 <ipsita.das92@gmail.com> Co-authored-by: Ondra Machacek <omachace@redhat.com>