From 2f057b0cfd3fdf55129467f1c6bab41b3ae60844 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Oct 2020 11:03:52 +0000 Subject: [PATCH] chore(release): 4.3.1 [skip ci] ## [4.3.1](https://github.com/saltstack-formulas/template-formula/compare/v4.3.0...v4.3.1) (2020-10-28) ### Tests * **inspec:** `system.rb` must call parent class initialisation ([1ff9ab1](https://github.com/saltstack-formulas/template-formula/commit/1ff9ab15f23ba9f3b78a1b8f9dcef7a062e2b192)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index aa1d2325..0a2756fd 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|292 +@myii|[@myii](https://github.com/myii)|294 @aboe76|[@aboe76](https://github.com/aboe76)|27 @dafyddj|[@dafyddj](https://github.com/dafyddj)|25 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|13 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|10 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|11 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 @daks|[@daks](https://github.com/daks)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @@ -31,4 +31,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-10-12. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-28. diff --git a/CHANGELOG.md b/CHANGELOG.md index 639c69ac..15e7168b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.1](https://github.com/saltstack-formulas/template-formula/compare/v4.3.0...v4.3.1) (2020-10-28) + + +### Tests + +* **inspec:** `system.rb` must call parent class initialisation ([1ff9ab1](https://github.com/saltstack-formulas/template-formula/commit/1ff9ab15f23ba9f3b78a1b8f9dcef7a062e2b192)) + # [4.3.0](https://github.com/saltstack-formulas/template-formula/compare/v4.2.2...v4.3.0) (2020-10-12) diff --git a/FORMULA b/FORMULA index 190e2e6d..69435976 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: TEMPLATE os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Oracle, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 4.3.0 +version: 4.3.1 release: 1 minimum_version: 2019.2 summary: TEMPLATE formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 4302df25..619a5e59 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 292 + - 294 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 27 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 13 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - - 10 + - 11 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 8 @@ -89,4 +89,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-10-12. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-10-28. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ee59d251..be9cc68f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`4.3.1 `_ (2020-10-28) +---------------------------------------------------------------------------------------------------------- + +Tests +^^^^^ + + +* **inspec:** ``system.rb`` must call parent class initialisation (\ `1ff9ab1 `_\ ) + `4.3.0 `_ (2020-10-12) ----------------------------------------------------------------------------------------------------------