From d6b04b60b3981d30bf395799d925a6e0bbef048a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Oct 2021 19:59:03 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.2.1...v1.3.0) (2021-10-19) ### Continuous Integration * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([e6eb6c8](https://github.com/saltstack-formulas/zabbix-formula/commit/e6eb6c826ed1e954a3a91a967e8400762fb298f1)) * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([d063638](https://github.com/saltstack-formulas/zabbix-formula/commit/d06363882716b53beb472d1abe50aa543dc0ce55)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([11bc40c](https://github.com/saltstack-formulas/zabbix-formula/commit/11bc40c773e7f0f420715da55c49c73e0014b448)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([b50c265](https://github.com/saltstack-formulas/zabbix-formula/commit/b50c265f1563336cb922d832d2d2b88d74ca046b)) * **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([ee1212e](https://github.com/saltstack-formulas/zabbix-formula/commit/ee1212e847de902c31f97cf94373ead804910350)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([5ca6072](https://github.com/saltstack-formulas/zabbix-formula/commit/5ca6072008830c263bc55c79ab7549586990b4b4)) * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([5e743a8](https://github.com/saltstack-formulas/zabbix-formula/commit/5e743a8559cd30b61c77477f34a7071f89d172c0)) ### Features * **agent:** add HostInterface and HostInterfaceItem to config ([e7fbb96](https://github.com/saltstack-formulas/zabbix-formula/commit/e7fbb96fe0011f604a7c5498a6ae3f5767880df8)) --- AUTHORS.md | 9 +++++---- CHANGELOG.md | 18 ++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 13 ++++++++----- docs/CHANGELOG.rst | 21 +++++++++++++++++++++ 5 files changed, 53 insertions(+), 10 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index aa87d6f..b746fc8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|89 +@myii|[@myii](https://github.com/myii)|112 @moreda|[@moreda](https://github.com/moreda)|52 @xenadmin|[@xenadmin](https://github.com/xenadmin)|34 @landergate|[@landergate](https://github.com/landergate)|27 @aboe76|[@aboe76](https://github.com/aboe76)|22 -@hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|21 +@hatifnatt|[@hatifnatt](https://github.com/hatifnatt)|22 @absmith82|[@absmith82](https://github.com/absmith82)|6 @bkmit|[@bkmit](https://github.com/bkmit)|4 @ninjix|[@ninjix](https://github.com/ninjix)|4 @@ -37,12 +37,13 @@ Avatar|Contributor|Contributions @mikemol|[@mikemol](https://github.com/mikemol)|1 @pauldalewilliams|[@pauldalewilliams](https://github.com/pauldalewilliams)|1 @tomduijf|[@tomduijf](https://github.com/tomduijf)|1 -@babilen5|[@babilen5](https://github.com/babilen5)|1 +@babilen|[@babilen](https://github.com/babilen)|1 @edusperoni|[@edusperoni](https://github.com/edusperoni)|1 @puneetk|[@puneetk](https://github.com/puneetk)|1 @manens|[@manens](https://github.com/manens)|1 @stuartgh|[@stuartgh](https://github.com/stuartgh)|1 +@waynegemmell|[@waynegemmell](https://github.com/waynegemmell)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-05-11. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-19. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7469e6c..d852863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [1.3.0](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.2.1...v1.3.0) (2021-10-19) + + +### Continuous Integration + +* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([e6eb6c8](https://github.com/saltstack-formulas/zabbix-formula/commit/e6eb6c826ed1e954a3a91a967e8400762fb298f1)) +* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([d063638](https://github.com/saltstack-formulas/zabbix-formula/commit/d06363882716b53beb472d1abe50aa543dc0ce55)) +* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([11bc40c](https://github.com/saltstack-formulas/zabbix-formula/commit/11bc40c773e7f0f420715da55c49c73e0014b448)) +* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([b50c265](https://github.com/saltstack-formulas/zabbix-formula/commit/b50c265f1563336cb922d832d2d2b88d74ca046b)) +* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([ee1212e](https://github.com/saltstack-formulas/zabbix-formula/commit/ee1212e847de902c31f97cf94373ead804910350)) +* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([5ca6072](https://github.com/saltstack-formulas/zabbix-formula/commit/5ca6072008830c263bc55c79ab7549586990b4b4)) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([5e743a8](https://github.com/saltstack-formulas/zabbix-formula/commit/5e743a8559cd30b61c77477f34a7071f89d172c0)) + + +### Features + +* **agent:** add HostInterface and HostInterfaceItem to config ([e7fbb96](https://github.com/saltstack-formulas/zabbix-formula/commit/e7fbb96fe0011f604a7c5498a6ae3f5767880df8)) + ## [1.2.1](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.2.0...v1.2.1) (2021-05-11) diff --git a/FORMULA b/FORMULA index 0e0f6da..4abf7a8 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: zabbix os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, FreeBSD, Windows os_family: Debian, RedHat, FreeBSD, Windows -version: 1.2.1 +version: 1.3.0 release: 1 minimum_version: 2018.3 summary: Formula for installing Zabbix diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index ad3a002..6ca96f1 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 `_ - - 89 + - 112 * - :raw-html-m2r:`@moreda` - `@moreda `_ - 52 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 22 * - :raw-html-m2r:`@hatifnatt` - `@hatifnatt `_ - - 21 + - 22 * - :raw-html-m2r:`@absmith82` - `@absmith82 `_ - 6 @@ -112,8 +112,8 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@tomduijf` - `@tomduijf `_ - 1 - * - :raw-html-m2r:`@babilen5` - - `@babilen5 `_ + * - :raw-html-m2r:`@babilen` + - `@babilen `_ - 1 * - :raw-html-m2r:`@edusperoni` - `@edusperoni `_ @@ -127,8 +127,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@stuartgh` - `@stuartgh `_ - 1 + * - :raw-html-m2r:`@waynegemmell` + - `@waynegemmell `_ + - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-05-11. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-10-19. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7a68227..c36e9af 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`1.3.0 `_ (2021-10-19) +-------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `e6eb6c8 `_\ ) +* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `d063638 `_\ ) +* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `11bc40c `_\ ) +* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `b50c265 `_\ ) +* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `ee1212e `_\ ) +* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `5ca6072 `_\ ) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `5e743a8 `_\ ) + +Features +^^^^^^^^ + + +* **agent:** add HostInterface and HostInterfaceItem to config (\ `e7fbb96 `_\ ) + `1.2.1 `_ (2021-05-11) --------------------------------------------------------------------------------------------------------