|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## 0.1.0-rc.5 (2019-08-02) |
| 4 | + |
| 5 | + |
| 6 | +### Code Refactoring |
| 7 | + |
| 8 | +* **config.formulas:** centralise the add/rm functionality |
| 9 | + |
| 10 | + |
| 11 | +### Features |
| 12 | +* **config.formulas:** use per-file override for `semrel_formula` name |
| 13 | +* **kitchen:** use single unmatching `includes` rather than all `excludes` |
| 14 | + |
| 15 | + |
| 16 | +## 0.1.0-rc.4 (2019-07-31) |
| 17 | + |
| 18 | + |
| 19 | +### Documentation |
| 20 | + |
| 21 | +* **readme:** add to this formula |
| 22 | + |
| 23 | + |
| 24 | +### Features |
| 25 | + |
| 26 | +* **formula:** add `dhcpd-formula` |
| 27 | +* **libvirt:** update with latest upstream changes |
| 28 | + |
| 29 | + |
| 30 | +### Styles |
| 31 | + |
| 32 | +* **config.formulas:** improve comments, format and state names |
| 33 | +* **config.formulas:** use YAML block scalar (folded+strip) for `args` |
| 34 | + |
| 35 | + |
| 36 | +## 0.1.0-rc.3 (2019-07-30) |
| 37 | + |
| 38 | + |
| 39 | +### Code Refactoring |
| 40 | + |
| 41 | +* **formula:** use extend with node anchors for `semrel_files` |
| 42 | +* **yaml:** use extend with node anchors wherever possible |
| 43 | + |
| 44 | + |
| 45 | +### Features |
| 46 | + |
| 47 | +* **config.formulas:** includes `files` within each `formula` |
| 48 | +* **formula:** add `ssf-formula` |
| 49 | +* **formula:** add `stack-formula` |
| 50 | +* **tofs:** add updated `CONTRIBUTING` for `template-formula` |
| 51 | +* **travis:** ensure formulas without `platforms` don't run tests |
| 52 | + |
| 53 | + |
| 54 | +### Styles |
| 55 | + |
| 56 | +* **platforms_matrix:** align `inspec_suite` as the last column |
| 57 | + |
| 58 | + |
| 59 | +## 0.1.0-rc.2 (2019-07-25) |
| 60 | + |
| 61 | + |
| 62 | +### Features |
| 63 | + |
| 64 | +* **config.formulas:** use the same PR branch for next batch of PRs |
| 65 | +* **tofs:** add specific TOFS doc for `nginx-formula` |
| 66 | +* **tofs:** add specific TOFS files for `systemd-formula` |
| 67 | +* **tofs:** update from latest `template-formula` version |
| 68 | + |
| 69 | + |
| 70 | +## 0.1.0-rc.1 (2019-07-21) |
| 71 | + |
| 72 | + |
| 73 | +### Code Refactoring |
| 74 | + |
| 75 | +* **pillars:** use in same way as `state_top` |
| 76 | +* **state_top:** include `matcher` as part of the config |
| 77 | +* **systemd:** remove Jinja-based workaround to avoid `centos-6` |
| 78 | + |
| 79 | + |
| 80 | +### Features |
| 81 | + |
| 82 | +* implement `ssf` to cover current 30+ `semrel` formulas |
| 83 | +* **ci:** ignore `opensuse-15` comment for `opensuse-42` (globally) |
| 84 | +* **ci:** ignore `systemd` comment for `centos-6` (globally) |
| 85 | +* **cirrus+tofs:** remove files if respective booleans are `False` |
| 86 | +* **config.formulas:** use `active` for formulas & files to run for |
| 87 | +* **format_matcher:** add macro to remove duplication for matchers |
| 88 | +* **inspec:** manage `inspec/*` files using single templates for each |
| 89 | +* **kitchen:** ensure consistent config collection under each suite |
| 90 | +* **kitchen:** establish `includes` and `excludes` |
| 91 | +* **kitchen:** use `*cludes` fix for `php` & `rkhunter` |
| 92 | +* **sysstat:** add new formula after `semrel` PR merged |
| 93 | +* **tofs:** manage TOFS files based upon value of `use_tofs` |
| 94 | +* **tofs:** add specific `CONTRIBUTING` for `template-formula` |
| 95 | +* **travis:** allow `addons` to be provided |
| 96 | +* **travis:** use `xenial` for all Travis runs |
| 97 | +* **travis:** allow `dist` to be configurable |
| 98 | +* **travis+cirrus:** use `bin/kitchen` instead of via. `bundle exec` |
0 commit comments