From 032b5220786f0b60d00e3e0ced44cdd09e83c41c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Jun 2021 15:29:05 +0000 Subject: [PATCH] chore(release): 0.6.1 [skip ci] ## [0.6.1](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.6.0...v0.6.1) (2021-06-04) ### Bug Fixes * **osfamilymap:** add package for Gentoo ([f07212d](https://github.com/saltstack-formulas/keepalived-formula/commit/f07212dfbb3256170f2982145b6bed31af42527a)) * **service:** service restart handling with watch requisite ([1ae8918](https://github.com/saltstack-formulas/keepalived-formula/commit/1ae8918f1efee2764fbfe5fd0ba69993d81fce58)) ### Continuous Integration * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([fbc97db](https://github.com/saltstack-formulas/keepalived-formula/commit/fbc97db9404b0b8d0397eb7e4e84d8465c30be22)) * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([7bc7b0d](https://github.com/saltstack-formulas/keepalived-formula/commit/7bc7b0d002ae3932f9f8fc4b394ee9e8ab383129)) * **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([5eb060c](https://github.com/saltstack-formulas/keepalived-formula/commit/5eb060cde7db66ec5f3ce8ab7f636f69e6cbdc30)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([b4ec26c](https://github.com/saltstack-formulas/keepalived-formula/commit/b4ec26cffb829c2dcea071105c8e2f722ff37aa9)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([d8bce5f](https://github.com/saltstack-formulas/keepalived-formula/commit/d8bce5ff94610fbcb4ee68e74eda49cbaf2cf534)) * **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([7732d92](https://github.com/saltstack-formulas/keepalived-formula/commit/7732d9245776673ec7b193ebf92ef5b6a3e08b1c)) * **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([bbb13d1](https://github.com/saltstack-formulas/keepalived-formula/commit/bbb13d1b18adf8991d67b84c418cece78db1eb0b)) * **pre-commit:** update hook for `rubocop` [skip ci] ([afb12f1](https://github.com/saltstack-formulas/keepalived-formula/commit/afb12f1fa82bf44ec723b34a5d8f22d2242af197)) ### Tests * standardise use of `share` suite & `_mapdata` state [skip ci] ([89986bf](https://github.com/saltstack-formulas/keepalived-formula/commit/89986bfe5ff40cebc69a1edc3e9ad1a4132543e6)) --- AUTHORS.md | 35 +++++++++++++++++----------------- CHANGELOG.md | 25 ++++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 47 ++++++++++++++++++++++++---------------------- docs/CHANGELOG.rst | 29 ++++++++++++++++++++++++++++ 5 files changed, 98 insertions(+), 40 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index ec1216b..f54dbb4 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,23 +4,24 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|67 -@jebas|[@jebas](https://github.com/jebas)|22 -@gravyboat|[@gravyboat](https://github.com/gravyboat)|12 -@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|7 -@aboe76|[@aboe76](https://github.com/aboe76)|7 -@frots|[@frots](https://github.com/frots)|4 -@hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|4 -@whiteinge|[@whiteinge](https://github.com/whiteinge)|3 -@dafyddj|[@dafyddj](https://github.com/dafyddj)|2 -@ricardoklein|[@ricardoklein](https://github.com/ricardoklein)|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 -@tampakrap|[@tampakrap](https://github.com/tampakrap)|1 -@bigbosst|[@bigbosst](https://github.com/bigbosst)|1 +@myii|[@myii](https://github.com/myii)|82 +@jebas|[@jebas](https://github.com/jebas)|22 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|12 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|7 +@aboe76|[@aboe76](https://github.com/aboe76)|7 +@hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|4 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|3 +@whiteinge|[@whiteinge](https://github.com/whiteinge)|3 +@ricardoklein|[@ricardoklein](https://github.com/ricardoklein)|2 +@asenci|[@asenci](https://github.com/asenci)|1 +@dglloyd|[@dglloyd](https://github.com/dglloyd)|1 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 +@danrodrig|[@danrodrig](https://github.com/danrodrig)|1 +@kpostrup|[@kpostrup](https://github.com/kpostrup)|1 +@mpawlack|[@mpawlack](https://github.com/mpawlack)|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-12-16. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c66c9a..d1a468e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.6.1](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.6.0...v0.6.1) (2021-06-04) + + +### Bug Fixes + +* **osfamilymap:** add package for Gentoo ([f07212d](https://github.com/saltstack-formulas/keepalived-formula/commit/f07212dfbb3256170f2982145b6bed31af42527a)) +* **service:** service restart handling with watch requisite ([1ae8918](https://github.com/saltstack-formulas/keepalived-formula/commit/1ae8918f1efee2764fbfe5fd0ba69993d81fce58)) + + +### Continuous Integration + +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([fbc97db](https://github.com/saltstack-formulas/keepalived-formula/commit/fbc97db9404b0b8d0397eb7e4e84d8465c30be22)) +* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([7bc7b0d](https://github.com/saltstack-formulas/keepalived-formula/commit/7bc7b0d002ae3932f9f8fc4b394ee9e8ab383129)) +* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([5eb060c](https://github.com/saltstack-formulas/keepalived-formula/commit/5eb060cde7db66ec5f3ce8ab7f636f69e6cbdc30)) +* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([b4ec26c](https://github.com/saltstack-formulas/keepalived-formula/commit/b4ec26cffb829c2dcea071105c8e2f722ff37aa9)) +* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([d8bce5f](https://github.com/saltstack-formulas/keepalived-formula/commit/d8bce5ff94610fbcb4ee68e74eda49cbaf2cf534)) +* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([7732d92](https://github.com/saltstack-formulas/keepalived-formula/commit/7732d9245776673ec7b193ebf92ef5b6a3e08b1c)) +* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([bbb13d1](https://github.com/saltstack-formulas/keepalived-formula/commit/bbb13d1b18adf8991d67b84c418cece78db1eb0b)) +* **pre-commit:** update hook for `rubocop` [skip ci] ([afb12f1](https://github.com/saltstack-formulas/keepalived-formula/commit/afb12f1fa82bf44ec723b34a5d8f22d2242af197)) + + +### Tests + +* standardise use of `share` suite & `_mapdata` state [skip ci] ([89986bf](https://github.com/saltstack-formulas/keepalived-formula/commit/89986bfe5ff40cebc69a1edc3e9ad1a4132543e6)) + # [0.6.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.5.1...v0.6.0) (2020-12-16) diff --git a/FORMULA b/FORMULA index 7d53b4f..655b3de 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.6.0 +version: 0.6.1 release: 0 minimum_version: 2016.11 summary: Rkhunter formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2139c6d..b184c06 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,56 +13,59 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@myii` + * - :raw-html-m2r:`@myii` - `@myii `_ - - 67 - * - :raw-html-m2r:`@jebas` + - 82 + * - :raw-html-m2r:`@jebas` - `@jebas `_ - 22 - * - :raw-html-m2r:`@gravyboat` + * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 12 - * - :raw-html-m2r:`@n-rodriguez` + * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ - 7 - * - :raw-html-m2r:`@aboe76` + * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 7 - * - :raw-html-m2r:`@frots` - - `@frots `_ - - 4 - * - :raw-html-m2r:`@hatifnatt` + * - :raw-html-m2r:`@hatifnatt` - `@hatifnatt `_ - 4 - * - :raw-html-m2r:`@whiteinge` + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 3 + * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 3 - * - :raw-html-m2r:`@dafyddj` - - `@dafyddj `_ - - 2 - * - :raw-html-m2r:`@ricardoklein` + * - :raw-html-m2r:`@ricardoklein` - `@ricardoklein `_ - 2 - * - :raw-html-m2r:`@asenci` + * - :raw-html-m2r:`@asenci` - `@asenci `_ - 1 - * - :raw-html-m2r:`@dglloyd` + * - :raw-html-m2r:`@dglloyd` - `@dglloyd `_ - 1 - * - :raw-html-m2r:`@kpostrup` + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 1 + * - :raw-html-m2r:`@danrodrig` + - `@danrodrig `_ + - 1 + * - :raw-html-m2r:`@kpostrup` - `@kpostrup `_ - 1 - * - :raw-html-m2r:`@mpawlack` + * - :raw-html-m2r:`@mpawlack` - `@mpawlack `_ - 1 - * - :raw-html-m2r:`@tampakrap` + * - :raw-html-m2r:`@tampakrap` - `@tampakrap `_ - 1 - * - :raw-html-m2r:`@bigbosst` + * - :raw-html-m2r:`@bigbosst` - `@bigbosst `_ - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-16. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0c7d5f9..e17f255 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,35 @@ Changelog ========= +`0.6.1 `_ (2021-06-04) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **osfamilymap:** add package for Gentoo (\ `f07212d `_\ ) +* **service:** service restart handling with watch requisite (\ `1ae8918 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `fbc97db `_\ ) +* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `7bc7b0d `_\ ) +* **gemfile+lock:** use ``ssf`` customised ``kitchen-docker`` repo [skip ci] (\ `5eb060c `_\ ) +* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `b4ec26c `_\ ) +* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `d8bce5f `_\ ) +* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `7732d92 `_\ ) +* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] (\ `bbb13d1 `_\ ) +* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `afb12f1 `_\ ) + +Tests +^^^^^ + + +* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `89986bf `_\ ) + `0.6.0 `_ (2020-12-16) ------------------------------------------------------------------------------------------------------------