Releases: litmuschaos/github-chaos-actions
v0.4.0
Cherry-Pick for v0.4.0 (#21) * Chore(actions): Update GitHub Chaos Actions Name (#18) Signed-off-by: udit <[email protected]> Co-authored-by: udit <[email protected]> * Chore(update): update github actions and add e2e tests (#19) Signed-off-by: uditgaurav <[email protected]> * Chore(update): Update Github Chaos Actions (#20) * Chore(update): Update Github Chaos Actions Signed-off-by: uditgaurav <[email protected]> * Update test.yml * Updated the version for chaos-action. Signed-off-by: Jonsy13 <[email protected]> * Fixed the app deployment in workflow. Signed-off-by: Jonsy13 <[email protected]> * updated the tag to master in e2e workflow. Signed-off-by: Jonsy13 <[email protected]> Co-authored-by: Udit Gaurav <[email protected]> Co-authored-by: udit <[email protected]>
GitHub Chaos Actions v0.3.1
chore(update): Update Github Chaos Actions to v0.3.1 (#14) (#16) Signed-off-by: udit <[email protected]>
GitHub Chaos Actions v0.3.0
Add support for install and uninstall github action templates
Litmus Chaos v0.2.0
New Features and Enhancements
- Add some new experiments like node level IO experiment, pod autoscaler, pod network duplication experiment.
- Update the GitHub Chaos Actions according to the latest libs in litmus-go.
- Introduced a new ENV
CONTAINER_RUNTIME
for litmus lib for running experiments in containerd runtime.
Litmus Chaos v0.1.1
New Features and Enhancements
-
Including the ability to run all experiments at once serially or parallelly in a random fashion. This will help us to run all the experiments in a very short duration of time on an application since each experiment is independent of others when performed on different applications present at different namespaces.
-
By default, the go test timeout is 10 minutes so if an experiment is running for more than 10 minutes then it will face an issue of go test timeout. This was resolved in this release by using a
--timeout
flag which takes A value equal to the sum of total Chaos duration and time duration of 10 minutes. -
Running experiments parallelly bypassing “all” in the experiment name and an optional ENV can be passed to set up the number of parallel executions.
Litmus Chaos v0.1.0
This action provides a way to perform different chaos experiments on the Kubernetes environment. It contains Litmus Chaos experiments to run the chaos and find a weakness in the system. For more details about chaos engineering in Kubernetes using Litmus visit litmus-docs .