Sha256: 2cbbe014001d6a19877cb849ea8ae1176a0fac55c4929de9989604d1d9c7ed16
Contents?: true
Size: 1.93 KB
Versions: 1
Compression:
Stored size: 1.93 KB
Contents
# Runbook Changelog This log maintains a list of all substantive changes to Runbook. The log includes changes in reverse chronological order. ## master ## `v0.13.0` (2019-07-10) ### Potentially Breaking Changes: * Uses of Runbook that expect the CLI to return a zero exit code may exhibit different behavior if their runbook encounters an error. ### Fixes: * Return non-zero exit code on CLI error ### New Features * Add runbook "generate" command, including generator, runbook, statement, dsl_extension, and project generators * Add "install" CLI command ## `v0.12.1` (2019-06-12) ### Fixes: * Fix FormatHelper#deindent bug ## `v0.12.0` (2019-05-16) ### Fixes: * Fix jump backwards dynamic statement bug ### New Features * Add attempts counter to assert statement * Add capture_all statement ## `v0.11.0` (2019-03-26) ### Breaking Changes: * Runbooks no longer require explicit registration using `Runbook.books[:book] = book`. This declaration will fail and is no longer necessary. It should be removed. Additionally if you are retrieving runbooks using `Runbook.books`, it's implementation has changed from a hash to an array. You should access elements using an index, not with a key. ### Potentially Breaking Changes: * Steps without titles no longer prompt in paranoid mode. Consequently users may be taken off guard by no receiving a prompt to execute these steps. A workaround is to pass an empty string as a title if you still want these steps to prompt. ### Fixes: * Fix bug in Thor usage * Fix config file load ordering to support extending configuration * Fix bug preventing assert statement from checking multiple times ### New Features * Retry confirm statement when bad input is received * Add additional output when running capture statement * Automatically clear panes when cd'ing to new directory during layout statement * Allow metadata[:toolbox] to be set dynamically * Do not prompt for steps without titles in paranoid mode
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
runbook-0.13.0 | CHANGELOG.md |