Change Log¶
Changelog¶
Unreleased¶
Changed¶
- Do not notify of experiment validation when running it (too noisy)
0.11.0 - 2018-02-08¶
Changed¶
- Returning journal and experiment from run and validate commands for downstream applications
- Better guidance on init
0.10.0 - 2018-02-06¶
Changed¶
- Create an empty experiment when no discovery was run beforehand #27
- Returns the generated experiment to external callers
- Name of the journal output from the run command is now
journal.jsonrather thanchaos-report.json#31 - Renamed the debug log from
experiment.logtochaostoolkit.logbecause it is used for any commands, even when the experiment is not required - The debug log is now appending
- The command being run is logged into the debug log
- You can bypass argument in the init command via empty string #29
- Allow to create steady-state hypothesis from init command #28
- Allow to set rollbacks from init command #30
- Pass command executed to checker for compatbility #36
- Better logging of failed discovery chaostoolkit-lib#29
- Depending now on chaostoolkit-lib 0.14.0
0.5.0 - 2017-12-17¶
Changed¶
- Log to file by default and added a flag to disable it
- Updated to chaostoolkit-lib 0.8.0
0.4.0 - 2017-12-12¶
Added¶
- Added log-file flag to log the run (at DEBUG level) to a file
Changed¶
- Bumped to chaostoolkit-lib 0.7.0
0.3.0 - 2017-12-06¶
Changed¶
- Proper contact email address
- Ensuring latest spec version support from chaostoolkit-lib 0.6.0
0.2.8 - 2017-11-30¶
Changed¶
- Minor improvements of the version check
- Triggering the documentation build on new releases so the doc is updated with the latest tag information
0.2.4 - 2017-10-12¶
Added¶
- Enable CLI extensions
- Provide a change directory argument when using the CLI
Changed¶
- Proper verbose log level