All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for setting the experiment as a YAML file #71
0.5.0 - 2021-06-08
- Updated RBAC to match kopf definition
- Updated dependencies to latest kopf and kubernetes client
0.4.0 - 2021-04-25
- Moved container image to use Python 3.9
- Upgrade
kopf
to version 1.30 - Upgrade
kubernetes
client to version 12.0
- Resources created by the controller were immediately deleted by kopf. They are not anymore.
0.3.4 - 2020-10-16
- Keep default docker image from POD template, when not overridden in Experiment CRO #67
- Fix the finalizers issue when apply the ownerreference in serviceaccount #60
0.3.3 - 2020-10-02
- Fixes service account not used when name is defined #64
0.3.2 - 2020-09-07
- Fixes error with empty value in
chaosArgs
list #63
0.3.1 - 2020-09-07
- Fixes default pod args from environment variables #47
- Fixes error when creating experiment default config map #48
- Fixes error with empty value in
chaosArgs
list #63
0.3.0 - 2020-05-05
- Cron job support for scheduling experiments #43
- Load Kubernetes secret as environment variables into pod #38
- Add support for overriding
chaos
command arguments #21
- Handles pod interruption when deleting a running experiment #44
- Fixes deletion of Chaos Experiment related resources #6
0.2.0 - 2020-02-09
0.1.0 - 2019-07-24
- Initial release