Releases: ForAllSecure/rules_mayhem
Releases · ForAllSecure/rules_mayhem
0.7.6
0.7.5
- 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
- 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
0.7.2
Release rules_mayhem
0.7.2. New features:
- Support waiting for a
mayhem_run()
rule to finish withwait = True
. - Support specifying Mayhemfile configuration directly in the
mayhem_run()
rulemayhemfile()
has been renamed tomayhem_init()
mayhem_init()
(previouslymayhemfile()
) is deprecated and will be removed in a future release. Favor specifying Mayhemfile parameters directly in themayhem_run()
rule. This simplifies workflow.
- Support task specification in
mayhem_run()
; can specify only regression, for example, withregression = True
.
What's Changed
Full Changelog: 0.7.1...0.7.2
0.7.1
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
0.6.4
Updated rules_mayhem to use best practices for hermetic tooling.
Full Changelog: 0.6.3...0.6.4
0.6.3
Updating to depend on yq for validation.
Full Changelog: 0.6.2...0.6.3
Publish to BCR
0.6.2 update templates