diff --git a/AUTHORS.md b/AUTHORS.md index 7aa9852b..fd6ae29f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|54 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|32 +@myii|[@myii](https://github.com/myii)|57 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|33 @gravyboat|[@gravyboat](https://github.com/gravyboat)|21 @crux-capacitor|[@crux-capacitor](https://github.com/crux-capacitor)|14 @nmadhok|[@nmadhok](https://github.com/nmadhok)|11 @@ -29,11 +29,11 @@ Avatar|Contributor|Contributions @cosu|[@cosu](https://github.com/cosu)|3 @garethgreenaway|[@garethgreenaway](https://github.com/garethgreenaway)|3 @skylerberg|[@skylerberg](https://github.com/skylerberg)|3 +@tedski|[@tedski](https://github.com/tedski)|3 @0xf10e|[@0xf10e](https://github.com/0xf10e)|2 @ogabrielsantos|[@ogabrielsantos](https://github.com/ogabrielsantos)|2 @stp-ip|[@stp-ip](https://github.com/stp-ip)|2 @whiteinge|[@whiteinge](https://github.com/whiteinge)|2 -@tedski|[@tedski](https://github.com/tedski)|2 @alexeiswirth|[@alexeiswirth](https://github.com/alexeiswirth)|2 @kiwiz|[@kiwiz](https://github.com/kiwiz)|2 @Aloz1|[@Aloz1](https://github.com/Aloz1)|1 @@ -56,4 +56,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-03-23. diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ab4698..63a87a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.19.2](https://github.com/saltstack-formulas/bind-formula/compare/v0.19.1...v0.19.2) (2020-03-23) + + +### Bug Fixes + +* **debian:** align Debian log directory with apparmor profile ([b5efc0b](https://github.com/saltstack-formulas/bind-formula/commit/b5efc0b9bdc24bad145c2e511a09dd976ef0a3ed)) + + +### Continuous Integration + +* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([292e495](https://github.com/saltstack-formulas/bind-formula/commit/292e495d0149599b53b588f9914f18366deac20f)) + ## [0.19.1](https://github.com/saltstack-formulas/bind-formula/compare/v0.19.0...v0.19.1) (2020-01-27) diff --git a/FORMULA b/FORMULA index ea18ded7..3c825682 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: bind os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.19.1 +version: 0.19.2 release: 1 minimum_version: 2016.11 summary: Bind formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index e7b8210b..5f3484c0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 54 + - 57 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 32 + - 33 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 21 @@ -88,6 +88,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@skylerberg` - `@skylerberg `_ - 3 + * - :raw-html-m2r:`@tedski` + - `@tedski `_ + - 3 * - :raw-html-m2r:`@0xf10e` - `@0xf10e `_ - 2 @@ -100,9 +103,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 2 - * - :raw-html-m2r:`@tedski` - - `@tedski `_ - - 2 * - :raw-html-m2r:`@alexeiswirth` - `@alexeiswirth `_ - 2 @@ -164,4 +164,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-03-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3506a7d9..f0653f86 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.19.2 `_ (2020-03-23) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **debian:** align Debian log directory with apparmor profile (\ `b5efc0b `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `292e495 `_\ ) + `0.19.1 `_ (2020-01-27) ---------------------------------------------------------------------------------------------------------