diff --git a/AUTHORS.md b/AUTHORS.md index e93facae..f5d8c929 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,7 +6,7 @@ Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|403 @dafyddj|[@dafyddj](https://github.com/dafyddj)|49 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|44 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|45 @aboe76|[@aboe76](https://github.com/aboe76)|27 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|16 @@ -22,6 +22,7 @@ Avatar|Contributor|Contributions @puneetk|[@puneetk](https://github.com/puneetk)|2 @andygabby|[@andygabby](https://github.com/andygabby)|1 @Jokipii|[@Jokipii](https://github.com/Jokipii)|1 +@tacerus|[@tacerus](https://github.com/tacerus)|1 @johnkeates|[@johnkeates](https://github.com/johnkeates)|1 @duk3luk3|[@duk3luk3](https://github.com/duk3luk3)|1 @blu-base|[@blu-base](https://github.com/blu-base)|1 @@ -32,4 +33,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2023-12-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2024-01-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0d6f9e..e2dc8f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.12](https://github.com/saltstack-formulas/template-formula/compare/v5.0.11...v5.0.12) (2024-01-02) + + +### Bug Fixes + +* **suse:** correct OS grain ([6aee580](https://github.com/saltstack-formulas/template-formula/commit/6aee5804d3d4282322c6421befefa7b803eca699)) + ## [5.0.11](https://github.com/saltstack-formulas/template-formula/compare/v5.0.10...v5.0.11) (2023-12-04) diff --git a/FORMULA b/FORMULA index b99d81ec..ea9d9f1a 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.11 +version: 5.0.12 release: 1 minimum_version: 2019.2 summary: TEMPLATE formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ef2c143d..3fa26262 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -21,7 +21,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 49 * - :raw-html-m2r:`@baby-gnu` - `@baby-gnu `_ - - 44 + - 45 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 27 @@ -67,6 +67,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@Jokipii` - `@Jokipii `_ - 1 + * - :raw-html-m2r:`@tacerus` + - `@tacerus `_ + - 1 * - :raw-html-m2r:`@johnkeates` - `@johnkeates `_ - 1 @@ -92,4 +95,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 2023-12-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2024-01-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 2118c28e..b78b1855 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`5.0.12 `_ (2024-01-02) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **suse:** correct OS grain (\ `6aee580 `_\ ) + `5.0.11 `_ (2023-12-04) -------------------------------------------------------------------------------------------------------------