Skip to content

Releases: litmuschaos/chaos-exporter

1.4.0-RC1

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

* Added go.mod and deprecated dep

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

1.3.0

15 Apr 14:10
7d3f54c
Compare
Choose a tag to compare
Cherry pick for v1.3.x (#57)

* (fix)ci: typo in make target (#55)

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

* (chore) Added proper Documentation for updated chaos-exporter (#56)

* (chore) Added proper Documentation for updated chaos-exporter

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

* (fix)bdd : Fixed BDD URL issues

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

Co-authored-by: Karthik Satchitanand <[email protected]>

1.3.0-RC1

11 Apr 15:54
5b64269
Compare
Choose a tag to compare
1.3.0-RC1 Pre-release
Pre-release
Change scope of Chaos-Exporter to Clusterwide (#50)

* (feat) Replacing ChaosMetrics to gather ClusterWideMetrics
    - Added GaugeVec to EngineMetrics
    - Created GaugeVec got ClusterMetrics
    - Refactor code

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

1.2.0

14 Mar 09:15
20c64f3
Compare
Choose a tag to compare
(fix) ignore application UUID for infra chaos (#44)

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

1.2.0-RC1

10 Mar 10:32
20c64f3
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release
(fix) ignore application UUID for infra chaos (#44)

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

1.1.0

15 Feb 16:44
64e047c
Compare
Choose a tag to compare
(fix) ignore application UUID for infra chaos (#44) (#45)

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

1.1.0-RC2

14 Feb 22:01
64e047c
Compare
Choose a tag to compare
1.1.0-RC2 Pre-release
Pre-release
(fix) ignore application UUID for infra chaos (#44) (#45)

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

1.1.0-RC1

12 Feb 17:58
0f0801b
Compare
Choose a tag to compare
1.1.0-RC1 Pre-release
Pre-release
(chore) Update Vendor Dependencies (#43)

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

1.0.0

14 Jan 12:27
Compare
Choose a tag to compare

Refer to detailed release notes here

1.0.0-RC2

10 Jan 13:13
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