From a4d6d8a300fb13c35e8b7070b0a544c236273149 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Apr 2020 13:25:29 +0000 Subject: [PATCH] chore(release): 0.5.1 [skip ci] ## [0.5.1](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.5.0...v0.5.1) (2020-04-07) ### Bug Fixes * **service:** restart service if config changes ([0490489](https://github.com/saltstack-formulas/keepalived-formula/commit/0490489614ef1374dadce88c734b8dadfe701f5f)), closes [#37](https://github.com/saltstack-formulas/keepalived-formula/issues/37) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1ef178f..ff01e61 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,14 +11,14 @@ Avatar|Contributor|Contributions @aboe76|[@aboe76](https://github.com/aboe76)|7 @frots|[@frots](https://github.com/frots)|4 @whiteinge|[@whiteinge](https://github.com/whiteinge)|3 +@kleinstuff|[@kleinstuff](https://github.com/kleinstuff)|2 @asenci|[@asenci](https://github.com/asenci)|1 @dglloyd|[@dglloyd](https://github.com/dglloyd)|1 @kpostrup|[@kpostrup](https://github.com/kpostrup)|1 @mpawlack|[@mpawlack](https://github.com/mpawlack)|1 -@kleinstuff|[@kleinstuff](https://github.com/kleinstuff)|1 @tampakrap|[@tampakrap](https://github.com/tampakrap)|1 @bigbosst|[@bigbosst](https://github.com/bigbosst)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-06. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-07. diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b9453..3bbc24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.1](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.5.0...v0.5.1) (2020-04-07) + + +### Bug Fixes + +* **service:** restart service if config changes ([0490489](https://github.com/saltstack-formulas/keepalived-formula/commit/0490489614ef1374dadce88c734b8dadfe701f5f)), closes [#37](https://github.com/saltstack-formulas/keepalived-formula/issues/37) + # [0.5.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.4.5...v0.5.0) (2020-04-06) diff --git a/FORMULA b/FORMULA index 5b68c25..f4cd18c 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.5.0 +version: 0.5.1 release: 0 minimum_version: 2016.11 summary: Rkhunter formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index aca2d37..0d3121f 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -34,6 +34,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 3 + * - :raw-html-m2r:`@kleinstuff` + - `@kleinstuff `_ + - 2 * - :raw-html-m2r:`@asenci` - `@asenci `_ - 1 @@ -46,9 +49,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@mpawlack` - `@mpawlack `_ - 1 - * - :raw-html-m2r:`@kleinstuff` - - `@kleinstuff `_ - - 1 * - :raw-html-m2r:`@tampakrap` - `@tampakrap `_ - 1 @@ -59,4 +59,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-06. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-07. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index fc02fe2..35fb8b9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.5.1 `_ (2020-04-07) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **service:** restart service if config changes (\ `0490489 `_\ ), closes `#37 `_ + `0.5.0 `_ (2020-04-06) ------------------------------------------------------------------------------------------------------------