Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 721 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 721 Bytes

2017-03-03 Version 0.2.0

Summary

Make use of catch_changes, catch_failures, expect_changes and expect_failures. This makes beaker-testmode_switcher easier to integrate into modules.

Features

  • Implement catch_changes, catch_failures, expect_changes and expect_failures in beaker_runners
  • Fix docs issue where execute_manifest options were listed under `resource

2017-01-19 - Version 0.1.1

###Summary

This release adds a feature that provides control of specific nodes you would like to run an agent run on. Previously it was only possible to run on the default node.

###Features

  • Add execute_manifest_on() function
  • Add MAINTAINERS file
  • Addressing Rubocop errors

Version 0.1.0

Initial release.