Releases: litmuschaos/chaos-runner
Releases · litmuschaos/chaos-runner
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 <mmchari.0228@gmail.com> * Refactored slightly BDD Signed-off-by: kazukousen <mmchari.0228@gmail.com>
1.10.0
1.10.0-RC1
(chore)vendor: update latest dependencies (#109) Signed-off-by: ksatchit <karthik.s@mayadata.io>
1.9.1
[Cherry-pick for 1.9.1] (#107) * chore(events): Replacing recorder by v1.configmaps (#104) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * (enhancement)runner: specify tolerations for experiment pod (#106) * (enhancement)runner: specify tolerations for experiment pod Signed-off-by: ksatchit <karthik.s@mayadata.io> * (chore)vendor: update vendor info Signed-off-by: ksatchit <karthik.s@mayadata.io> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
1.9.0
1.9.0-RC1
1.8.2
[Cherry-pick for v1.8.2] (#94) * chore(log-mgmt): Refactoring code for better log/error mgmt (#91) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * chore(resourceRequirements): Adding resource requirements in chaos pod (#93) Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>