diff --git a/AUTHORS.md b/AUTHORS.md index 7c385f34..f2db99b9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,16 +4,16 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|279 +@myii|[@myii](https://github.com/myii)|282 @aboe76|[@aboe76](https://github.com/aboe76)|27 @dafyddj|[@dafyddj](https://github.com/dafyddj)|23 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|13 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|10 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|8 @daks|[@daks](https://github.com/daks)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @alxwr|[@alxwr](https://github.com/alxwr)|5 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|5 @evvers|[@evvers](https://github.com/evvers)|4 @nmadhok|[@nmadhok](https://github.com/nmadhok)|3 @vutny|[@vutny](https://github.com/vutny)|2 @@ -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-07-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index caf8b4bf..116717cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +# [4.2.0](https://github.com/saltstack-formulas/template-formula/compare/v4.1.1...v4.2.0) (2020-09-04) + + +### Continuous Integration + +* **kitchen:** execute `_madata` state ([31e1096](https://github.com/saltstack-formulas/template-formula/commit/31e1096adda4c23f77b797f35c465ba09043b3a6)) +* **kitchen+travis:** fix `centos6` suite and rename to `upstart` ([97309c6](https://github.com/saltstack-formulas/template-formula/commit/97309c6f4d6b18723ec5492564b1344155960ae0)) + + +### Features + +* **map:** generate a YAML file to validate `map.jinja` ([fc90075](https://github.com/saltstack-formulas/template-formula/commit/fc90075dd94d874eb283d96259f552812d8a8d82)) + + +### Tests + +* **inspec:** share library to access some minion informations ([64c2b6c](https://github.com/saltstack-formulas/template-formula/commit/64c2b6cdae1ad91959b5c0fe67863a529a070428)) +* **inspec:** verify `map.jinja` dump ([3dc28bf](https://github.com/saltstack-formulas/template-formula/commit/3dc28bfb3453079deca899352ecdff30daeb42f5)) +* **platform_finger:** extract from shared library ([d68ed45](https://github.com/saltstack-formulas/template-formula/commit/d68ed45109aa1274c6bf236db30758d795a3ba2a)) + ## [4.1.1](https://github.com/saltstack-formulas/template-formula/compare/v4.1.0...v4.1.1) (2020-07-28) diff --git a/FORMULA b/FORMULA index 79edcc86..21856145 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: TEMPLATE os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, 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.1.1 +version: 4.2.0 release: 1 minimum_version: 2017.7 summary: TEMPLATE formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 7bbbd5ad..583f9ef6 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 `_ - - 279 + - 282 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 27 @@ -28,6 +28,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 13 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 10 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 8 @@ -40,9 +43,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@alxwr` - `@alxwr `_ - 5 - * - :raw-html-m2r:`@baby-gnu` - - `@baby-gnu `_ - - 5 * - :raw-html-m2r:`@evvers` - `@evvers `_ - 4 @@ -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-07-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-09-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ad413bf2..aa44c119 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`4.2.0 `_ (2020-09-04) +---------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** execute ``_madata`` state (\ `31e1096 `_\ ) +* **kitchen+travis:** fix ``centos6`` suite and rename to ``upstart`` (\ `97309c6 `_\ ) + +Features +^^^^^^^^ + + +* **map:** generate a YAML file to validate ``map.jinja`` (\ `fc90075 `_\ ) + +Tests +^^^^^ + + +* **inspec:** share library to access some minion informations (\ `64c2b6c `_\ ) +* **inspec:** verify ``map.jinja`` dump (\ `3dc28bf `_\ ) +* **platform_finger:** extract from shared library (\ `d68ed45 `_\ ) + `4.1.1 `_ (2020-07-28) ----------------------------------------------------------------------------------------------------------