Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.39 KB

File metadata and controls

67 lines (36 loc) · 1.39 KB

Changelog

Added

  • Validate probes in the safeguard control #7, using the new validate_control capability of the chaostoolkit core
  • Export control functions in module variable __all__

Changed

  • Requires Python 3.7+ to match Chaos Toolkit itself

Changed

  • Ensure to not replay safeguard with frequency once triggered

Added

  • The bypass control to dynamically filter activities that should not be executed
  • The idle action/probe to pause experiments without blocking the process

Changed

  • Ensure latests setuptools when releasing

Added

  • pyproject.toml

Added

  • MANIFEST.in

Added

  • Initial release