diff --git a/AUTHORS.md b/AUTHORS.md index 76c7330..184d238 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,7 +7,7 @@ Avatar|Contributor|Contributions @jebas|[@jebas](https://github.com/jebas)|22 @gravyboat|[@gravyboat](https://github.com/gravyboat)|12 @myii|[@myii](https://github.com/myii)|8 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|5 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|7 @frots|[@frots](https://github.com/frots)|4 @aboe76|[@aboe76](https://github.com/aboe76)|3 @whiteinge|[@whiteinge](https://github.com/whiteinge)|3 @@ -20,4 +20,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e55711..70e8929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.3](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.4.2...v0.4.3) (2019-08-27) + + +### Code Refactoring + +* **pillar:** sync map.jinja with template-formula ([96fe445](https://github.com/saltstack-formulas/keepalived-formula/commit/96fe445)) + ## [0.4.2](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.4.1...v0.4.2) (2019-08-25) diff --git a/FORMULA b/FORMULA index fce5bc1..f2605bb 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: keepalived os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS -version: 0.4.2 +version: 0.4.3 release: 0 minimum_version: 2016.11 summary: Rkhunter formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1281e0d..62497e4 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 8 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - - 5 + - 7 * - :raw-html-m2r:`@frots` - `@frots `_ - 4 @@ -56,4 +56,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 2019-08-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8b9b116..7b4764b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.4.3 `_ (2019-08-27) +------------------------------------------------------------------------------------------------------------ + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **pillar:** sync map.jinja with template-formula (\ `96fe445 `_\ ) + `0.4.2 `_ (2019-08-25) ------------------------------------------------------------------------------------------------------------