Skip to content

Latest commit

 

History

History
127 lines (74 loc) · 3.9 KB

CHANGELOG.md

File metadata and controls

127 lines (74 loc) · 3.9 KB

Changelog

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.

Added

  • Support for setting the experiment as a YAML file #71

0.5.0 - 2021-06-08

Changed

  • Updated RBAC to match kopf definition
  • Updated dependencies to latest kopf and kubernetes client

0.4.0 - 2021-04-25

Changed

  • Moved container image to use Python 3.9
  • Upgrade kopf to version 1.30
  • Upgrade kubernetes client to version 12.0

Fixed

  • Resources created by the controller were immediately deleted by kopf. They are not anymore.

0.3.4 - 2020-10-16

Changed

  • Upgrade CRD to apiextensions.k8s.io/v1 #57
  • Upgrade kopf to version 0.27 #57

Fixed

  • 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

Changed

  • Fixes service account not used when name is defined #64

0.3.2 - 2020-09-07

Changed

  • Fixes error with empty value in chaosArgs list #63

0.3.1 - 2020-09-07

Changed

  • 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

Added

  • Cron job support for scheduling experiments #43
  • Load Kubernetes secret as environment variables into pod #38
  • Add support for overriding chaos command arguments #21

Changed

  • 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

Added

  • Initial release