diff --git a/AUTHORS.md b/AUTHORS.md index 0f8e1337..3d86d5a0 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)|341 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|37 +@myii|[@myii](https://github.com/myii)|355 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|38 @dafyddj|[@dafyddj](https://github.com/dafyddj)|35 @aboe76|[@aboe76](https://github.com/aboe76)|27 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @@ -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 2021-08-19. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-11-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4b1d6e..12c788ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [5.0.4](https://github.com/saltstack-formulas/template-formula/compare/v5.0.3...v5.0.4) (2021-11-16) + + +### Code Refactoring + +* **map.jinja:** standardise v5 structure [skip ci] ([bf9a9bd](https://github.com/saltstack-formulas/template-formula/commit/bf9a9bd20482b5a5a748933094f58a0f88b41aee)) + + +### Continuous Integration + +* **kitchen:** use `pillars_from_directories` under `provisioner` ([5f80cf2](https://github.com/saltstack-formulas/template-formula/commit/5f80cf2b7dc9dc90cd2de2121787c3b7b5efc6bf)) +* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([6c5809d](https://github.com/saltstack-formulas/template-formula/commit/6c5809d067ae5ae7db52c17bda30b0cd133b7966)) + + +### Tests + +* **pillar:** use static test/salt/pillar/top.sls ([7708e12](https://github.com/saltstack-formulas/template-formula/commit/7708e1292303431d9ac4a46f0c4123cc95b98bc6)) + ## [5.0.3](https://github.com/saltstack-formulas/template-formula/compare/v5.0.2...v5.0.3) (2021-08-19) diff --git a/FORMULA b/FORMULA index dcedb03b..da4e38bb 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: 5.0.3 +version: 5.0.4 release: 1 minimum_version: 2019.2 summary: TEMPLATE formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ff3918a2..25ea2bba 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 `_ - - 341 + - 355 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - - 37 + - 38 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 35 @@ -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 2021-08-19. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-11-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 09270ccf..72d6b638 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`5.0.4 `_ (2021-11-16) +---------------------------------------------------------------------------------------------------------- + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **map.jinja:** standardise v5 structure [skip ci] (\ `bf9a9bd `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``pillars_from_directories`` under ``provisioner`` (\ `5f80cf2 `_\ ) +* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `6c5809d `_\ ) + +Tests +^^^^^ + + +* **pillar:** use static test/salt/pillar/top.sls (\ `7708e12 `_\ ) + `5.0.3 `_ (2021-08-19) ----------------------------------------------------------------------------------------------------------