Skip to content

Releases: litmuschaos/litmus-go

3.27.0

23 Mar 17:05
7b0c22d

Choose a tag to compare

feat: add Job workload type support for pod targeting (#794)

This commit adds support for targeting pods owned by Kubernetes Jobs in chaos experiments by updating the GetPodOwnerTypeAndName function to recognize Job as a valid owner.

Fixes litmuschaos/litmus#5000

Signed-off-by: Avnish Jaltare <avnishjaltare8@gmail.com>
Co-authored-by: Shubham Chaudhary <shubham.chaudhary@harness.io>

3.26.0

16 Feb 15:18
a73b722

Choose a tag to compare

fix: resolve pre-existing compilation errors in redfish and gcp libs …

3.25.0

19 Jan 06:06
061dba3

Choose a tag to compare

test: add unit tests for pkg/math (#784)

Closes #783

Signed-off-by: xnaveen <naveen010210@gmail.com>

3.24.0

16 Dec 11:48
3a9a539

Choose a tag to compare

Merge pull request #779 from ispeakc0de/probe-failure

(chore): Abort the experiment on probe failure when stopOnFailure is set to true

3.23.0

17 Nov 08:35
ed49413

Choose a tag to compare

chore: updates chaosresult get client operation (#770)

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

3.22.0

21 Oct 16:46
ed49413

Choose a tag to compare

chore: updates chaosresult get client operation (#770)

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

3.21.0

16 Sep 04:37
ed49413

Choose a tag to compare

chore: updates chaosresult get client operation (#770)

Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>

3.20.0

14 Aug 11:56
e7b4e7d

Choose a tag to compare

chore: adds retries with timeout for litmus and k8s client operations…

3.19.0

15 May 15:51
07de11e

Choose a tag to compare

Fix: handle pagination in ssm describeInstanceInformation & API Rate …

3.18.0

15 Apr 12:56
e7b3fb6

Choose a tag to compare

fix(container-kill): Fixed the container stop command timeout issue (…