diff --git a/AUTHORS.md b/AUTHORS.md index 4db1451..ed41876 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|145 +@myii|[@myii](https://github.com/myii)|148 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @@ -111,4 +111,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-12-20. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-23. diff --git a/CHANGELOG.md b/CHANGELOG.md index 09616bc..7df3c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.7.2...v1.7.3) (2020-12-23) + + +### Tests + +* **_mapdata:** generate verification files ([da6d150](https://github.com/saltstack-formulas/salt-formula/commit/da6d1509fd12029edaf907f887071e3604aa0a0a)) +* **map:** verify `map.jinja` dump using `_mapdata` state ([d2404d5](https://github.com/saltstack-formulas/salt-formula/commit/d2404d5175bdc01f532032c82a4891e2f5d070cc)) + ## [1.7.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.7.1...v1.7.2) (2020-12-20) diff --git a/FORMULA b/FORMULA index d354d66..1f3ecdc 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Oracle, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, FreeBSD, OpenBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 1.7.2 +version: 1.7.3 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 244590f..274ec3b 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 `_ - - 145 + - 148 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -329,4 +329,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-12-20. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 5e16afe..b0cc913 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`1.7.3 `_ (2020-12-23) +------------------------------------------------------------------------------------------------------ + +Tests +^^^^^ + + +* **_mapdata:** generate verification files (\ `da6d150 `_\ ) +* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `d2404d5 `_\ ) + `1.7.2 `_ (2020-12-20) ------------------------------------------------------------------------------------------------------