Skip to content

Releases: ForAllSecure/rules_mayhem

0.7.6

11 Oct 19:18
Compare
Choose a tag to compare

New features:

  • support junit and sarif output
  • support CLI output
  • updated documentation

Full Changelog: 0.7.5...0.7.6

0.7.5

07 Oct 12:57
Compare
Choose a tag to compare
  • Added output_dir behavior for mayhem_download()
  • Added login behavior
  • Couple of bugfixes

Full Changelog: 0.7.4...0.7.5

Release 0.7.4

24 Sep 11:25
4b52b47
Compare
Choose a tag to compare
  • Support custom URL for CLI download
  • Support new rule mayhem_download for downloading coverage
  • Update README

What's Changed

Full Changelog: 0.7.3...0.7.4

0.7.3

13 Sep 01:19
Compare
Choose a tag to compare

What's Changed

  • Minor path separator bugfix for Windows

Full Changelog: 0.7.2...0.7.3

0.7.2

10 Sep 04:23
371c775
Compare
Choose a tag to compare

Release rules_mayhem 0.7.2. New features:

  • Support waiting for a mayhem_run() rule to finish with wait = True.
  • Support specifying Mayhemfile configuration directly in the mayhem_run() rule
    • mayhemfile() has been renamed to mayhem_init()
    • mayhem_init() (previously mayhemfile()) is deprecated and will be removed in a future release. Favor specifying Mayhemfile parameters directly in the mayhem_run() rule. This simplifies workflow.
  • Support task specification in mayhem_run(); can specify only regression, for example, with regression = True.

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

31 Aug 15:02
Compare
Choose a tag to compare

Beta Windows support.

Also:

  • Supports logging into Mayhem from within Bazel, just add --action_env=MAYHEM_URL=$MAYHEM_URL --action_env=MAYHEM_TOKEN=$MAYHEM_TOKEN

Full Changelog: 0.7.0...0.7.1

0.7.0

24 Aug 05:01
Compare
Choose a tag to compare

Overhaul: use mayhem CLI for most things.

  • separate run and mayhemfile into separate rules
  • added package rule
  • use CLI instead of template file
  • hermetic Mayhem installation

What's Changed

Full Changelog: 0.6.4...0.7.0

0.6.4

21 Aug 17:08
Compare
Choose a tag to compare

Updated rules_mayhem to use best practices for hermetic tooling.

Full Changelog: 0.6.3...0.6.4

0.6.3

19 Aug 19:55
Compare
Choose a tag to compare

Updating to depend on yq for validation.

Full Changelog: 0.6.2...0.6.3

Publish to BCR

13 May 21:50
Compare
Choose a tag to compare
0.6.2

update templates