Releases: litmuschaos/litmus-go
Releases · litmuschaos/litmus-go
3.27.0
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
fix: resolve pre-existing compilation errors in redfish and gcp libs …
3.25.0
test: add unit tests for pkg/math (#784) Closes #783 Signed-off-by: xnaveen <naveen010210@gmail.com>
3.24.0
Merge pull request #779 from ispeakc0de/probe-failure (chore): Abort the experiment on probe failure when stopOnFailure is set to true
3.23.0
chore: updates chaosresult get client operation (#770) Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
3.22.0
chore: updates chaosresult get client operation (#770) Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
3.21.0
chore: updates chaosresult get client operation (#770) Signed-off-by: neelanjan00 <neelanjan.manna@harness.io>
3.20.0
chore: adds retries with timeout for litmus and k8s client operations…
3.19.0
Fix: handle pagination in ssm describeInstanceInformation & API Rate …
3.18.0
fix(container-kill): Fixed the container stop command timeout issue (…