From 44e15212804ded86e088c4bd1e41812892af1cc4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Sep 2019 20:42:56 +0000 Subject: [PATCH] chore(release): 0.18.2 [skip ci] ## [0.18.2](https://github.com/saltstack-formulas/bind-formula/compare/v0.18.1...v0.18.2) (2019-09-05) ### Continuous Integration * **kitchen+travis:** replace EOL pre-salted images ([3a4d4e8](https://github.com/saltstack-formulas/bind-formula/commit/3a4d4e8)) ### Tests * **inspec:** improve to work on `amazon` as well ([59684c6](https://github.com/saltstack-formulas/bind-formula/commit/59684c6)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 32 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 823cc0c8..1a689fd3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,7 +6,7 @@ Avatar|Contributor|Contributions :-:|---|:-: @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|32 @gravyboat|[@gravyboat](https://github.com/gravyboat)|21 -@myii|[@myii](https://github.com/myii)|15 +@myii|[@myii](https://github.com/myii)|18 @crux-capacitor|[@crux-capacitor](https://github.com/crux-capacitor)|14 @nmadhok|[@nmadhok](https://github.com/nmadhok)|11 @alxwr|[@alxwr](https://github.com/alxwr)|11 @@ -55,4 +55,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-18. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-05. diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bc06fa..9aeac8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.18.2](https://github.com/saltstack-formulas/bind-formula/compare/v0.18.1...v0.18.2) (2019-09-05) + + +### Continuous Integration + +* **kitchen+travis:** replace EOL pre-salted images ([3a4d4e8](https://github.com/saltstack-formulas/bind-formula/commit/3a4d4e8)) + + +### Tests + +* **inspec:** improve to work on `amazon` as well ([59684c6](https://github.com/saltstack-formulas/bind-formula/commit/59684c6)) + ## [0.18.1](https://github.com/saltstack-formulas/bind-formula/compare/v0.18.0...v0.18.1) (2019-08-18) diff --git a/FORMULA b/FORMULA index 90a6de29..f25ea7d4 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.18.1 +version: 0.18.2 release: 1 minimum_version: 2016.11 summary: Bind formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index b4bc01dd..03163635 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -21,7 +21,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 21 * - :raw-html-m2r:`@myii` - `@myii `_ - - 15 + - 18 * - :raw-html-m2r:`@crux-capacitor` - `@crux-capacitor `_ - 14 @@ -161,4 +161,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 2019-08-18. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-05. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9e06a153..28132b35 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.18.2 `_ (2019-09-05) +--------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** replace EOL pre-salted images (\ `3a4d4e8 `_\ ) + +Tests +^^^^^ + + +* **inspec:** improve to work on ``amazon`` as well (\ `59684c6 `_\ ) + `0.18.1 `_ (2019-08-18) ---------------------------------------------------------------------------------------------------------