diff --git a/AUTHORS.md b/AUTHORS.md index 6655d77..4b848e8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,14 +4,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|215 +@myii|[@myii](https://github.com/myii)|218 @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)|40 @iggy|[@iggy](https://github.com/iggy)|22 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|22 @puneetk|[@puneetk](https://github.com/puneetk)|21 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|20 @xenophonf|[@xenophonf](https://github.com/xenophonf)|18 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|13 @dafyddj|[@dafyddj](https://github.com/dafyddj)|12 @@ -114,4 +114,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-09-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe7279..39f3666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.9.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.1...v1.9.2) (2021-09-17) + + +### Bug Fixes + +* **debian,ubuntu:** rename repo file to match documentation ([47ab261](https://github.com/saltstack-formulas/salt-formula/commit/47ab261b397da51febffaefef848dfeff9b57c27)) + + +### Continuous Integration + +* **mapdata:** remove Ubuntu 16.04 [skip ci] ([cd2a0bf](https://github.com/saltstack-formulas/salt-formula/commit/cd2a0bfdf00aa196d11b2a06f5ecd2023a1cb469)) + ## [1.9.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.0...v1.9.1) (2021-09-04) diff --git a/FORMULA b/FORMULA index 4453435..2a9b2ba 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.9.1 +version: 1.9.2 release: 1 minimum_version: 2015.8 summary: Formula for install Saltstack diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index a76a6d3..885424a 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 `_ - - 215 + - 218 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 100 @@ -31,12 +31,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@iggy` - `@iggy `_ - 22 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 22 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 21 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 20 * - :raw-html-m2r:`@xenophonf` - `@xenophonf `_ - 18 @@ -338,4 +338,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-09-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-09-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a165f3e..15fca05 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.9.2 `_ (2021-09-17) +------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **debian,ubuntu:** rename repo file to match documentation (\ `47ab261 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **mapdata:** remove Ubuntu 16.04 [skip ci] (\ `cd2a0bf `_\ ) + `1.9.1 `_ (2021-09-04) ------------------------------------------------------------------------------------------------------