Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.21.4...v1.0.0) (2020-04-04)

### Bug Fixes

* **fedora:** get all `fedora` instances working (`2018.3`+) ([32ef0e6](32ef0e6))

### Continuous Integration

* **kitchen+travis:** adjust matrix to add `3000` & remove `2017.7` [skip ci] ([74bb032](74bb032))
* **kitchen+travis:** adjust matrix to update `3000` to `3000.1` [skip ci] ([e74bfed](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.
  • Loading branch information
semantic-release-bot committed Apr 4, 2020
1 parent c3df7b7 commit db1624a
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/3899078?v=4' width='36' height='36' alt='@moreda'>|[@moreda](/~https://github.com/moreda)|52
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](/~https://github.com/myii)|37
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](/~https://github.com/myii)|39
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/12057348?v=4' width='36' height='36' alt='@xenadmin'>|[@xenadmin](/~https://github.com/xenadmin)|34
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/904839?v=4' width='36' height='36' alt='@landergate'>|[@landergate](/~https://github.com/landergate)|27
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](/~https://github.com/aboe76)|22
Expand Down Expand Up @@ -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.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 52
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii </~https://github.com/myii>`_
- 37
- 39
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/12057348?v=4' width='36' height='36' alt='@xenadmin'>`
- `@xenadmin </~https://github.com/xenadmin>`_
- 34
Expand Down Expand Up @@ -125,4 +125,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

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.
23 changes: 23 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
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)
-----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit db1624a

Please sign in to comment.