Skip to content

Releases: litmuschaos/litmus-go

1.6.1

22 Jul 15:32
2bffa22
Compare
Choose a tag to compare
[CherryPick for 1.6.1] (#64)

* feat(istio): Adding support to run in istio enabled mode (#59)

Signed-off-by: shubhamchaudhary <[email protected]>

* feat(istio): Adding the tc-image as env in network experiments (#60)

Signed-off-by: shubhamchaudhary <[email protected]>

1.6.0

15 Jul 13:48
0e36e55
Compare
Choose a tag to compare
feat(go-experiments): Updating failure condition for helper pod (#57)…

1.6.0-RC1

14 Jul 00:34
72d25a9
Compare
Choose a tag to compare
1.6.0-RC1 Pre-release
Pre-release
feat(container-kill): Adding the container-kill experiment (#50)

* feat(container-kill): Adding the container-kill experiment

Signed-off-by: shubhamchaudhary <[email protected]>

* Update container-kill-k8s-job.yml

Co-authored-by: Karthik Satchitanand <[email protected]>

1.5.1

06 Jul 06:54
25bea8a
Compare
Choose a tag to compare
[Cherry-Pick for 1.5.1]  (#39)

* refactor(experiments): Refactor litmus go experiments (#29)

Signed-off-by: Udit Gaurav <[email protected]>

* feat(experiments): Add pod memory hog experiment (#31)

Signed-off-by: Udit Gaurav <[email protected]>

* refactor(go-experiments): separate the types.go file for each experiment (#34)

Signed-off-by: shubhamchaudhary <[email protected]>

* update(contribution-guide): updating contribution guide according to new schema changes (#35)

Signed-off-by: shubhamchaudhary <[email protected]>

* chore(experiment): Add pod network duplication experiment in generic experiments of LitmusChaos (#27)

* chore(experiment): Add pod network duplication experiment in generic experiments of LitmusChaos

Signed-off-by: Udit Gaurav <[email protected]>

* bug(fix): Add for summary event and getting target container name (#37)

Signed-off-by: Udit Gaurav <[email protected]>

* bug(fix): Remove extra index from the list in pod duplication experiment (#38)

Signed-off-by: Udit Gaurav <[email protected]>

Co-authored-by: Shubham Chaudhary <[email protected]>

1.5.0-RC1

23 Jun 11:22
8d6cc4b
Compare
Choose a tag to compare
1.5.0-RC1 Pre-release
Pre-release

New Features & Enhancements

  • Chaos experiments written in golang (pod-delete, pod-cpu-hog)
  • Scaffold scripts to bootstrap a golang chaos experiment.