Skip to content

Releases: litmuschaos/litmus-go

1.13.1

24 Feb 17:51
32438d8

Choose a tag to compare

[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

24 Feb 17:06
ed38c30

Choose a tag to compare

feat(abort): shifting chaosengine updation & event creation to experi…

1.13.0

15 Feb 18:11
6098a6f

Choose a tag to compare

Chore(e2e): Add some e2e tests on PR (#282)

Signed-off-by: udit <udit.gaurav@mayadata.io>

1.12.2

25 Jan 17:23
ec8b559

Choose a tag to compare

[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

15 Jan 19:57
6fd88eb

Choose a tag to compare

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

08 Jan 19:51
e9ea060

Choose a tag to compare

[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

05 Jan 09:32
bc2a024

Choose a tag to compare

[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>

1.11.1

17 Dec 20:59
42f9ccc

Choose a tag to compare

chore(enhanc): Make socket path tunable from ENV and refactor Makefil…

1.11.0

15 Dec 17:30
59cefce

Choose a tag to compare

chore(pumba): Adding dynamic socketPath pumba helper (#238)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>

1.10.0

15 Nov 16:58
86159e5

Choose a tag to compare

chore(fix): Add fix for image push script (#208) (#209)

Signed-off-by: Udit Gaurav <udit.gaurav@mayadata.io>