Releases: litmuschaos/chaos-runner
Releases · litmuschaos/chaos-runner
1.13.0
Chore(unit-test): Add new tests to chaos-runner (#132) * Chore(unit-test): Add new tests to chaos-runner Signed-off-by: udit <[email protected]>
1.12.2
1.12.1
1.12.0
1.11.3
1.11.2
chore(events): update event message with increment (#125) (#126) Signed-off-by: shubhamchaudhary <[email protected]> Co-authored-by: Shubham Chaudhary <[email protected]>
1.11.1
chore(volumes): fix the volume builder operations (#122) (#123) Signed-off-by: shubhamchaudhary <[email protected]> Co-authored-by: Shubham Chaudhary <[email protected]>
1.11.0
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 <[email protected]> * Refactored slightly BDD Signed-off-by: kazukousen <[email protected]>
1.10.0
chore(add): Add multiarch image into master chaos-runner (#111) (#112) Signed-off-by: Udit Gaurav <[email protected]>
1.10.0-RC1
(chore)vendor: update latest dependencies (#109) Signed-off-by: ksatchit <[email protected]>