From adca6c82d94f63b2b8f54e9fbaada49b389cb00b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Apr 2021 14:32:46 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.0.5...v1.1.0) (2021-04-16) ### Features * add suse support (applied suggestions from hatifnatt and myii) ([a245ec4](https://github.com/saltstack-formulas/zabbix-formula/commit/a245ec44954b3e782787fb09cd84655597cfac01)) --- AUTHORS.md | 2 +- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 2 +- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 40bd40a..24b0022 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|85 +@myii|[@myii](https://github.com/myii)|86 @moreda|[@moreda](https://github.com/moreda)|52 @xenadmin|[@xenadmin](https://github.com/xenadmin)|34 @landergate|[@landergate](https://github.com/landergate)|27 diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b5ef1..e74e500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.0.5...v1.1.0) (2021-04-16) + + +### Features + +* add suse support (applied suggestions from hatifnatt and myii) ([a245ec4](https://github.com/saltstack-formulas/zabbix-formula/commit/a245ec44954b3e782787fb09cd84655597cfac01)) + ## [1.0.5](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.0.4...v1.0.5) (2021-04-16) diff --git a/FORMULA b/FORMULA index 0ac5e0b..a62adb0 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.0.5 +version: 1.1.0 release: 1 minimum_version: 2018.3 summary: Formula for installing Zabbix diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3eb4217..46306d2 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 `_ - - 85 + - 86 * - :raw-html-m2r:`@moreda` - `@moreda `_ - 52 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 12d6847..98ad5e5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.0 `_ (2021-04-16) +-------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* add suse support (applied suggestions from hatifnatt and myii) (\ `a245ec4 `_\ ) + `1.0.5 `_ (2021-04-16) --------------------------------------------------------------------------------------------------------