Skip to content

Releases: litmuschaos/chaos-runner

1.13.3

15 Apr 16:01
dde37bd
Compare
Choose a tag to compare
chore(terminationGracePeriodSeconds): Add support for termination gra…

1.13.2

15 Mar 18:37
9eb3d5e
Compare
Choose a tag to compare
[Cherrypick for 1.13.2] (#137)

* feat(imagePullPolicy): Passing lIBImagePullPolicy ENV (#134)

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

* update(vendor): updating vendors for Response Timeout (http probe) (#136)

* response timeout for api call

Signed-off-by: oumkale <oum.kale@mayadata.io>

* vendor update

Signed-off-by: oumkale <oum.kale@mayadata.io>

* chore(test): Add unit test to chaos runner (#135)

* chore(test): Add unit test to chaos runner

Signed-off-by: udit <udit@chaosnative.com>

1.13.0

15 Feb 18:10
10676e0
Compare
Choose a tag to compare
Chore(unit-test): Add new tests to chaos-runner (#132)

* Chore(unit-test): Add new tests to chaos-runner

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

1.12.2

25 Jan 17:20
0749f84
Compare
Choose a tag to compare
chore(push): Update push script to push the latest tag on release (#1…

1.12.1

19 Jan 13:15
e809136
Compare
Choose a tag to compare
Add support for overriding file type in hostFileVolume mount (#129) (…

1.12.0

15 Jan 16:34
2ce9946
Compare
Choose a tag to compare
(chore)vendor: update vendor based on latest changes to chaos operato…

1.11.3

08 Jan 19:56
df51ba9
Compare
Choose a tag to compare
(chore)vendor: update vendor based on latest changes to chaos operato…

1.11.2

05 Jan 02:55
c58f70b
Compare
Choose a tag to compare
chore(events): update event message with increment (#125) (#126)

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

Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>

1.11.1

21 Dec 08:14
32eee9f
Compare
Choose a tag to compare
chore(volumes): fix the volume builder operations (#122) (#123)

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

Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>

1.11.0

15 Dec 17:29
b242b96
Compare
Choose a tag to compare
Move ENVs to corev1.EnvVar instead of custom struct (#121)

* move ENVs to corev1.EnvVar instead of custom struct

Previously, ENVs can only use plain text.
This patch allows to use corev1.EnvVar at CR schema so that it can get value from secret/configmap/downwardAPI.

Fixes https://github.com/litmuschaos/litmus/issues/2368

Signed-off-by: kazukousen <mmchari.0228@gmail.com>

* Refactored slightly BDD

Signed-off-by: kazukousen <mmchari.0228@gmail.com>