Skip to content

Releases: litmuschaos/chaos-operator

1.3.0-RC1

11 Apr 15:53
be90f95
Compare
Choose a tag to compare
1.3.0-RC1 Pre-release
Pre-release
(chore) Removal of exporter components from the operator (#190)

* (chore) Removal of exporter components from the operator

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

1.2.2

01 Apr 14:59
0bcb676
Compare
Choose a tag to compare
[Cherry pick for 1.2.2]  (#187)

* (feat) Added support for Custom Annotation (#177)

* (feat) Added support for Custom Annotation

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

* Added CHAOS_NAMESPACE as ENV (#153)

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

* (feat) Added failure events for ChaosEngine (#180)

* Added failure events

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

* (fix) Changed the labelSelector for monitor Service (#181)

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

* (chore) Added CodeCov Badge for Chaos-operator (#182)

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

* (feat) Added support to update the experiment Statuses for Aborted Experiments (#160)

* (feat) Added support to update the experiment Statuses for Aborted Experiments

* Updated the last updated time of the experimentStatuses

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

* Fix typo (#183)

Fix typo

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

* (fix) Updated YAML's in deploy folder (#188)

* (fix) Upated files in deploy folder

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

Co-authored-by: MengZeLee <[email protected]>

1.2.0

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

[Cherry pick for 1.2.0]

1.2.0-RC1

10 Mar 10:27
610d152
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release
(feat/refactor) Added steps to delete Default Chaos Resources using r…

…econciler Logic (#156)

- Added const strings for both engineStatus, and engineState
- Added logic to use values of both engineState, and engineStatus to sent reconcile calls
- Added 3 seperate reconcile calls for the different values
- Added logic to delete default chaosresources after successful completion of chaosengine runner pod.

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

1.1.0

15 Feb 16:44
3c66cd1
Compare
Choose a tag to compare
(fix) update additional states for engine (#148) (#149)

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

1.1.0-RC2

14 Feb 22:00
3c66cd1
Compare
Choose a tag to compare
1.1.0-RC2 Pre-release
Pre-release
(fix) update additional states for engine (#148) (#149)

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

1.1.0-RC1

13 Feb 12:46
7d6cb8d
Compare
Choose a tag to compare
1.1.0-RC1 Pre-release
Pre-release
(fix) chaos-operator: Managed Finalizers and Events (#146)

* (fix) Deletion of ChaosResources, removed un-used code

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

1.0.0

14 Jan 12:26
f3be642
Compare
Choose a tag to compare

Refer to detailed release notes here

1.0.0-RC2

10 Jan 14:04
f3be642
Compare
Choose a tag to compare
1.0.0-RC2 Pre-release
Pre-release

Getting Started

Prerequisites to install

  • Make sure you have a healthy Kubernetes Cluster.
  • Kubernetes 1.11+ is installed

Installation

kubectl apply -f https://litmuschaos.github.io/pages/litmus-operator-latest.yaml

Verify your installation

  • Verify if the chaos operator is running
    kubectl get pods -n litmus

  • Verify if chaos CRDs are installed
    kubectl get crds | grep chaos

  • Verify if the chaos experiments are installed.
    kubectl get chaosexperiments

For more details refer to the documentation at Docs

1.0.0-RC1

08 Jan 03:25
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

Getting Started

Prerequisites to install

  • Make sure you have a healthy Kubernetes Cluster.
  • Kubernetes 1.11+ is installed

Installation

kubectl apply -f https://litmuschaos.github.io/pages/litmus-operator-latest.yaml

Verify your installation

  • Verify if the chaos operator is running
    kubectl get pods -n litmus

  • Verify if chaos CRDs are installed
    kubectl get crds | grep chaos

  • Verify if the chaos experiments are installed.
    kubectl get chaosexperiments

For more details refer to the documentation at Docs