diff --git a/AUTHORS.md b/AUTHORS.md index 223fe14..bf78853 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,11 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|128 +@myii|[@myii](https://github.com/myii)|129 @aboe76|[@aboe76](https://github.com/aboe76)|100 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|34 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|39 @iggy|[@iggy](https://github.com/iggy)|22 @puneetk|[@puneetk](https://github.com/puneetk)|21 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|20 @@ -110,4 +110,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-08-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-20. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8bd8c..5799f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.5.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.1...v1.5.2) (2020-09-20) + + +### Bug Fixes + +* **jinja:** stop repeating user/group args ([e313401](https://github.com/saltstack-formulas/salt-formula/commit/e313401cd657a77a3624ed372c8e22e905c2d172)) +* **windows:** dont run master state ([a36f2eb](https://github.com/saltstack-formulas/salt-formula/commit/a36f2eb2d2ab4e3d57885177f3438037b15318e3)) +* **windows:** git.latest(parallel:true) does not work ([0c591bb](https://github.com/saltstack-formulas/salt-formula/commit/0c591bba95cebd341e73cdd0fc986428ee34ce7e)) +* **windows:** group arg not supported on windows ([d61e671](https://github.com/saltstack-formulas/salt-formula/commit/d61e671fa0de58fe60c5c0cdc23d55c49b93dd01)) +* **windows:** group name is users not root ([887d155](https://github.com/saltstack-formulas/salt-formula/commit/887d1559b5496dd07e730390f4309568d0428c2f)) + ## [1.5.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.0...v1.5.1) (2020-08-25) diff --git a/FORMULA b/FORMULA index 647cae5..9f82891 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.5.1 +version: 1.5.2 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 045a359..2f1c6b8 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 `_ - - 128 + - 129 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -27,7 +27,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 54 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 34 + - 39 * - :raw-html-m2r:`@iggy` - `@iggy `_ - 22 @@ -326,4 +326,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-08-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-09-20. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ab90100..0a84601 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog ========= +`1.5.2 `_ (2020-09-20) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **jinja:** stop repeating user/group args (\ `e313401 `_\ ) +* **windows:** dont run master state (\ `a36f2eb `_\ ) +* **windows:** git.latest(parallel:true) does not work (\ `0c591bb `_\ ) +* **windows:** group arg not supported on windows (\ `d61e671 `_\ ) +* **windows:** group name is users not root (\ `887d155 `_\ ) + `1.5.1 `_ (2020-08-25) ------------------------------------------------------------------------------------------------------