Skip to content

Latest commit

 

History

History
256 lines (139 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

256 lines (139 loc) · 6.52 KB

Changelog

0.17.1 - 2024-01-14

Fixed

  • Ensure --title takes precedence when set. Thanks to @mcastellin for investigating

0.17.0 - 2024-01-05

Added

  • The --title option to the report command so you can force the title in the report header

0.16.0 - 2023-12-05

Added

  • Extended support for substituoon to tolerance and pauses properties

0.15.0 - 2023-11-30

Added

  • Support to substitute values in arguments so we know how activities were called. You can now pass --var and --var-file to generate the report as you do when you run the experiment

0.14.3 - 2023-06-09

Fixed

  • Support for newer API change in semver.VersionInfo [#42][42]

0.14.2 - 2023-02-27

Fixed

0.14.1 - 2022-12-08

Fixed

  • Compare numerics, not strings, for version comparison

0.14.0 - 2022-12-07

Changed

  • Using --embed-resources instead of --self-contained as it's been deprecated in Pandoc 2.19
  • Only support Python 3.7+ now as the rest of the Chaos Toolkit
  • Move from TravisCI to GitHub actions

0.13.0 - 2019-04-15

Changed

  • Bumped to chaostoolkit 1.0

0.12.0 - 2018-12-06

Changed

  • Support "ref" to other activities
  • Support versions that don't match semver specification such as rc

0.11.0 - 2018-11-08

Changed

  • the dump command from vegeta has been deprecated to encode (their changelog doesn't mention from which version)
  • the report command from vegeta has changed the name of its arguments (their changelog doesn't mention from which version)

0.10.0 - 2018-10-17

Changed

  • aggregate any number of experiment journals into a single report. This changes slightly the report that was produced. #16

    $ chaos report --export-format=pdf journal1.json journal2.json report.pdf
    $ chaos report --export-format=pdf journal*.json report.pdf
    
  • render contributions into the report #81

0.9.0 - 2018-07-19

Added

  • a Dockerfile to build an image with all the system-wide dependencies

Changed

  • Showing entire exception in PDF reports

0.8.0 - 2018-06-25

Added

  • a section about reliability contributions of an experiment

0.7.1 - 2018-04-23

Changed

  • process actions as well, not just probes

0.7.0 - 2018-04-13

Added

  • insert vegeta results as charts and text

Changed

  • better chart support
  • can inline many charts at once for a given probe

0.6.0 - 2018-02-07

Changed

  • the chaostoolkit cli now produces journal as journal.json, not chaos-report.json #9

0.5.2 - 2018-01-30

Changed

  • Steady state can be optional so don't expect it
  • Echo a message indicating the report was created #8

0.5.1 - 2018-01-29

Changed

  • Ensure we use the right template based on the chaostoolkit-lib version used for the experiment #4

0.5.0 - 2018-01-28

Changed

  • --smart argument is gone from pandoc #3
  • Render steady state results

0.4.2 - 2018-01-27

Changed

  • Packaging the stylesheets alongside the report template #1

0.4.1 - 2018-01-27

Changed

  • Packaging the report template alongside the Python files #1

0.4.0 - 2017-12-29

Changed

  • Ensuring charts of series with missing data are aligned

0.2.0 - 2017-12-28

Changed

  • Serializing all series in a single chart

0.1.0 - 2017-12-28

Added

  • Initial release