diff --git a/AUTHORS.md b/AUTHORS.md index e5e3305..c03159f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @aboe76|[@aboe76](https://github.com/aboe76)|100 -@myii|[@myii](https://github.com/myii)|87 +@myii|[@myii](https://github.com/myii)|90 @gravyboat|[@gravyboat](https://github.com/gravyboat)|71 @nmadhok|[@nmadhok](https://github.com/nmadhok)|54 @iggy|[@iggy](https://github.com/iggy)|22 @@ -99,6 +99,7 @@ Avatar|Contributor|Contributions @westurner|[@westurner](https://github.com/westurner)|1 @abednarik|[@abednarik](https://github.com/abednarik)|1 @cr1st1p|[@cr1st1p](https://github.com/cr1st1p)|1 +@hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|1 @jpic|[@jpic](https://github.com/jpic)|1 @kabakaev|[@kabakaev](https://github.com/kabakaev)|1 @mechleg|[@mechleg](https://github.com/mechleg)|1 @@ -108,4 +109,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-04-03. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-18. diff --git a/CHANGELOG.md b/CHANGELOG.md index 751f63a..ff57205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [1.4.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.4...v1.4.0) (2020-04-18) + + +### Features + +* **package:** use apt-pinning to pin specific package version ([98ad87a](https://github.com/saltstack-formulas/salt-formula/commit/98ad87a0014114f79fde1854dfb3731fad772ac4)) + + +### Tests + +* **pkgs_spec:** update `fedora` version [skip ci] ([e786eb6](https://github.com/saltstack-formulas/salt-formula/commit/e786eb6b8e8e3892046f6d56e719e119b16591b7)) + ## [1.3.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.3...v1.3.4) (2020-04-03) diff --git a/FORMULA b/FORMULA index c572cec..bb2ff1b 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: salt os: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows -version: 1.3.4 +version: 1.4.0 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 5aa9520..25de4f9 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 100 * - :raw-html-m2r:`@myii` - `@myii `_ - - 87 + - 90 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 71 @@ -298,6 +298,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@cr1st1p` - `@cr1st1p `_ - 1 + * - :raw-html-m2r:`@hatifnatt` + - `@hatifnatt `_ + - 1 * - :raw-html-m2r:`@jpic` - `@jpic `_ - 1 @@ -320,4 +323,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-04-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-18. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 20d9ff6..be3c88c 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.4.0 `_ (2020-04-18) +------------------------------------------------------------------------------------------------------ + +Features +^^^^^^^^ + + +* **package:** use apt-pinning to pin specific package version (\ `98ad87a `_\ ) + +Tests +^^^^^ + + +* **pkgs_spec:** update ``fedora`` version [skip ci] (\ `e786eb6 `_\ ) + `1.3.4 `_ (2020-04-03) ------------------------------------------------------------------------------------------------------