Skip to content

Releases: litmuschaos/chaos-runner

1.6.0

15 Jul 13:52
ed59926
Compare
Choose a tag to compare
(enhance)experiment_pod: add support for nodeSelector on experiment p…

…ods (#70)

* (enhance)experiment_pod: add support for nodeSelector on experiment pods

Signed-off-by: ksatchit <[email protected]>

* (chore)vendor: update runner dependencies

Signed-off-by: ksatchit <[email protected]>

* (chore)add: remove unused comments and align spaces

Signed-off-by: ksatchit <[email protected]>

1.6.0-RC1

14 Jul 00:29
ed59926
Compare
Choose a tag to compare
1.6.0-RC1 Pre-release
Pre-release
(enhance)experiment_pod: add support for nodeSelector on experiment p…

…ods (#70)

* (enhance)experiment_pod: add support for nodeSelector on experiment pods

Signed-off-by: ksatchit <[email protected]>

* (chore)vendor: update runner dependencies

Signed-off-by: ksatchit <[email protected]>

* (chore)add: remove unused comments and align spaces

Signed-off-by: ksatchit <[email protected]>

1.5.0

15 Jun 07:17
7c5ff86
Compare
Choose a tag to compare
(enhancement)experiment: add experiment imagePullPolicy attribute (#67)

* (enhancement)experiment: add imagepullpolicy attribute

Signed-off-by: ksatchit <[email protected]>

* (chore)dependencies: update the go mod to work with latest operator changes

Signed-off-by: ksatchit <[email protected]>

* (fix)runner: add default value for pull policy

Signed-off-by: ksatchit <[email protected]>

1.5.0-RC1

12 Jun 12:58
7c5ff86
Compare
Choose a tag to compare
1.5.0-RC1 Pre-release
Pre-release
(enhancement)experiment: add experiment imagePullPolicy attribute (#67)

* (enhancement)experiment: add imagepullpolicy attribute

Signed-off-by: ksatchit <[email protected]>

* (chore)dependencies: update the go mod to work with latest operator changes

Signed-off-by: ksatchit <[email protected]>

* (fix)runner: add default value for pull policy

Signed-off-by: ksatchit <[email protected]>

1.4.0

15 May 12:39
6c5632d
Compare
Choose a tag to compare
Added go.mod and deprecated dep (#66)

* Added go.mod and deprecated dep ensure

Signed-off-by: Rahul M Chheda <[email protected]>

1.4.0-RC1

08 May 05:05
6c5632d
Compare
Choose a tag to compare
1.4.0-RC1 Pre-release
Pre-release
Added go.mod and deprecated dep (#66)

* Added go.mod and deprecated dep ensure

Signed-off-by: Rahul M Chheda <[email protected]>

1.3.0

15 Apr 14:11
96b0997
Compare
Choose a tag to compare
Cherry-pick for v1.3.x (#63)

* (fix)bdd: remove checks for monitor pods (#61)
* (feat): Adding trivy security check to circle ci (#58)
* Adding trivy security scan for chaos runner docker image
* (fix) Fixed BDD URL issues (#64)

1.3.0-RC1

11 Apr 15:53
53bcf3b
Compare
Choose a tag to compare
1.3.0-RC1 Pre-release
Pre-release
(fix) Creation of Multiple ExperimentStatuses fixed (#60)

* (fix) ExperimentStatuses Fixed

Signed-off-by: Rahul M Chheda <[email protected]>

1.2.2

01 Apr 15:01
2ec17fb
Compare
Choose a tag to compare
[Cherry pick for 1.2.2]  (#59)

* (fix) Added name of the runner Pod in ChaosEngine Events (#56)

Signed-off-by: Rahul M Chheda <[email protected]>

* (feat) Added support for AdminMode (#45)

* (feat) Added support for AdminMode
    - Replaced EngineDetails.AppNamespace to EngineDetails.EngineNamespace
    - Added logic to check for resources in chaosEngine namespace
    - Only job will be created in AppNamespace (experiment.Namespace)
    - Synced the experiment.Namespace = engineDetails.EngineNamespace, when AdminMode is true
    - Added OS ENV as ENGINE_NAMESPACE passed from operator, into engineDetails struct
* Sycned experiment.Namespace and engineDetails.EngineNamespace

Signed-off-by: Rahul M Chheda <[email protected]>

* refcator(chaos_ns): Rename Engine_NAMESPACE to CHAOS_NAMESPACE (#57)

Signed-off-by: shubhamchaudhary <[email protected]>

Co-authored-by: Shubham Chaudhary <[email protected]>

1.2.0

14 Mar 09:16
ae26521
Compare
Choose a tag to compare
Merge pull request #55 from ksatchit/v1.2.x

[Cherry pick for 1.2.0]