From db1624a82fbb1c8cf15aeeb37b62987c036238cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Apr 2020 00:04:49 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](/~https://github.com/saltstack-formulas/zabbix-formula/compare/v0.21.4...v1.0.0) (2020-04-04) ### Bug Fixes * **fedora:** get all `fedora` instances working (`2018.3`+) ([32ef0e6](/~https://github.com/saltstack-formulas/zabbix-formula/commit/32ef0e61fa25d45dbd9ad3f62eaf5166b96d1298)) ### Continuous Integration * **kitchen+travis:** adjust matrix to add `3000` & remove `2017.7` [skip ci] ([74bb032](/~https://github.com/saltstack-formulas/zabbix-formula/commit/74bb0322724aa5adb728f194372ff10464d433bd)) * **kitchen+travis:** adjust matrix to update `3000` to `3000.1` [skip ci] ([e74bfed](/~https://github.com/saltstack-formulas/zabbix-formula/commit/e74bfed5e97ec03037b9dc560a113597f2a295d2)) ### BREAKING CHANGES * **fedora:** Minimum Salt version support is now `2018.3` in line with official upstream support; also use of the `traverse` Jinja filter. --- AUTHORS.md | 4 ++-- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 23 +++++++++++++++++++++++ 5 files changed, 47 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4db2bd35..9ec493d9 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)|37 +@myii|[@myii](/~https://github.com/myii)|39 @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-03-31. +Auto-generated by a [forked version](/~https://github.com/myii/maintainer) of [gaocegege/maintainer](/~https://github.com/gaocegege/maintainer) on 2020-04-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index 22043001..171a85ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +# [1.0.0](/~https://github.com/saltstack-formulas/zabbix-formula/compare/v0.21.4...v1.0.0) (2020-04-04) + + +### Bug Fixes + +* **fedora:** get all `fedora` instances working (`2018.3`+) ([32ef0e6](/~https://github.com/saltstack-formulas/zabbix-formula/commit/32ef0e61fa25d45dbd9ad3f62eaf5166b96d1298)) + + +### Continuous Integration + +* **kitchen+travis:** adjust matrix to add `3000` & remove `2017.7` [skip ci] ([74bb032](/~https://github.com/saltstack-formulas/zabbix-formula/commit/74bb0322724aa5adb728f194372ff10464d433bd)) +* **kitchen+travis:** adjust matrix to update `3000` to `3000.1` [skip ci] ([e74bfed](/~https://github.com/saltstack-formulas/zabbix-formula/commit/e74bfed5e97ec03037b9dc560a113597f2a295d2)) + + +### BREAKING CHANGES + +* **fedora:** Minimum Salt version support is now `2018.3` in line +with official upstream support; also use of the `traverse` Jinja filter. + ## [0.21.4](/~https://github.com/saltstack-formulas/zabbix-formula/compare/v0.21.3...v0.21.4) (2020-03-31) diff --git a/FORMULA b/FORMULA index c9b7bbd8..dae36ab7 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: 0.21.4 +version: 1.0.0 release: 1 minimum_version: 2018.3 summary: Formula for installing Zabbix diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index c2135c41..78e24b34 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 `_ - - 37 + - 39 * - :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-03-31. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 46dde7e5..6317d98e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`1.0.0 `_ (2020-04-04) +--------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **fedora:** get all ``fedora`` instances working (\ ``2018.3``\ +) (\ `32ef0e6 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** adjust matrix to add ``3000`` & remove ``2017.7`` [skip ci] (\ `74bb032 `_\ ) +* **kitchen+travis:** adjust matrix to update ``3000`` to ``3000.1`` [skip ci] (\ `e74bfed `_\ ) + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* **fedora:** Minimum Salt version support is now ``2018.3`` in line + with official upstream support; also use of the ``traverse`` Jinja filter. + `0.21.4 `_ (2020-03-31) -----------------------------------------------------------------------------------------------------------