From b3acb775060fb34ddb3298402c4bc1dd5bf2ceca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 2 May 2020 07:34:06 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.0.0...v1.0.1) (2020-05-02) ### Continuous Integration * **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([6f153fa](https://github.com/saltstack-formulas/zabbix-formula/commit/6f153fa8c3609470cbaa93a38f886c089866a74d)) * **kitchen+travis:** adjust matrix to add `3000.2` & remove `2018.3` ([fc6c741](https://github.com/saltstack-formulas/zabbix-formula/commit/fc6c741fbbc50f4569e2218ef62b2a79e710c5c2)) * **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([92ac6c7](https://github.com/saltstack-formulas/zabbix-formula/commit/92ac6c762061bb45e1f02bc6b40a5887355f3462)) ### Tests * **packages_spec:** update for `4.4.8` ([773e522](https://github.com/saltstack-formulas/zabbix-formula/commit/773e522a26dbf391c844182c26a1bef058b9e4b9)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 17 +++++++++++++++++ 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 9ec493d9..ac25ad1e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @moreda|[@moreda](https://github.com/moreda)|52 -@myii|[@myii](https://github.com/myii)|39 +@myii|[@myii](https://github.com/myii)|47 @xenadmin|[@xenadmin](https://github.com/xenadmin)|34 @landergate|[@landergate](https://github.com/landergate)|27 @aboe76|[@aboe76](https://github.com/aboe76)|22 @@ -43,4 +43,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index 171a85ea..773b87ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.0.1](https://github.com/saltstack-formulas/zabbix-formula/compare/v1.0.0...v1.0.1) (2020-05-02) + + +### Continuous Integration + +* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([6f153fa](https://github.com/saltstack-formulas/zabbix-formula/commit/6f153fa8c3609470cbaa93a38f886c089866a74d)) +* **kitchen+travis:** adjust matrix to add `3000.2` & remove `2018.3` ([fc6c741](https://github.com/saltstack-formulas/zabbix-formula/commit/fc6c741fbbc50f4569e2218ef62b2a79e710c5c2)) +* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([92ac6c7](https://github.com/saltstack-formulas/zabbix-formula/commit/92ac6c762061bb45e1f02bc6b40a5887355f3462)) + + +### Tests + +* **packages_spec:** update for `4.4.8` ([773e522](https://github.com/saltstack-formulas/zabbix-formula/commit/773e522a26dbf391c844182c26a1bef058b9e4b9)) + # [1.0.0](https://github.com/saltstack-formulas/zabbix-formula/compare/v0.21.4...v1.0.0) (2020-04-04) diff --git a/FORMULA b/FORMULA index dae36ab7..00c99133 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.0 +version: 1.0.1 release: 1 minimum_version: 2018.3 summary: Formula for installing Zabbix diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 78e24b34..8becad4d 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 52 * - :raw-html-m2r:`@myii` - `@myii `_ - - 39 + - 47 * - :raw-html-m2r:`@xenadmin` - `@xenadmin `_ - 34 @@ -125,4 +125,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-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6317d98e..0c58aba9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`1.0.1 `_ (2020-05-02) +-------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `6f153fa `_\ ) +* **kitchen+travis:** adjust matrix to add ``3000.2`` & remove ``2018.3`` (\ `fc6c741 `_\ ) +* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `92ac6c7 `_\ ) + +Tests +^^^^^ + + +* **packages_spec:** update for ``4.4.8`` (\ `773e522 `_\ ) + `1.0.0 `_ (2020-04-04) ---------------------------------------------------------------------------------------------------------